We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dda5a3 commit 9cf3ebcCopy full SHA for 9cf3ebc
DESCRIPTION
@@ -57,7 +57,7 @@ Suggests:
57
mockr,
58
pkgload,
59
rmarkdown,
60
- roxygen2,
+ roxygen2 (>= 7.1.2),
61
spelling (>= 1.2),
62
styler (>= 1.2.0),
63
testthat (>= 3.1.0)
R/tidyverse.R
@@ -101,7 +101,6 @@ use_tidy_description <- function() {
101
tidy_desc(desc)
102
desc$write()
103
104
- ui_todo("Run {ui_code('devtools::document()')} to update package docs")
105
invisible(TRUE)
106
}
107
0 commit comments