Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_fastreg.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::check(remote = TRUE, manual = TRUE)` * [x] `devtools::check_win_devel()` * [x] Update `cran-comments.md` - see #334 * [x] `git push` Submit to CRAN: * [ ] ~~`usethis::use_version('patch')`~~ * [x] `devtools::submit_cran()` * [x] Approve email Wait for CRAN... * [x] Accepted :tada: * [ ] ~~`usethis::use_github_release()`~~ * [ ] ~~`usethis::use_dev_version(push = TRUE)`~~
Prepare for release:
git pullurlchecker::url_check()devtools::check(remote = TRUE, manual = TRUE)devtools::check_win_devel()cran-comments.md- see docs: 📝 update CRAN comments for v0.14.1 release #334git pushSubmit to CRAN:
usethis::use_version('patch')devtools::submit_cran()Wait for CRAN...
usethis::use_github_release()usethis::use_dev_version(push = TRUE)