Open trashbirdecology opened 5 years ago
Have you considered getting this onboarded with rOpenSci? either before or after CRAN submission.
No, but that's a great idea...would be a good excuse to redo the function naming convention to object_verb (currently is verb_objObj).
Prepare for release:
usethis::use_cran_comments()
devtools::check()
devtools::check_win_devel()
Submit to CRAN:
usethis::use_version('major')
cran-comments.md
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version()