-
Notifications
You must be signed in to change notification settings - Fork 760
Expand file tree
/
Copy pathDESCRIPTION
More file actions
66 lines (66 loc) · 1.77 KB
/
Copy pathDESCRIPTION
File metadata and controls
66 lines (66 loc) · 1.77 KB
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
Package: devtools
Title: Tools to Make Developing R Packages Easier
Version: 2.5.2.9000
Authors@R: c(
person("Hadley", "Wickham", role = "aut"),
person("Jim", "Hester", role = "aut"),
person("Winston", "Chang", role = "aut"),
person("Jennifer", "Bryan", , "jenny@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6983-2759")),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
)
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 (>= 4.1),
usethis (>= 3.2.1)
Imports:
cli (>= 3.6.6),
desc (>= 1.4.3),
ellipsis (>= 0.3.3),
fs (>= 2.1.0),
lifecycle (>= 1.0.5),
memoise (>= 2.0.1),
miniUI (>= 0.1.2),
pak (>= 0.9.5),
pkgbuild (>= 1.4.8),
pkgdown (>= 2.2.0),
pkgload (>= 1.5.2),
profvis (>= 0.4.0),
rcmdcheck (>= 1.4.0),
rlang (>= 1.2.0),
roxygen2 (>= 7.3.3),
rversions (>= 3.0.0),
sessioninfo (>= 1.2.3),
testthat (>= 3.3.2),
urlchecker (>= 1.0.1),
withr (>= 3.0.2)
Suggests:
BiocManager (>= 1.30.18),
callr (>= 3.7.1),
covr (>= 3.5.1),
curl (>= 4.3.2),
digest (>= 0.6.29),
DT (>= 0.23),
foghorn (>= 1.4.2),
gh (>= 1.3.0),
httr2 (>= 1.0.0),
knitr (>= 1.39),
lintr (>= 3.0.0),
quarto (>= 1.5.1),
remotes (>= 2.5.0),
rmarkdown (>= 2.14),
rstudioapi (>= 0.13),
spelling (>= 2.2),
xml2
VignetteBuilder: knitr, quarto
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3