Closed finnlindgren closed 1 year ago
Prepare for release:
usethis::use_github_links()
devtools::build_readme()
urlchecker::url_check()
git flow release start 2.8.0
usethis::use_version('minor')
git flow release publish 2.8.0
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
devtools::check_win_release()
devtools::check_win_oldrelease()
rhub::check_for_cran(env_vars=c("_R_CHECK_FORCE_SUGGESTS_"="false"))
revdepcheck::revdep_check(num_workers = 8)
cran-comments.md
git flow release finish 2.8.0
usethis::use_dev_version(push = TRUE)
git checkout stable
Submit to CRAN:
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
Prepare for release:
usethis::use_github_links()
devtools::build_readme()
urlchecker::url_check()
git flow release start 2.8.0
usethis::use_version('minor')
git flow release publish 2.8.0
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
devtools::check_win_release()
devtools::check_win_oldrelease()
rhub::check_for_cran(env_vars=c("_R_CHECK_FORCE_SUGGESTS_"="false"))
revdepcheck::revdep_check(num_workers = 8)
cran-comments.md
git flow release finish 2.8.0
usethis::use_dev_version(push = TRUE)
git checkout stable
, push and push tagsSubmit to CRAN:
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()