Package: rde 0.1.0.9003

rde: Reproducible Data Embedding

Allows caching of raw data directly in R code. This allows R scripts and R Notebooks to be shared and re-run on a machine without access to the original data. Cached data is encoded into an ASCII string that can be pasted into R code. When the code is run, the data is automatically loaded from the cached version if the original data file is unavailable. Works best for small datasets (a few hundred observations).

Authors:Stefan Kloppenborg [aut, cre]

rde_0.1.0.9003.tar.gz
rde_0.1.0.9003.zip(r-4.5)rde_0.1.0.9003.zip(r-4.4)rde_0.1.0.9003.zip(r-4.3)
rde_0.1.0.9003.tgz(r-4.4-any)rde_0.1.0.9003.tgz(r-4.3-any)
rde_0.1.0.9003.tar.gz(r-4.5-noble)rde_0.1.0.9003.tar.gz(r-4.4-noble)
rde_0.1.0.9003.tgz(r-4.4-emscripten)rde_0.1.0.9003.tgz(r-4.3-emscripten)
rde.pdf |rde.html
rde/json (API)
NEWS

# Install 'rde' in R:
install.packages('rde', repos = c('https://kloppen.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/kloppen/rde/issues

On CRAN:

2 exports 1 stars 0.73 score 1 dependencies 7 scripts 123 downloads

Last updated 4 years agofrom:6e25e635b0. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 27 2024
R-4.5-winOKAug 27 2024
R-4.5-linuxOKAug 27 2024
R-4.4-winOKAug 27 2024
R-4.4-macOKAug 27 2024
R-4.3-winOKAug 27 2024
R-4.3-macOKAug 27 2024

Exports:copy_rde_varload_rde_var

Dependencies:clipr

rde Tutorial

Rendered fromrde_tutorial.Rmdusingknitr::rmarkdownon Aug 27 2024.

Last update: 2018-06-20
Started: 2018-03-30