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
(don't close this; will re-use and update for each release)
devtools::install_dev_deps()
update.packages(ask = FALSE)
devtools::check(remote = TRUE, manual = TRUE, run_dont_test = TRUE)
spelling::spell_check_package()
devtools::document()
devtools::install()
revdepcheck::revdep_check(num_workers = 4)
devtools::check_win_release()
devtools::check_win_devel()
rhub::check(platform = "solaris-x86-patched", env_vars = c("_R_CHECK_FORCE_SUGGESTS_" = "false"))
cran-comments.md
devtools::release()
After package goes live on CRAN:
dev
master
cran
Template loosely based on r-lib/usethis#338
The text was updated successfully, but these errors were encountered:
mjskay
No branches or pull requests
(don't close this; will re-use and update for each release)
devtools::install_dev_deps()
update.packages(ask = FALSE)
devtools::check(remote = TRUE, manual = TRUE, run_dont_test = TRUE)
spelling::spell_check_package()
devtools::document()
devtools::install()
revdepcheck::revdep_check(num_workers = 4)
devtools::check(remote = TRUE, manual = TRUE, run_dont_test = TRUE)
devtools::check_win_release()
devtools::check_win_devel()
rhub::check(platform = "solaris-x86-patched", env_vars = c("_R_CHECK_FORCE_SUGGESTS_" = "false"))
cran-comments.md
devtools::release()
After package goes live on CRAN:
dev
ontomaster
andcran
Template loosely based on r-lib/usethis#338
The text was updated successfully, but these errors were encountered: