I know how to deploy a shiny app using http://www.shinyproxy.io/. Basically I just need server.R and ui.R. Then using docker it\'s a pretty easy job.
However, when using
Rendering Shiny R Markdown documents requires server-side support. This is a feature of the open source Shiny Server product (see the Shiny Server documentation) which doesn't appear to have been implemented by ShinyProxy.
If you wanted to add support to ShinyProxy it wouldn't be terribly difficult; there are a few details to work out but essentially the proxy just needs to use rmarkdown::run()
instead of shiny::runApp()
.