-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
I tried to spin up a shiny app with docklet_shinyapp. It works fine using the example in the help file, but not with my own shiny app. It says "The application exited during initialization. "
I think the problem is that my shiny app uses R packages that are not installed on the shinyapp docklet. How can install additional packages? I tried the following, which did not work:
d %>% docklet_run("rocker/shiny", "Rscript -e 'install.packages(\"shinydashboard\")'")
Also, how can I get the error log to find out what error occurred in the shiny app?