We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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()
cran-comments.md
devtools::release()
After package goes live on CRAN:
dev
master
cran
usethis::use_dev_version()
Template loosely based on r-lib/usethis#338
The text was updated successfully, but these errors were encountered:
mjskay
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
(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()
cran-comments.md
devtools::release()
After package goes live on CRAN:
dev
ontomaster
andcran
usethis::use_dev_version()
on dev branchTemplate loosely based on r-lib/usethis#338
The text was updated successfully, but these errors were encountered: