forked from r-lib/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1 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
Package: devtools
Title: Tools to Make Developing R Packages Easier
Version: 1.9.1.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
person("Winston", "Chang", role = "aut"),
person("RStudio", role = "cph"),
person("R Core team", role = "ctb",
comment = "Some namespace and vignette code extracted from base R")
)
Description: Collection of package development tools.
URL: https://github.com/hadley/devtools
BugReports: https://github.com/hadley/devtools/issues
Depends:
R (>= 3.0.2)
Imports:
httr (>= 0.4),
curl (>= 0.9),
utils,
tools,
methods,
memoise,
whisker,
evaluate,
digest,
rstudioapi (>= 0.2.0),
jsonlite,
roxygen2 (>= 4.1.1.9001),
rversions,
stats,
git2r (>= 0.11.0),
withr
Suggests:
testthat (>= 0.7),
BiocInstaller,
Rcpp (>= 0.10.0),
MASS,
rmarkdown,
knitr,
lintr (>= 0.2.1),
bitops
License: GPL (>= 2)
VignetteBuilder: knitr
RoxygenNote: 5.0.0