Top "Shiny-server" questions

Shiny Server provides a platform on which you can host multiple Shiny applications on a single server, each with their own URL or port.

pandoc document conversion failed with error 127

I'm not sure how to make a reproducible example of this, but I'm curious to hear if anyone else has …

r amazon-ec2 r-markdown pandoc shiny-server
Shiny: What is the option setting to display in the console the messages between server and ui

I remember having used an option setting that enable to print in the R console the messages between the server …

r shiny shiny-server
developing shiny app as a package and deploying it to shiny server

I am developing a shiny app and since I wanted to use automated testing and documentation of the function, I …

r shiny shiny-server devtools
Shiny App not working on Shiny Server with no log file present

I have an application that works on a local R server (port 8787). When I move it to Shiny Server (port 3838), …

shiny shiny-server
How to pass a variable from server.R to ui.R in shiny without global?

I've tried different ways to store a variable in server.R and use the same variable in ui.R without …

shiny shiny-server