All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Introduced
reload()
function for dsoParams
- Improved error handling for
read_params()
- updated .Rbuildignore ignoring package redundant files
- added precommit configs
- included methods show
- set class of dsoParams object
- fixed R CMD check warnings
- Improved compatibility of
dsoParams
with list operations
- Improve the readability of
dsoParams
object usingread_params()
- 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.
- Added
safe_get
function to safely retrieve configuration from list of list calls. - Added testing with testthat