Closed eliotmcintire closed 1 year ago
Prepare for release:
git pull
spelling::spell_check_package()
spelling::update_wordlist()
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
git push
Submit to CRAN:
usethis::use_version('patch')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version()
Prepare for release:
git pull
spelling::spell_check_package()
spelling::update_wordlist()
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
git push
Submit to CRAN:
# this did not work in this workflow; it was too lateusethis::use_version('patch')
devtools::submit_cran()
Wait for CRAN...
git push
# this did not work in this workflow; it requires CRAN-SUMBISSION fileusethis::use_github_release()
# did not attempt thisusethis::use_dev_version()
git push