When having a shiny app set up like this for the shiny server
+---/srv/shiny-server
| +---shinyApp1
| +---server.R
| +---ui.R
all works fine. However, how can I do the same, when the above files (ui.R, server.R) are included in a packages inst/shiny folder? (see, for example, my gridsampler repo).
How can I deploy a packaged shiny app on shiny server?