Skip to content

Releases: Boehringer-Ingelheim/dso-r

v0.5.0

25 Oct 06:36
a10afdf
Compare
Choose a tag to compare

v0.5.0

New Features

  • Introduced reload() function for dsoParams

What's Changed

Full Changelog: v0.4.3...v0.5.0

v0.4.3

18 Oct 11:13
1b7a290
Compare
Choose a tag to compare

v0.4.3

Improvements

  • updated .Rbuildignore ignoring package redundant files
  • added precommit configs
  • included methods show
  • set class of dsoParams object
  • fixed R CMD check warnings

What's Changed

New Contributors

  • @grst made their first contribution in #10

Full Changelog: v0.4.2...v0.4.3

v0.4.2

18 Oct 06:30
6d8115b
Compare
Choose a tag to compare

What's Changed

  • improved readability of dsoParams using yaml format by @DSchreyer in #12
  • Improved compatibility with list casting operations and added unclassing to as.list by @tschwarzl in #15

Full Changelog: v0.4.0...v0.4.2

v0.4.2

Improvements

  • Improved compatibility of dsoParams with list operations

v0.4.1

Improvements

  • Improve the readability of dsoParams object using read_params()

v0.4.0

30 Sep 12:24
3f2aed0
Compare
Choose a tag to compare

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

v0.3.0

22 Aug 14:26
2884507
Compare
Choose a tag to compare
Update DESCRIPTION