(don't close this; will re-use and update for each release) * [x] check for existing problems on [CRAN checks for ARTool](https://cran.r-project.org/web/checks/check_results_ARTool.html) * [x] double-check [CRAN policies](https://cran.r-project.org/web/packages/policies.html) * [x] update R and all packages * [x] `devtools::install_dev_deps()` * [x] `update.packages(ask = FALSE)` * [x] bump version and date * [x] in DESCRIPTION * [x] in NEWS * [x] `devtools::check(remote = TRUE, manual = TRUE, run_dont_test = TRUE)` * [x] update NEWS * [x] `spelling::spell_check_package()` * [x] `devtools::document()` * [x] `devtools::install()` * [x] `revdepcheck::revdep_check(num_workers = 4)` * [x] rebuild README * [x] `devtools::check(remote = TRUE, manual = TRUE, run_dont_test = TRUE)` * [x] on windows-release (local) * [x] on whatever is on Github * [x] `devtools::check_win_release()` * [x] `devtools::check_win_devel()` * [x] write `cran-comments.md` * [x] `devtools::release()` After package goes live on CRAN: * [x] merge `dev` onto `master` and `cran` * [x] tag release * [x] double check zenodo entry * Matthew Kay * Lisa A. Elkin * James J. Higgins * Jacob O. Wobbrock * [x] revdepcheck::revdep_reset() * [x] `usethis::use_dev_version()` on dev branch Template loosely based on <https://github.com/r-lib/usethis/issues/338>
(don't close this; will re-use and update for each release)
devtools::install_dev_deps()update.packages(ask = FALSE)devtools::check(remote = TRUE, manual = TRUE, run_dont_test = TRUE)spelling::spell_check_package()devtools::document()devtools::install()revdepcheck::revdep_check(num_workers = 4)devtools::check(remote = TRUE, manual = TRUE, run_dont_test = TRUE)devtools::check_win_release()devtools::check_win_devel()cran-comments.mddevtools::release()After package goes live on CRAN:
devontomasterandcranusethis::use_dev_version()on dev branchTemplate loosely based on r-lib/usethis#338