Skip to content

Commit ee6f216

Browse files
committed
remove packrat
1 parent 2233712 commit ee6f216

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Deploy to shinyapps.io
3030
run: |
3131
R -e '
32+
options(rsconnect.packrat = FALSE)
33+
options(repos = c(CRAN="https://cloud.r-project.org"))
34+
3235
rsconnect::setAccountInfo(
3336
name = Sys.getenv("SHINYAPPS_NAME"),
3437
token = Sys.getenv("SHINYAPPS_TOKEN"),

0 commit comments

Comments
 (0)