Prepare for release: * [ ] Check that description is informative * [ ] Check licensing of included files * [ ] `devtools::build_readme()` * [ ] `usethis::use_cran_comments()` * [ ] `devtools::check(remote = TRUE, manual = TRUE)` * [ ] `devtools::check_win_devel()` * [ ] `rhub::check_for_cran()` * [ ] Update `cran-comments.md` * [ ] Draft blog post Submit to CRAN: * [ ] `usethis::use_version('minor')` * [ ] `devtools::submit_cran()` * [ ] Approve email Wait for CRAN... * [ ] Accepted :tada: * [ ] `usethis::use_github_release()` * [ ] `usethis::use_dev_version()` * [ ] Update install instructions in README * [ ] Finish blog post * [ ] Tweet * [ ] Add link to blog post in pkgdown news menu
Prepare for release:
devtools::build_readme()usethis::use_cran_comments()devtools::check(remote = TRUE, manual = TRUE)devtools::check_win_devel()rhub::check_for_cran()cran-comments.mdSubmit to CRAN:
usethis::use_version('minor')devtools::submit_cran()Wait for CRAN...
usethis::use_github_release()usethis::use_dev_version()