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'))

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

On CRAN:

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

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

TargetResultLatest binary
Doc / VignettesOKJan 24 2025
R-4.5-winOKJan 24 2025
R-4.5-linuxOKJan 24 2025
R-4.4-winOKJan 24 2025
R-4.4-macOKJan 24 2025
R-4.3-winOKJan 24 2025
R-4.3-macOKJan 24 2025

Exports:copy_rde_varload_rde_var

Dependencies:clipr

rde Tutorial

Rendered fromrde_tutorial.Rmdusingknitr::rmarkdownon Jan 24 2025.

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