-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
40 lines (40 loc) · 1.33 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
Package: rang
Title: Reconstructing Reproducible R Computational Environments
Version: 0.3.0
Authors@R:
c(person("Chung-hong", "Chan", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6232-7530")),
person("David", "Schoch", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2952-4812")),
person("Egor", "Kotov", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-6690-5345")))
Description: Resolve the dependency graph of R packages at a specific time point based on the information from various 'R-hub' web services <https://blog.r-hub.io/>. The dependency graph can then be used to reconstruct the R computational environment with 'Rocker' <https://rocker-project.org>.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://gesistsa.github.io/rang, https://github.com/gesistsa/rang
BugReports: https://github.com/gesistsa/rang/issues
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
parsedate,
fastmap,
jsonlite,
memoise,
pkgsearch,
remotes,
utils,
httr,
vctrs,
renv,
here,
lifecycle
Depends:
R (>= 3.5.0)
VignetteBuilder: knitr
LazyData: true
Config/Needs/website: gesistsa/tsatemplate