Changelog
Source:NEWS.md
ronfig 0.0.6
Added
modifyList()to the functions available within the configuration file.Added the ability to pull specific configuration values out of the returned object when
as_is = TRUE.Added
list_config(). This returns the names of all possible configurations within a file.
ronfig 0.0.5
CRAN release: 2025-10-14
- Vignette tweaks and change of underlying vignette engine to quarto.
ronfig 0.0.4
CRAN release: 2025-10-06
Added
file.path()to the functions available within the configuration file.Improved documentation about injection functions in to the evaluation environment.
ronfig 0.0.3
CRAN release: 2025-09-24
-
Added the following to the functions to be usable in the configuration file:
- getters:
$,[and[[ - setters:
$<-,[<-and[[<-
- getters:
Removed
length()andseq_along()from functions available in the configuration file.Added the ability to injection functions in to the environment where the configuration file will be available. This is done by allowing the user to supply a list of crated functions (utilising
carrier::crate()).