Skip to content

Commit 9cf3ebc

Browse files
authored
No longer need to redocument after use_tidy_description() (#1539)
Since roxygen2 now automatically squashes whitespace
1 parent 3dda5a3 commit 9cf3ebc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Suggests:
5757
mockr,
5858
pkgload,
5959
rmarkdown,
60-
roxygen2,
60+
roxygen2 (>= 7.1.2),
6161
spelling (>= 1.2),
6262
styler (>= 1.2.0),
6363
testthat (>= 3.1.0)

R/tidyverse.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ use_tidy_description <- function() {
101101
tidy_desc(desc)
102102
desc$write()
103103

104-
ui_todo("Run {ui_code('devtools::document()')} to update package docs")
105104
invisible(TRUE)
106105
}
107106

0 commit comments

Comments
 (0)