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:
versioning_0.2.0.tar.gz
versioning_0.2.0.tar.gz(r-4.7-any)versioning_0.2.0.tar.gz(r-4.6-any)
versioning_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
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 from:a2c1752b17. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 131 | ||
| source / vignettes | OK | 194 | ||
| linux-release-x86_64 | OK | 127 | ||
| wasm-release | OK | 121 |
Exports:autoreadautowriteConfigget_file_reading_functionsget_file_writing_functionspull_from_list
Dependencies:assertthatglueR6yaml
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 |
| Stop without listing the containing function call | qstop |
| Require that a namespace be loaded, or stop execution | require_namespace_or_stop |