Release tidypredict 0.4.6
topepo opened this issue · 1 comments
topepo commented
Prepare for release:
-
devtools::build_readme()
- Check current CRAN check results
-
devtools::check(remote = TRUE, manual = TRUE)
-
devtools::check_win_devel()
-
rhub::check_for_cran()
-
revdepcheck::revdep_check(num_workers = 4)
- Update
cran-comments.md
- Polish NEWS
- Review pkgdown reference index for, e.g., missing topics
Submit to CRAN:
-
usethis::use_version('patch')
-
devtools::submit_cran()
- Approve email
Wait for CRAN...
- Accepted 🎉
-
usethis::use_github_release()
-
usethis::use_dev_version()
github-actions commented
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.