Closed alexpghayes closed 2 years ago
cc @zeileis. This may either happen this week or may have to wait until after some travel. Feel free to ping me after Sept 20 if I've stalled!
Wow, already submitted and accepted, that was fast!! :partying_face:
And also the GitHub pages (https://alexpghayes.github.io/distributions3/) are up to date. Wonderful, very much appreciated!
One more small idea (not urgent at all): The "Reference" overview on the GitHub page is currently a bit hard to follow, I think. I'll propose a grouping by type of functionality in a new PR. But as that is orthogonal to the CRAN release, it can be incorporated at any later point as well.
Thanks!
Closing this issue because version 0.2.1 was successfully released on CRAN and development version on GitHub bumped to 0.2.1.9000.
Prepare for release:
git pull
devtools::build_readme()
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...
git push
usethis::use_github_release()
usethis::use_dev_version()
git push