Release rray 0.1.0
Closed this issue · 4 comments
DavisVaughan commented
Prepare for release:
- Check that description is informative
- Check licensing of included files
-
usethis::use_cran_comments()
-
devtools::check()
-
devtools::check_win_devel()
-
rhub::check_for_cran()
-
rhub::check(platform = 'ubuntu-rchk')
-
rhub::check_with_sanitizers()
- Polish pkgdown reference index
-
Draft blog post
Submit to CRAN:
-
usethis::use_version('minor')
- Update
cran-comments.md
-
devtools::submit_cran()
- Approve email
Wait for CRAN...
- Accepted 🎉
-
usethis::use_github_release()
-
usethis::use_dev_version()
-
usethis::use_news_md()
- Update install instructions in README
- Finish blog post
- Tweet
- Add link to blog post in pkgdown news menu
DavisVaughan commented
* checking installed package size ... NOTE
installed size is 45.0Mb
sub-directories of 1Mb or more:
libs 44.3Mb
maybe add a note about this
dirkschumacher commented
I really like that checklist. Maybe this could be part of usethis
. Create a publication checklist on github :) 🤔
DavisVaughan commented
usethis::use_release_issue()!
dirkschumacher commented
🤯