Skip to content

versioning

Settings and File I/O using a Configuration YAML File

v0.2.0 · Mar 10, 2025 · MIT + file LICENSE

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.

Downloads

CRAN

237

Last 30 days

20971st

580

Last 90 days

2.3K

Last year

Trend: +55.9% (30d vs prior 30d)

r2u CRAN

0

Last 30 days

23

Last 90 days

95

Last year

Trend: -100% (30d vs prior 30d)

autoCRAN

1

Last 7 days

3

Last 30 days

0

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Code intelligence has not been computed for this package yet.

Code

Structure

Lines of code

1,207

Files

28

Compiled share

0%

Has compiled src

No

Language breakdown

R 501 (41.5%)Tests 89 (7.4%)Docs 428 (35.5%)Vignettes 189 (15.7%)

API

Exported functions

6

Internal functions

2

Recent export changes

v0.1.0+6 Config, autoread, autowrite +3 more

Testing & CI

Has tests

Yes

Test-to-code ratio

0.18

testthat edition

3

CI present

No

CI type

[]

PR gated

No

Docs

Return-value doc rate

66.7%

\dontrun example ratio

Roxygen coverage

100%

Has pkgdown

No

NEWS present

No

Health & Security signals

Informational signals; not verdicts.

on.exit coverage

Unsafe pattern score

0

Dep constraint coverage

0%

Secret pattern count

0

Bundled 3rd-party code

2 items

Portability & License

Min R version

4.1.0

System requirements

C++ standard

License

MIT + file LICENSE

License flags

SPDX valid, OSI approved

History

Versions

2

First release

2023-11-09

Latest release

2025-03-10

Avg cadence

487 days

Cold removal rate

Dep drift

5

LOC over versions

v0.1.0: 1,116 LOCv0.2.0: 1,207 LOC

Per-file churn detail lives in the source pipeline: https://github.com/r-observatory/cran-code-metrics.

Dependency Network

Dependencies Reverse dependencies assertthat glue R6 yaml versioning

Version History

3 tracked
new 0.2.0 Mar 10, 2026
updated 0.2.0 ← 0.1.0 diff Mar 10, 2025
new 0.1.0 Nov 8, 2023