Closed gaborcsardi closed 5 years ago
Prepare for release:
devtools::check_win_devel()
rhub::check_for_cran()
rhub::check(platform = "solaris-x86-patched")
rhub::check(platform = "ubuntu-rchk")
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
Prepare for release:
devtools::check_win_devel()
rhub::check_for_cran()
rhub::check(platform = "solaris-x86-patched")
rhub::check(platform = "ubuntu-rchk")
revdepcheck::revdep_check(num_workers = 4)
email.yml
thenrevdepcheck::revdep_email_maintainers()
Perform release:
devtools::submit_cran()
Wait for CRAN...
Template from https://github.com/r-lib/usethis/issues/338