Skip to content

Commit 694a791

Browse files
committed
Remove this nudge
1 parent 2ebd72b commit 694a791

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

R/tidy-upkeep.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ upkeep_checklist <- function(year = NULL) {
3939
"",
4040
todo("`usethis::use_readme_rmd()`"),
4141
todo("`usethis::use_roxygen_md()`"),
42-
todo("
43-
`usethis::use_github_links()`
44-
It is advantageous if the link to your GitHub repo comes first, \\
45-
before any other URLs, e.g. pkgdown site."),
42+
todo("`usethis::use_github_links()`"),
4643
todo("`usethis::use_pkgdown_github_pages()`"),
4744
todo("`usethis::use_tidy_labels()`"),
4845
todo("`usethis::use_tidy_style()`"),

tests/testthat/_snaps/tidy-upkeep.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* [ ] `usethis::use_readme_rmd()`
99
* [ ] `usethis::use_roxygen_md()`
1010
* [ ] `usethis::use_github_links()`
11-
It is advantageous if the link to your GitHub repo comes first, before any other URLs, e.g. pkgdown site.
1211
* [ ] `usethis::use_pkgdown_github_pages()`
1312
* [ ] `usethis::use_tidy_labels()`
1413
* [ ] `usethis::use_tidy_style()`

0 commit comments

Comments
 (0)