forked from mohitvats-ap/mohit-internal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
69 lines (69 loc) · 1.74 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
Package: devtools
Title: Tools to Make Developing R Packages Easier
Version: 2.5.2
Authors@R: c(
person("Hadley", "Wickham", role = "aut"),
person("Jim", "Hester", role = "aut"),
person("Winston", "Chang", role = "aut"),
person("Jennifer", "Bryan", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6983-2759")),
person("RStudio", role = c("cph", "fnd"))
)
Description: Collection of package development tools.
License: MIT + file LICENSE
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 (>= 2.1.5)
Imports:
cli (>= 3.2.0),
desc (>= 1.4.0),
DT (>= 0.21),
ellipsis (>= 0.3.2),
fs (>= 1.5.2),
memoise (>= 2.0.1),
miniUI (>= 0.1.1.1),
pkgbuild (>= 1.3.1),
pkgdown (>= 2.0.2),
pkgload (>= 1.2.4),
profvis (>= 0.3.7),
rcmdcheck (>= 1.4.0),
remotes (>= 2.4.2),
rlang (>= 1.0.1),
roxygen2 (>= 7.1.2),
rversions (>= 2.1.1),
sessioninfo (>= 1.2.2),
stats,
testthat (>= 3.1.2),
tools,
urlchecker (>= 1.0.1),
utils,
withr (>= 2.4.3)
Suggests:
BiocManager (>= 1.30.16),
callr (>= 3.7.0),
covr (>= 3.5.1),
curl (>= 4.3.2),
digest (>= 0.6.29),
foghorn (>= 1.4.2),
gh (>= 1.3.0),
gmailr (>= 1.0.1),
httr (>= 1.4.2),
knitr (>= 1.37),
lifecycle (>= 1.0.1),
lintr (>= 2.0.1),
MASS,
mockery (>= 0.4.3),
pingr (>= 2.0.1),
rhub (>= 1.1.1),
rmarkdown (>= 2.11),
rstudioapi (>= 0.13),
spelling (>= 2.2)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2