Skip to content

Commit 5bc6766

Browse files
pachadotdevColinFay
authored andcommitted
fix 1208
1 parent 30e9146 commit 5bc6766

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

inst/shinyexample/dev/03_deploy.R

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@
1616
## Run checks ----
1717
## Check the package before sending to prod
1818
devtools::check()
19-
rhub::check_for_cran()
19+
20+
## add a classic token with "repo" and "workflow" permissions here:
21+
## https://github.com/settings/personal-access-tokens/new
22+
rhub::rhub_setup()
23+
gitcreds::gitcreds_set()
24+
rhub::rhub_doctor()
25+
rhub::rhub_check(platform = "rchk") # CRAN-like checks with GH-Actions
2026

2127
# Deploy
2228

0 commit comments

Comments
 (0)