diff --git a/R/upkeep.R b/R/upkeep.R index e7e9987fe..d09d00a2e 100644 --- a/R/upkeep.R +++ b/R/upkeep.R @@ -201,9 +201,7 @@ tidy_upkeep_checklist <- function(year = NULL, with DESCRIPTION changes", author_has_rstudio_email() || (posit_pkg && !posit_person_ok) ), - todo(" - Update logo (https://github.com/rstudio/hex-stickers); \\ - run `use_tidy_logo()`"), + todo("`use_tidy_logo()`"), todo("`usethis::use_tidy_coc()`"), todo( "Modernize citation files; see updated `use_citation()`", diff --git a/tests/testthat/_snaps/upkeep.md b/tests/testthat/_snaps/upkeep.md index 032b59b55..443ccd42a 100644 --- a/tests/testthat/_snaps/upkeep.md +++ b/tests/testthat/_snaps/upkeep.md @@ -36,7 +36,7 @@ * [ ] Update email addresses *@rstudio.com -> *@posit.co * [ ] Update copyright holder in DESCRIPTION: `person("Posit Software, PBC", role = c("cph", "fnd"))` * [ ] `Run devtools::document()` to re-generate package-level help topic with DESCRIPTION changes - * [ ] Update logo (https://github.com/rstudio/hex-stickers); run `use_tidy_logo()` + * [ ] `use_tidy_logo()` * [ ] `usethis::use_tidy_coc()` * [ ] Use `pak::pak("org/pkg")` in README * [ ] Consider running `use_tidy_dependencies()` and/or replace compat files with `use_standalone()`