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.

Version: 0.1.0
Depends: R (≥ 4.1.0)
Imports: assertthat, data.table, foreign, glue, haven, sf, terra, R6, yaml
Suggests: knitr, rmarkdown, testthat (≥ 3.0.0)
Published: 2023-11-09
Author: Nathaniel Henry ORCID iD [aut, cre]
Maintainer: Nathaniel Henry <nat at henryspatialanalysis.com>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README
CRAN checks: versioning results

Documentation:

Reference manual: versioning.pdf
Vignettes: Using the versioning package

Downloads:

Package source: versioning_0.1.0.tar.gz
Windows binaries: r-devel: versioning_0.1.0.zip, r-release: versioning_0.1.0.zip, r-oldrel: versioning_0.1.0.zip
macOS binaries: r-release (arm64): versioning_0.1.0.tgz, r-oldrel (arm64): versioning_0.1.0.tgz, r-release (x86_64): versioning_0.1.0.tgz, r-oldrel (x86_64): versioning_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=versioning to link to this page.