New features:
Better handling of R expressions in the config.yml
.
In particular, you can now refer to other configuration values in the R
expression.
Check if package is attached and throw message to use
config::ge()
instead.
New function with_config()
that might be useful for
testing and in vignettes.
Allow using a string for .active_config
in
with_config()
Documentation:
config
with Posit
Connect.config::get()
instead.config
, all expressions
in the yml
file were evaluated, regardless whether these
expressions were used in the active config. In this version, the
appropriate config is selected, and only then are the expressions
evaluated. Fixes #20Improved handling of expressions
Bug fixes
merge
function to merge one configuration into
another.Initial release to CRAN