There was an error while loading. Please reload this page.
1 parent 2233712 commit ee6f216Copy full SHA for ee6f216
1 file changed
.github/workflows/deploy.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Deploy to shinyapps.io
30
run: |
31
R -e '
32
+ options(rsconnect.packrat = FALSE)
33
+ options(repos = c(CRAN="https://cloud.r-project.org"))
34
+
35
rsconnect::setAccountInfo(
36
name = Sys.getenv("SHINYAPPS_NAME"),
37
token = Sys.getenv("SHINYAPPS_TOKEN"),
0 commit comments