Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_ggplot2.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `devtools::build_readme()` * [x] `urlchecker::url_check()` * [x] `devtools::check(remote = TRUE, manual = TRUE)` * [x] `devtools::check_win_devel()` * [x] `rhub::check_for_cran()` * [x] `revdepcheck::cloud_check()` * [x] Update `cran-comments.md` * [x] `git push` Submit to CRAN: * [x] `usethis::use_version('patch')` * [x] `devtools::submit_cran()` * [x] Approve email Wait for CRAN... * [x] Accepted :tada: * [x] `git push` * [x] `usethis::use_github_release()` * [x] `usethis::use_dev_version()` * [x] `git push`
Prepare for release:
git pulldevtools::build_readme()urlchecker::url_check()devtools::check(remote = TRUE, manual = TRUE)devtools::check_win_devel()rhub::check_for_cran()revdepcheck::cloud_check()cran-comments.mdgit pushSubmit to CRAN:
usethis::use_version('patch')devtools::submit_cran()Wait for CRAN...
git pushusethis::use_github_release()usethis::use_dev_version()git push