Release cleanrmd 0.1.0
gadenbuie opened this issue · 0 comments
gadenbuie commented
Get ready for CRAN
- All exported functions have
@return
- All exported functions have
@examples
- Add some tests
- Other things from extrachecks
- Update installation instructions
- Add actions to repo
Prepare for release
-
git pull
- Check current CRAN check results
- Check if any deprecation processes should be advanced, as described in Gradual deprecation
- Polish NEWS
-
urlchecker::url_check()
-
devtools::check(remote = TRUE, manual = TRUE)
-
devtools::check_win_devel()
-
rhub::check_for_cran()
-
revdepcheck::revdep_check(num_workers = 4)
- Update
cran-comments.md
-
git push
- Draft blog post
Submit to CRAN:
-
usethis::use_version('minor')
-
devtools::submit_cran()
- Approve email
Wait for CRAN...
- Accepted 🎉
-
git push
-
usethis::use_github_release()
-
usethis::use_dev_version()
-
usethis::use_news_md()
-
git push
- Finish blog post
- Tweet
- Add link to blog post in pkgdown news menu