Releases: dgkf/options
v0.2.0
What's New
-
Exposes
get_options_env()
(currently experimental), for the purpose of
accessing a listing of option names. (@dgkf #17) -
Adds an optional
option_fn
parameter tooption_spec
, allowing for the
stored option values to be processed, or to produce side-effects when
accessed. (@dgkf #12)
Note
Bug Fixes
Caution
Breaking Changes
Full Changelog: v0.0.2...v0.2.0
Special thanks to @tdeenes for diligently reporting bugs, suggesting fixes and providing feedback on proposed solutions.
v0.0.2
Changelog:
-
opts()
slightly refactored to produce more constructive output when no
option names are provided. You can now useopts(env = package_name)
to
fetch a full named list of option values. (@dgkf #2) -
Generated
roxygen2
documentation usingas_roxygen_docs()
is now more
consciencious aboutR CMD check
requirements, moving\usage{}
to a new
section titled "Checking Option Values". (@dgkf #2)