Closed gaborcsardi closed 5 years ago
Prepare for release:
devtools::check_win_devel()
rhub::check_for_cran()
rhub::check(platform = "solaris-x86-patched")
revdepcheck::revdep_check(num_workers = 4)
email.yml
revdepcheck::revdep_email_maintainers()
Perform release:
devtools::submit_cran()
Wait for CRAN...
Template from https://github.com/r-lib/usethis/issues/338
FYI NEWS is missing on CRAN ATM: https://cran.r-project.org/package=progress
Prepare for release:
devtools::check_win_devel()
rhub::check_for_cran()
rhub::check(platform = "solaris-x86-patched")
revdepcheck::revdep_check(num_workers = 4)
If new failures, updateemail.yml
thenrevdepcheck::revdep_email_maintainers()
Perform release:
devtools::submit_cran()
Wait for CRAN...
Template from https://github.com/r-lib/usethis/issues/338