Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion inst/shinyexample/dev/03_deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading