Skip to content
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

Release ggprism 1.0.5 #29

Open
18 of 21 tasks
csdaw opened this issue Mar 20, 2024 · 0 comments
Open
18 of 21 tasks

Release ggprism 1.0.5 #29

csdaw opened this issue Mar 20, 2024 · 0 comments

Comments

@csdaw
Copy link
Owner

csdaw commented Mar 20, 2024

Fixes compatibility with ggplot2 v3.5.0.

Prepare for submission:

  • Update NEWS.md
  • urlchecker::url_check()
  • R CMD check
  • devtools::check(remote = TRUE, manual = TRUE)
  • revdepcheck::revdep_check(num_workers = 4)
  • Push final changes to trigger GitHub Actions
  • Review GitHub Actions results

Optionally fix things that need fixing, then repeat the above.

Submit to CRAN:

  • devtools::check_win_devel()
  • rhub::check_for_cran()*
  • Update cran-comments.md
  • usethis::use_version("patch")
  • devtools::build_readme()
  • Commit
  • devtools::check(remote = TRUE, manual = TRUE)`
  • Push again
  • Review GitHub Actions results
  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted 🎉
  • usethis::use_github_release()
  • usethis::use_dev_version()

*I used:

rhub::check_for_cran(
  platforms = c("fedora-clang-devel", "windows-x86_64-oldrel"),
  env_vars=c(
    `_R_CHECK_FORCE_SUGGESTS_` = "true",
    `_R_CHECK_CRAN_INCOMING_USE_ASPELL_` = "true", 
    `R_COMPILE_AND_INSTALL_PACKAGES` = "always"
  )
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant