rde: Reproducible Data Embedding (original) (raw)

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

Version: 0.1.0
Depends: R (≥ 3.1)
Imports: clipr
Suggests: testthat, knitr, lintr, rmarkdown, spelling
Published: 2018-07-02
DOI: 10.32614/CRAN.package.rde
Author: Stefan Kloppenborg [aut, cre]
Maintainer: Stefan Kloppenborg
BugReports: https://github.com/kloppen/rde/issues
License: GPL-3
URL: https://github.com/kloppen/rde
NeedsCompilation: no
SystemRequirements: xclip (https://github.com/astrand/xclip) or xsel (http://www.vergenet.net/\~conrad/software/xsel/) for accessing the X11 clipboard
Language: en-US
Materials: README, NEWS
CRAN checks: rde results

Documentation:

Downloads:

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=rdeto link to this page.