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:

3.70 score 1 stars 7 scripts 100 downloads 2 exports 1 dependencies

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

TargetResultDate
Doc / VignettesOKOct 26 2024
R-4.5-winOKOct 26 2024
R-4.5-linuxOKOct 26 2024
R-4.4-winOKOct 26 2024
R-4.4-macOKOct 26 2024
R-4.3-winOKOct 26 2024
R-4.3-macOKOct 26 2024

Exports:copy_rde_varload_rde_var

Dependencies:clipr

rde Tutorial

Rendered fromrde_tutorial.Rmdusingknitr::rmarkdownon Oct 26 2024.

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