-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: rde
Title: Reproducible Data Embedding
Version: 0.1.0.9003
Authors@R: person("Stefan", "Kloppenborg", email = "[email protected]", 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: 7.1.0
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