ronfig

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 ORCID iD [aut, cre, cph]

Introduction

ronfig is an R package that enables intuitive configuration of R projects via a single function, load_config().

Installing the package

You can install the latest release of ronfig from CRAN with:

install.packages("ronfig")

Vignette

A brief overview of super is available online and in the vignette distributed with the package:

vignette("ronfig", package = "ronfig")