File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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()`" ),
Original file line number Diff line number Diff line change 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()`
You can’t perform that action at this time.
0 commit comments