Skip to content

Problems spinning up a shiny app with docklet_shinyapp #179

@studerus

Description

@studerus

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions