Hello!

I am learning Shiny via tutorial (
http://rstudio.github.io/shiny/tutorial/#hello-shiny)

I am trying to recreate the first 2 lines:

library(shiny)
runExample("01_hello")


An IE window opens - it has the slider but does not have the histogram.
And my R is stuck. I am seeing the following at the prompt:

Listening on port 8100
ERROR: [uv_write] connection reset by peer
ERROR: [on_request_read] connection reset by peer
ERROR: [on_request_read] connection reset by peer
ERROR: [on_request_read] connection reset by peer
ERROR: [on_request_read] connection reset by peer


In order to stop it I have to hit Escape. The same thing happens in R gui
and in R studio.
Any advice on what settings I should ask our IT to change in order for it
to work?

Thank you very much!

-- 
Dimitri Liakhovitski

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to