Closed alexpghayes closed 2 years ago
@zeileis if you want to get a new version onto CRAN before UseR 2022, let me know and I'll try to meet a timeline that works well for you
The conference itself is in June so we still have plenty of time. And I don't think it is necessary to have the new version on CRAN before the abstract submission (next week). So I'm perfectly fine with having the next CRAN release some time in spring.
Closing in favor of #84
Prepare for release:
devtools::build_readme()
urlchecker::url_check()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
rhub::check_for_cran()
revdepcheck::revdep_check(num_workers = 4)
cran-comments.md
Submit to CRAN:
usethis::use_version('patch')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version()