Skip to content

Commit

Permalink
options(rsconnect.packrat = TRUE)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoMaggio committed Aug 23, 2023
1 parent d6490af commit a6eb1f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/deploy-shinyapps.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ rsconnect::setAccountInfo(
# TODO: We currently have copy the file for the deployment to work
file.copy("inst/report/index.Rmd", "index.Rmd", overwrite = TRUE)

options(rsconnect.packrat = TRUE)

rsconnect::deployApp(
account = "miraisolutions",
appName = "covid19-vaccination-ch",
appName = "covid19-vaccination-ch-test",
forceUpdate = TRUE
)

Expand Down

0 comments on commit a6eb1f4

Please sign in to comment.