forked from r-lib/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 687 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 687 Bytes
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
Package: devtools
Title: Tools to make developing R code easier
Version: 1.6.1.9000
Authors@R: as.person(c(
"Hadley Wickham <[email protected]> [aut, cre]",
"Winston Chang [aut]",
"RStudio [cph]",
"R Core team [ctb] (Some namespace and vignette code extracted from base R)"
))
Description: Collection of package development tools.
Depends:
R (>= 3.0.2)
Imports:
httr (>= 0.4),
RCurl,
utils,
tools,
methods,
memoise,
whisker,
evaluate,
digest,
rstudioapi,
jsonlite
Suggests:
testthat (>= 0.7),
roxygen2 (>= 4.0.2),
BiocInstaller,
Rcpp (>= 0.10.0),
MASS,
rmarkdown,
knitr
License: GPL (>= 2)