tune icon indicating copy to clipboard operation
tune copied to clipboard

Release tune 1.2.1

Open topepo opened this issue 2 years ago • 0 comments

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 via R 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)

topepo avatar Apr 18 '24 17:04 topepo