| Title | Load Configuration Values |
| Version | 0.0.8.9000 |
| 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 | carrier, cli, utils |
| Suggests | litedown, stats, 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 |
ronfig is an R package that enables intuitive
configuration of R projects via a single function, load_config().
You can install the latest release of ronfig from CRAN with:
install.packages("ronfig")
A brief overview of super is available online and in the vignette distributed with the package:
vignette("ronfig", package = "ronfig")