Package: versioning 0.1.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:
versioning_0.1.0.tar.gz
versioning_0.1.0.tar.gz(r-4.5-noble)versioning_0.1.0.tar.gz(r-4.4-noble)
versioning_0.1.0.tgz(r-4.4-emscripten)versioning_0.1.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')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 12 months agofrom:815990efc8. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-linux | OK | Nov 03 2024 |
Exports:autoreadautowriteConfigget_file_reading_functionsget_file_writing_functionspull_from_list
Dependencies:assertthatbitbit64classclassIntclicliprcpp11crayondata.tableDBIe1071fansiforcatsforeigngluehavenhmsKernSmoothlifecyclemagrittrMASSpillarpkgconfigprettyunitsprogressproxyR6Rcppreadrrlangs2sfterratibbletidyselecttzdbunitsutf8vctrsvroomwithrwkyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Auto-read from file | autoread |
Auto-write to file | autowrite |
R6 Class representing a configuration object | Config |
Get the list of file reading functions | get_file_reading_functions |
Get the list of file writing functions | get_file_writing_functions |
Safely pull an item from a list | pull_from_list |