forked from PredictiveEcology/reproducible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
113 lines (113 loc) · 3.12 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Package: reproducible
Type: Package
Title: A Set of Tools that Enhance Reproducibility Beyond Package Management
Description: Collection of high-level, robust, machine- and OS-independent tools
for making deeply reproducible and reusable content in R.
The three workhorse functions are Cache, prepInputs, and Require;
these allow for nested caching, robust to environments, and objects with
environments (like functions), and data retrieval and processing, and
package handling in continuous workflow environments. In all cases,
efforts are made to make the first and subsequent calls of functions have
the same result, but vastly faster at subsequent times by way of checksums
and digesting. Several features are still under active development, including
cloud storage of cached objects, allowing for sharing between users.
SystemRequirements: 'unrar' (Linux/macOS) or '7-Zip' (Windows) to work with '.rar' files.
URL:
https://reproducible.predictiveecology.org,
https://github.com/PredictiveEcology/reproducible
Date: 2020-05-18
Version: 1.1.1
Authors@R: c(
person("Eliot J B", "McIntire", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6914-8316")),
person("Alex M", "Chubaty", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-7146-8135")),
person("Tati", "Micheletti", email = "[email protected]",
role = c("ctb"), comment = c(ORCID = "0000-0003-4838-8342")),
person("Ceres", "Barros", email = "[email protected]",
role = c("ctb"), comment = c(ORCID = "0000-0003-4036-977X")),
person("Ian", "Eddy", email = "[email protected]",
role = c("ctb"), comment = c(ORCID = "0000-0001-7397-2116")),
person("Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada",
role = "cph")
)
Depends:
R (>= 3.5)
Imports:
backports,
crayon,
data.table (>= 1.10.4),
DBI,
digest,
fastdigest,
fpCompare,
glue,
googledrive,
httr,
lifecycle,
magrittr,
memoise,
methods,
qs,
quickPlot,
R.utils,
raster,
RSQLite,
remotes,
rlang,
sf,
sp,
testthat,
tools,
usethis,
utils,
versions
Suggests:
covr,
fasterize,
future,
gdalUtils,
git2r (>= 0.18),
knitr,
parallel,
RCurl (>= 1.95-4.8),
rgdal,
rgeos,
rmarkdown,
TimeWarp
Encoding: UTF-8
Language: en-CA
License: GPL-3
VignetteBuilder: knitr, rmarkdown
BugReports: https://github.com/PredictiveEcology/reproducible/issues
ByteCompile: yes
RoxygenNote: 7.1.0
Collate:
'DBI.R'
'cache-helpers.R'
'cache-internals.R'
'cache-tools.R'
'robustDigest.R'
'cache.R'
'checksums.R'
'cloud.R'
'cloudOld.R'
'consistentPaths.R'
'convertPaths.R'
'copy.R'
'download.R'
'gis.R'
'git.R'
'helpers.R'
'objectSize.R'
'options.R'
'packages.R'
'pipe.R'
'postProcess.R'
'preProcess.R'
'prepInputs.R'
'reproducible-deprecated.R'
'reproducible-package.R'
'search.R'
'zzz.R'
RdMacros: lifecycle