An updated version of the settings package has been accepted on CRAN.
The settings
package provides alternative options settings management for R. It is aimed to allow for layered options management where global options are the default that can easily be overruled locally (e.g. when calling a function, or options as part of an object).
New features:
- Setting ranges or lists of allowed values.