The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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

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

Documentation:

Reference manual: rde.pdf
Vignettes: rde Tutorial

Downloads:

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 (arm64): rde_0.1.0.tgz, r-oldrel (arm64): rde_0.1.0.tgz, r-release (x86_64): rde_0.1.0.tgz, r-oldrel (x86_64): rde_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rde to link to this page.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.