From a2caf1e0ada527dbb05eb752581e58d3c84bad6b Mon Sep 17 00:00:00 2001 From: Mauricio Vargas Sepulveda Date: Mon, 25 Aug 2025 18:31:06 -0400 Subject: [PATCH] fix 1208 --- inst/shinyexample/dev/03_deploy.R | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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