Skip to content

Upkeep for ggplot2 (2025) #6439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
12 of 14 tasks
teunbrand opened this issue Apr 23, 2025 · 0 comments · May be fixed by #6440
Open
12 of 14 tasks

Upkeep for ggplot2 (2025) #6439

teunbrand opened this issue Apr 23, 2025 · 0 comments · May be fixed by #6440
Labels
upkeep maintenance, infrastructure, and similar

Comments

@teunbrand
Copy link
Collaborator

teunbrand commented Apr 23, 2025

To begin

  • usethis::pr_init("upkeep-2025-04")

2025

  • usethis::use_air() https://posit-dev.github.io/air/
  • usethis::use_package("R", "Depends", "4.1")
  • Switch to the base pipe (|>)
  • Switch to the base anonymous function syntax (\(x))
  • Add ROR for Posit in DESCRIPTION:
    person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49"))
  • knitr::convert_chunk_header(type = "yaml") to convert in-header chunk options to the newer in-body style used by Quarto
  • Switch to expect_snapshot(error = TRUE) instead of calling expect_error() without specifying class =

To finish

Created on 2025-04-23 with usethis::use_tidy_upkeep_issue(), using usethis v3.1.0.9000

@teunbrand teunbrand added the upkeep maintenance, infrastructure, and similar label Apr 23, 2025
@teunbrand teunbrand linked a pull request Apr 23, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upkeep maintenance, infrastructure, and similar
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant