This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
forked from r-lib/devtools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.78 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
65
66
67
68
69
70
71
72
73
74
Package: devtools
Title: Tools to Make Developing R Packages Easier
Version: 2.3.1.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = "aut"),
person(given = "Jim",
family = "Hester",
role = c("aut", "cre"),
email = "jim.hester@rstudio.com"),
person(given = "Winston",
family = "Chang",
role = "aut"),
person(given = "RStudio",
role = "cph"),
person(given = "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://devtools.r-lib.org/,
https://github.com/r-lib/devtools
BugReports: https://github.com/r-lib/devtools/issues
Depends:
R (>= 3.0.2),
usethis (>= 1.6.1)
Imports:
callr (>= 3.4.3),
cli (>= 2.0.2),
covr (>= 3.5.0),
desc (>= 1.2.0),
DT (>= 0.14),
ellipsis (>= 0.3.1),
httr (>= 1.4.2),
memoise (>= 1.1.0),
pkgbuild (>= 1.1.0),
pkgload (>= 1.1.0),
rcmdcheck (>= 1.3.3),
remotes (>= 2.2.0),
rlang (>= 0.4.7),
roxygen2 (>= 7.1.1),
rstudioapi (>= 0.11),
rversions (>= 2.0.2),
sessioninfo (>= 1.1.1),
stats,
testthat (>= 2.99),
tools,
utils,
withr (>= 2.2.0)
Suggests:
BiocManager (>= 1.30.10),
curl (>= 4.3),
digest (>= 0.6.25),
foghorn (>= 1.2.1),
gh,
gmailr (>= 1.0.0),
knitr (>= 1.29),
lintr (>= 2.0.1),
MASS,
mockery (>= 0.4.2),
pkgdown (>= 1.5.1),
rhub (>= 1.1.1),
rmarkdown (>= 2.3),
spelling (>= 2.1),
xopen
VignetteBuilder:
knitr
Remotes:
r-lib/testthat
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1