Package: versioning
Title: Settings and File I/O using a Configuration YAML File
Version: 0.2.0
Authors@R: 
    person("Nathaniel", "Henry", , "nat@henryspatialanalysis.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-8150-4988"))
Description: 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.
Depends: R (>= 4.1.0)
Imports: assertthat, glue, R6, yaml
Suggests: data.table, foreign, haven, readxl, sf, terra, knitr,
        rmarkdown, testthat (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-03-10 23:10:43 UTC; nathenry
Author: Nathaniel Henry [aut, cre] (<https://orcid.org/0000-0001-8150-4988>)
Maintainer: Nathaniel Henry <nat@henryspatialanalysis.com>
Repository: CRAN
Date/Publication: 2025-03-10 23:50:01 UTC
Built: R 4.5.0; ; 2025-04-01 06:20:39 UTC; unix
