Skip to content

Commit 1f62a34

Browse files
committed
DESCRIPTION updates
1 parent 4fbe4c2 commit 1f62a34

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

DESCRIPTION

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ Authors@R: c(
77
person("Winston", "Chang", role = "aut"),
88
person("Jennifer", "Bryan", , "[email protected]", role = c("aut", "cre"),
99
comment = c(ORCID = "0000-0002-6983-2759")),
10-
person("Posit Software, PBC", role = c("cph", "fnd"))
10+
person("Posit Software, PBC", role = c("cph", "fnd"),
11+
comment = c(ROR = "03wc8by49"))
1112
)
1213
Description: Collection of package development tools.
1314
License: MIT + file LICENSE
1415
URL: https://devtools.r-lib.org/, https://github.com/r-lib/devtools
1516
BugReports: https://github.com/r-lib/devtools/issues
16-
Depends:
17-
R (>= 3.6),
18-
usethis (>= 2.1.6)
19-
Imports:
17+
Depends:
18+
R (>= 4.1),
19+
usethis (>= 3.2.1)
20+
Imports:
2021
cli (>= 3.3.0),
2122
desc (>= 1.4.1),
2223
ellipsis (>= 0.3.2),
@@ -35,12 +36,12 @@ Imports:
3536
rversions (>= 2.1.1),
3637
sessioninfo (>= 1.2.2),
3738
stats,
38-
testthat (>= 3.2.0),
39+
testthat (>= 3.2.3),
3940
tools,
4041
urlchecker (>= 1.0.1),
4142
utils,
4243
withr (>= 2.5.0)
43-
Suggests:
44+
Suggests:
4445
BiocManager (>= 1.30.18),
4546
callr (>= 3.7.1),
4647
covr (>= 3.5.1),
@@ -60,10 +61,8 @@ Suggests:
6061
rmarkdown (>= 2.14),
6162
rstudioapi (>= 0.13),
6263
spelling (>= 2.2)
63-
VignetteBuilder:
64+
VignetteBuilder:
6465
knitr
65-
Remotes:
66-
r-lib/testthat
6766
Config/Needs/website: tidyverse/tidytemplate
6867
Config/testthat/edition: 3
6968
Encoding: UTF-8

0 commit comments

Comments
 (0)