tune
tune copied to clipboard
Release tune 1.2.1
Prepare for release:
- [x]
git pull - [x] Check current CRAN check results
- [x] Polish NEWS
- [x]
urlchecker::url_check() - [x]
devtools::build_readme() - [x]
devtools::check(remote = TRUE, manual = TRUE) - [x]
devtools::check_win_devel() - [x]
revdepcheck::cloud_check() - [ ] Update
cran-comments.md - [ ]
git push - [ ] Update dependencies with
devtools::install_dev_deps()and update the test objects viaR CMD BATCH --vanilla inst/test_objects.R. - [ ] Confirm issue cataloger gives expected output in
inst/test_catalog.R.
Submit to CRAN:
- [ ]
usethis::use_version('patch') - [ ]
devtools::submit_cran() - [ ] Approve email
Wait for CRAN...
- [ ] Accepted :tada:
- [ ]
usethis::use_github_release() - [ ]
usethis::use_dev_version(push = TRUE)