-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
65 lines (65 loc) · 2.51 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Type: Package
Package: DataPackageR
Title: Construct Reproducible Analytic Data Sets as R Packages
Version: 0.16.1
Authors@R: c(
person("Greg", "Finak", , "greg.finak@gmail.com", role = c("aut", "cph"),
comment = "Original author and creator of DataPackageR"),
person("Paul", "Obrecht", role = "ctb"),
person("Ellis", "Hughes", , "ellishughes@live.com", role = "ctb",
comment = c(ORCID = "0000-0003-0637-4436")),
person("Jimmy", "Fulp", , "williamjfulp@gmail.com", role = "ctb"),
person("Marie", "Vendettuoli", role = "ctb",
comment = c(ORCID = "0000-0001-9321-1410")),
person("Dave", "Slager", , "dslager@fredhutch.org", role = c("ctb", "cre"),
comment = c(ORCID = "0000-0003-2525-2039")),
person("Jason", "Taylor", , "jmtaylor@fredhutch.org", role = "ctb"),
person("Kara", "Woo", role = "rev",
comment = "Kara reviewed the package for rOpenSci, see <https://github.com/ropensci/onboarding/issues/230>"),
person("William", "Landau", role = "rev",
comment = "William reviewed the package for rOpenSci, see <https://github.com/ropensci/onboarding/issues/230>")
)
Description: A framework to help construct R data packages in a
reproducible manner. Potentially time consuming processing of raw data
sets into analysis ready data sets is done in a reproducible manner
and decoupled from the usual 'R CMD build' process so that data sets
can be processed into R objects in the data package and the data
package can then be shared, built, and installed by others without the
need to repeat computationally costly data processing. The package
maintains data provenance by turning the data processing scripts into
package vignettes, as well as enforcing documentation and version
checking of included data objects. Data packages can be version
controlled on 'GitHub', and used to share data for manuscripts,
collaboration and reproducible research.
License: MIT + file LICENSE
URL: https://github.com/ropensci/DataPackageR,
https://docs.ropensci.org/DataPackageR/
BugReports: https://github.com/ropensci/DataPackageR/issues
Depends:
R (>= 3.5.0)
Imports:
cli,
desc,
digest,
futile.logger,
knitr,
pkgbuild,
pkgload,
rmarkdown,
roxygen2,
rprojroot,
usethis,
utils,
yaml
Suggests:
covr,
data.tree,
spelling,
testthat,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
SystemRequirements: pandoc - https://pandoc.org