Open iancero opened 1 year ago
Initial submission made to CRAN and confirmed via email. The email clarified that the response from CRAN would come within 10 days.
Confirmation of submission acceptance to CRAN was received via email on 2023-09-13.
I also confirmed the package is now available on CRAN and can successfully be installed via install.packages("checkthat")
First release:
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('minor')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)