We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()
The text was updated successfully, but these errors were encountered:
Check gradual deprecation #193
2760c0d
Check URLs. #193
82d119f
Update cran-comments.md #193
1bb7faf
Improve convergence information messages, and update NEWS.md #193
9708c5d
finnlindgren
No branches or pull requests
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()
The text was updated successfully, but these errors were encountered: