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 |
Author: | Stefan Kloppenborg [aut, cre] |
Maintainer: | Stefan Kloppenborg <stefan at kloppenborg.ca> |
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 |
Reference manual: | rde.pdf |
Vignettes: |
rde Tutorial |
Package source: | rde_0.1.0.tar.gz |
Windows binaries: | r-devel: rde_0.1.0.zip, r-release: rde_0.1.0.zip, r-oldrel: rde_0.1.0.zip |
macOS binaries: | r-release: rde_0.1.0.tgz, r-oldrel: rde_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=rde to link to this page.