From 274c0d962ef08251d626d47fab033b918ebe8ba3 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Mon, 30 Oct 2023 16:47:59 -0500 Subject: [PATCH] Simplify logo instructions --- R/upkeep.R | 4 +--- tests/testthat/_snaps/upkeep.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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()`