forked from r-lib/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.43 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
Package: devtools
Title: Tools to Make Developing R Packages Easier
Version: 2.0.1.9000
Authors@R: c(
person("Hadley", "Wickham", role = "aut"),
person("Jim", "Hester", , "james.hester@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.
License: GPL (>= 2)
URL: https://github.com/r-lib/devtools
BugReports: https://github.com/r-lib/devtools/issues
Depends:
R (>= 3.0.2)
Imports:
callr,
cli,
digest,
git2r (>= 0.23.0),
httr (>= 0.4),
jsonlite,
memoise (>= 1.0.0),
pkgbuild (>= 1.0.2),
pkgload (>= 1.0.1),
rcmdcheck (>= 1.3.0),
remotes (>= 2.0.0),
rstudioapi (>= 0.6.0.9000),
sessioninfo,
stats,
tools,
usethis (>= 1.4.0),
utils,
withr
Suggests:
BiocInstaller,
BiocManager,
bitops,
covr (>= 3.2.0),
crayon,
curl (>= 0.9),
evaluate,
foghorn (>= 1.0.1),
gmailr (> 0.7.0),
knitr,
lintr (>= 0.2.1),
mockery,
pingr,
MASS,
pkgdown,
Rcpp (>= 0.10.0),
rhub (>= 1.0.2),
rmarkdown,
roxygen2 (>= 6.1.0),
rversions,
spelling (>= 1.1),
testthat (>= 1.0.2),
whisker
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)