Closed crWerner closed 9 months ago
@crWerner I am monitoring this repo and wonder how you got this checklist above? Is this some automated magic or your crafted list?
Thanks!
@gregorgorjanc you can create the above list using the following code
usethis::use_release_issue()
Prepare for release:
git pull
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('minor')
devtools::submit_cran()
Wait for CRAN...
git push
usethis::use_github_release()
usethis::use_dev_version()
git push