Open GidonFrischkorn opened 11 months ago
@GidonFrischkorn I was wondering if we should submit to CRAN before we resubmit the tutorial paper? That way we can put installation instructions with the regular install.packages()
function. What do you think?
I had a look at the issues we have open, and I think the package is in a stable state. Most issues are about new models and functionality, which we could add later.
Perhaps we can do #189, #185, #188 but I think the rest are not needed for us to submit.
Agreed. Maybe we can try to have a look at these things until your vacation and also set up the submission to CRAN then.
I do not know how long it takes them to test an initial submission there. But then if any additions are needed, we could address them when you are back and should still be on schedule for having it ready for the resubmission of the revision.
Alright, submitted! 🎉
Additional tasks (added by Ven on May 22):
First release:
usethis::use_news_md()
usethis::use_cran_comments()
Title:
andDescription:
@return
and@examples
Authors@R:
includes a copyright holder (role 'cph')Prepare for release:
git pull
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
git push
Submit to CRAN:
usethis::use_version('major')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)
usethis::use_news_md()