Package: versioning 0.2.0

Nathaniel Henry

versioning: Settings and File I/O using a Configuration YAML File

R data pipelines commonly require reading and writing data to versioned directories. Each directory might correspond to one step of a multi-step process, where that version corresponds to particular settings for that step and a chain of previous steps that each have their own versions. This package creates a configuration object that makes it easy to read and write versioned data, based on YAML configuration files loaded and saved to each versioned folder.

Authors:Nathaniel Henry [aut, cre]

versioning_0.2.0.tar.gz
versioning_0.2.0.tar.gz(r-4.5-noble)versioning_0.2.0.tar.gz(r-4.4-noble)
versioning_0.2.0.tgz(r-4.4-emscripten)versioning_0.2.0.tgz(r-4.3-emscripten)
versioning.pdf |versioning.html
versioning/json (API)

# Install 'versioning' in R:
install.packages('versioning', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

2.70 score 191 downloads 6 exports 4 dependencies

Last updated 10 days agofrom:a2c1752b17. Checks:3 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKMar 11 2025
R-4.5-linuxOKMar 11 2025
R-4.4-linuxOKMar 11 2025

Exports:autoreadautowriteConfigget_file_reading_functionsget_file_writing_functionspull_from_list

Dependencies:assertthatglueR6yaml

Using the versioning package

Rendered fromversioning.Rmdusingknitr::rmarkdownon Mar 11 2025.

Last update: 2023-11-09
Started: 2023-11-09