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.

ERROR: An error has occurred. Check your logs or contact the app author for clarification

Error Screen2 Error Screen1 while publishing app on web getting error called: check your log or contact the app auther.…

shiny shiny-server
Host App Shiny-server

I am trying to host an app over the web using R, shiny and shiny-server. As a preface, I have …

r ubuntu-12.04 shiny shiny-server
Publish Rstudio Shiny App in intranet

I am trying to build a Rstudio/Shiny App and post it in our intranet so that everyone else in …

r rstudio shiny shiny-server
Reading objects from shiny output object not allowed?

I'm trying to write a little app that will allow the user to make a scatterplot, select a subset of …

r shiny scatter-plot shiny-server
How sessions work in shiny-server?

I am having some troubles in understanding how sessions work in the shiny-server. I assume that a session finishes when …

r shiny shiny-server
Accept HTTP Request in R shiny application

I have a shiny app that I have made that needs to get its data from another server, i.e. …

r shiny shiny-server
Create a data frame using text input in Shiny

Trying to create a data frame like below; X Y 20 30 Using textInput to create data frame. But values entered in …

r shiny shiny-server
How to display a busy indicator in a shiny app?

Note : I have read almost all the discussions on this object in shiny googlegroups and here in SO. I need …

r shiny shiny-server busyindicator
R Shiny Make slider value dynamic

I've got a dropdown selector and a slider scale. I want to render a plot with the drop down selector …

r shiny shiny-server
Shiny + ggplot: How to subset reactive data object?

I am making a shiny app, that shows the user a ggplot after he selects the daterange he is interested …

r ggplot2 shiny-server