-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathDESCRIPTION
34 lines (34 loc) · 946 Bytes
/
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
Type: Package
Package: packrat
Title: A Dependency Management System for Projects and their R Package
Dependencies
Version: 0.9.2.9000
Authors@R: c(
person("Aron", "Atkins", , "[email protected]", role = c("aut", "cre")),
person("Toph", "Allen", role = "aut"),
person("Kevin", "Ushey", role = "aut"),
person("Jonathan", "McPherson", role = "aut"),
person("Joe", "Cheng", role = "aut"),
person("JJ", "Allaire", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Manage the R packages your project depends on in an isolated,
portable, and reproducible way.
License: GPL-2
URL: https://github.com/rstudio/packrat
BugReports: https://github.com/rstudio/packrat/issues
Depends:
R (>= 3.0.0)
Imports:
tools,
utils
Suggests:
devtools,
httr,
knitr,
mockery,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3