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
|
Package: devtools
Title: Tools to Make Developing R Packages Easier
Version: 2.4.6
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.5), desc (>= 1.4.3), ellipsis (>= 0.3.2), fs (>=
1.6.6), lifecycle (>= 1.0.4), memoise (>= 2.0.1), miniUI (>=
0.1.2), pkgbuild (>= 1.4.8), pkgdown (>= 2.1.3), pkgload (>=
1.4.1), profvis (>= 0.4.0), rcmdcheck (>= 1.4.0), remotes (>=
2.5.0), rlang (>= 1.1.6), roxygen2 (>= 7.3.3), rversions (>=
2.1.2), sessioninfo (>= 1.2.3), stats, testthat (>= 3.2.3),
tools, urlchecker (>= 1.0.1), utils, 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), gmailr (>= 1.0.1), httr (>= 1.4.3),
knitr (>= 1.39), lintr (>= 3.0.0), MASS, mockery (>= 0.4.3),
pingr (>= 2.0.1), rhub (>= 1.1.1), rmarkdown (>= 2.14),
rstudioapi (>= 0.13), spelling (>= 2.2)
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2025-10-02 01:45:29 UTC; jenny
Author: Hadley Wickham [aut],
Jim Hester [aut],
Winston Chang [aut],
Jennifer Bryan [aut, cre] (ORCID:
<https://orcid.org/0000-0002-6983-2759>),
Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Jennifer Bryan <jenny@posit.co>
Repository: CRAN
Date/Publication: 2025-10-03 09:20:02 UTC
|