kuniezu
kuniezu copied to clipboard
Release kuniezu 0.1.3
First release:
- [x]
usethis::use_cran_comments()
- [ ] Proof read
Title:
andDescription:
- [ ] Check that all exported functions have
@returns
and@examples
- [x] Check that
Authors@R:
includes a copyright holder (role 'cph') - [ ] Check licensing of included files
- [ ] Review https://github.com/DavisVaughan/extrachecks
Prepare for release:
- [x]
devtools::build_readme()
- [x]
urlchecker::url_check()
- [x]
devtools::check(remote = TRUE, manual = TRUE)
- [x]
devtools::check_win_devel()
- [ ]
rhub::check_for_cran()
Submit to CRAN:
- [x]
usethis::use_version('patch')
- [ ]
devtools::submit_cran()
- [ ] Approve email
Wait for CRAN...
- [ ] Accepted :tada:
- [ ]
usethis::use_github_release()
- [ ]
usethis::use_dev_version()
- [ ] Update install instructions in README