Closed hadley closed 1 year ago
@mmaechler @lawremi @t-kalinowski are you ok with me continuing the release process and submitting version 0.1.0 to CRAN? The draft blog is in #311, but we can easily polish that after release.
Let's move forward with release. Thanks for continuing to drive this.
On its way to CRAN 🤞
And on CRAN.
Per @mmaechler's comments in #322 we should wait to promote this until we've resolved a few more outstanding issues and done another release. Releases after the first are generally handled automatically so that can happen quite quickly.
First release:
usethis::use_cran_comments()
Title:
andDescription:
@return
and@examples
Authors@R:
includes a copyright holder (role 'cph')Prepare for release:
git pull
usethis::use_github_links()
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
git push
Submit to CRAN:
usethis::use_version('minor')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)