We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e9146 commit 5bc6766Copy full SHA for 5bc6766
inst/shinyexample/dev/03_deploy.R
@@ -16,7 +16,13 @@
16
## Run checks ----
17
## Check the package before sending to prod
18
devtools::check()
19
-rhub::check_for_cran()
+
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
26
27
# Deploy
28
0 commit comments