Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_coconots.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] `rhub::check(platform = 'ubuntu-rchk')` * [x] `rhub::check_with_sanitizers()` * [x] `revdepcheck::revdep_check(num_workers = 4)` * [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] `usethis::use_news_md()` * [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()rhub::check(platform = 'ubuntu-rchk')rhub::check_with_sanitizers()revdepcheck::revdep_check(num_workers = 4)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()usethis::use_news_md()git push