Package: rde
Title: Reproducible Data Embedding
Version: 0.1.0
Authors@R: person("Stefan", "Kloppenborg", email = "stefan@kloppenborg.ca", role = c("aut", "cre"))
Description: 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).
Depends: R (>= 3.1)
Imports: clipr
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests: testthat, knitr, lintr, rmarkdown, spelling
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Language: en-US
SystemRequirements: xclip (https://github.com/astrand/xclip) or xsel
        (http://www.vergenet.net/~conrad/software/xsel/) for accessing
        the X11 clipboard
URL: https://github.com/kloppen/rde
BugReports: https://github.com/kloppen/rde/issues
NeedsCompilation: no
Packaged: 2018-07-02 00:02:43 UTC; stefan
Author: Stefan Kloppenborg [aut, cre]
Maintainer: Stefan Kloppenborg <stefan@kloppenborg.ca>
Repository: CRAN
Date/Publication: 2018-07-02 08:50:06 UTC
Built: R 4.0.2; ; 2020-07-15 18:44:12 UTC; unix
