-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
Description
First release:
-
usethis::use_cran_comments()
- Update (aspirational) install instructions in README
- Proofread
Title:
andDescription:
- Check that all exported functions have
@return
and@examples
- Check that
Authors@R:
includes a copyright holder (role 'cph') - Check licensing of included files
- Review https://github.com/DavisVaughan/extrachecks
Prepare for release:
-
git pull
-
urlchecker::url_check()
-
devtools::build_readme()
-
devtools::check(remote = TRUE, manual = TRUE)
-
devtools::check_win_devel()
-
devtools::check_rhub()
(as recommended bydevtools::release()
) But see #167 (comment) below. (~rhub::check_for_cran()
, recommended by r-pkgs.org) -
git push
- Draft blog post
Submit to CRAN:
-
usethis::use_version('minor')
-
devtools::submit_cran()
better (recommended in devtools docs):devtools::release()
(has extra checks) - Approve email
Wait for CRAN...
- Accepted 🎉
- Add preemptive link to blog post in pkgdown news menu
-
usethis::use_github_release()
-
usethis::use_dev_version(push = TRUE)
- Finish blog post
- Toot
ambarja