Skip to contents

ronfig (development version)

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 [[<-
  • Removed length() and seq_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()).

ronfig 0.0.2

CRAN release: 2025-09-15

  • CRAN (re)submission.

ronfig 0.0.1

  • Initial CRAN submission.