Title | Load Configuration Values |
Version | 0.0.2 |
Description | A simple approach to configuring R projects with different parameter values. Configurations are specified using a reduced subset of base R and parsed accordingly. |
Imports | cli, utils |
Suggests | litedown, testthat (>= 3.0.0) |
License | GPL-2 | GPL-3 |
URL | https://timtaylor.codeberg.page/ronfig/ |
BugReports | https://codeberg.org/TimTaylor/ronfig/issues |
VignetteBuilder | litedown |
Author | Tim Taylor |
You can install the experimental version of ronfig :
install.packages('ronfig', repos = c('https://timtaylor.r-universe.dev', 'https://cloud.r-project.org'))
A quick overview of ronfig can be found in the included vignette