Deploy shiny with shinyproxy - no app showing
问题 I've developed a shiny app and i'm trying to do a first lightweight deploy using shinyproxy. All installation seems fine. I've installed docker, java. I thought that building a package that wraps the app and other function would be a good idea. So I developed a package (CI) and CI::launch_application is basically a wrapper around RunApp function of shiny package. This is the code: launch_application <- function(launch.browser = interactive(), ...) { runApp( appDir = system.file("app", package