Prepare release 0.4.1
Closed this issue · 0 comments
florisvdh commented
Prepare for release:
-
git pull
- Check current CRAN check results
- Polish NEWS
- Apply
styler::style_pkg(scope = "line_breaks")
-
urlchecker::url_check()
-
devtools::build_readme()
-
devtools::check(remote = TRUE, manual = TRUE, document = FALSE)
(after deleting package cache) -
rhub::rhub_check(platforms = "atlas")
- note: this must be run from the main branch.
- overview of all platforms:
rhub::rhub_platforms()
-
devtools::check_mac_release()
-
devtools::check_win_devel()
-
revdepcheck::revdep_check(num_workers = 4)
- Update
cran-comments.md
-
git push
Submit to CRAN:
-
usethis::use_version('minor')
-
devtools::release()
- Approve email
Wait for CRAN...
- Accepted 🎉
- Tag and release on GitHub
-
usethis::use_dev_version(push = FALSE)
- Toot