Prepare for release: * [x] #64 * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_vprr.html) * [ ] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `usethis::use_github_links()` * [x] `urlchecker::url_check()` * [x] `devtools::build_readme()` * [x] `devtools::check(remote = TRUE, manual = TRUE)` * [x] #61 * [x] `revdepcheck::revdep_check(num_workers = 4)` (ran this check, passed with 0 reverse dependencies so did not include output in final package) * [ ] Update `cran-comments.md` * [ ] `git push` 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(push = TRUE)`
Prepare for release:
mergedevelop #64usethis::use_github_links()urlchecker::url_check()devtools::build_readme()devtools::check(remote = TRUE, manual = TRUE)devtools::check_win_devel()#61revdepcheck::revdep_check(num_workers = 4)(ran this check, passed with 0 reverse dependencies so did not include output in final package)cran-comments.mdgit pushSubmit to CRAN:
usethis::use_version('minor')devtools::submit_cran()Wait for CRAN...
usethis::use_github_release()usethis::use_dev_version(push = TRUE)