Release pepe 2.0.0
Opened this issue · 0 comments
seymakalay commented
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:
-
devtools::build_readme()
-
urlchecker::url_check()
-
devtools::check(remote = TRUE, manual = TRUE)
-
devtools::check_win_devel()
-
rhub::check_for_cran()
- Review pkgdown reference index for, e.g., missing topics
- Draft blog post
Submit to CRAN:
-
usethis::use_version('major')
-
devtools::submit_cran()
- Approve email
Wait for CRAN...
- Accepted 🎉
-
usethis::use_github_release()
-
usethis::use_dev_version()
-
usethis::use_news_md()
- Finish blog post
- Tweet
- Add link to blog post in pkgdown news menu