Skip to content

v0.4.0

Compare
Choose a tag to compare
@DSchreyer DSchreyer released this 30 Sep 12:24
· 14 commits to main since this release
3f2aed0

v0.4.0

New Features

  • Introduction of dsoParams class which is automatically returned from read_params() . This list of list type prohibits return of NULL when there is incorrect access, making the use of parameters much safer and stable.
  • Added testthat testing
  • Modified read_params() so that the default return value is dsoParams object, and added an argument that a standard list of lists can be returned.

v0.3.1

New Features

  • Added safe_get function to safely retrieve configuration from list of list calls.
  • Added testing with testthat