Releases: Boehringer-Ingelheim/dso-r
Releases · Boehringer-Ingelheim/dso-r
v0.5.0
v0.5.0
New Features
- Introduced
reload()
function for dsoParams
What's Changed
- added tryCatch error handling to system2 call by @tschwarzl in #16
- Bug system2 call error handling by @tschwarzl in #17
- Implementation of reload function by @tschwarzl in #18
Full Changelog: v0.4.3...v0.5.0
v0.4.3
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
Full Changelog: v0.4.2...v0.4.3
v0.4.2
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 usingread_params()
v0.4.0
v0.4.0
New Features
- Introduction of
dsoParams
class which is automatically returned fromread_params()
. This list of list type prohibits return ofNULL
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 isdsoParams
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