diff --git a/inst/shinyexample/dev/03_deploy.R b/inst/shinyexample/dev/03_deploy.R index 29b7741d..e12212d4 100644 --- a/inst/shinyexample/dev/03_deploy.R +++ b/inst/shinyexample/dev/03_deploy.R @@ -16,7 +16,13 @@ ## Run checks ---- ## Check the package before sending to prod devtools::check() -rhub::check_for_cran() + +## add a classic token with "repo" and "workflow" permissions here: +## https://github.com/settings/personal-access-tokens/new +rhub::rhub_setup() +gitcreds::gitcreds_set() +rhub::rhub_doctor() +rhub::rhub_check(platform = "rchk") # CRAN-like checks with GH-Actions # Deploy