You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.