Open mjskay opened 6 years ago
(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 https://github.com/r-lib/usethis/issues/338
(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 https://github.com/r-lib/usethis/issues/338