I am trying to solve a problem for a user on our compute cluster Rstudio servers.
We are set up so that a user gets access to one of 10 or so servers that run Rstudio by logging into a terminal shell. They are then able to connect to Rstudio from a browser using the https link provided them after they log in.
I am testing this issue. In Rstudio I run these 2 commands:
library(shiny)
runExample("01_hello")
then I get this response
Listening on http://127.0.0.1:7205
and also a window that looks like a webpage but it is greyed out and I can't do anything in it.
I think this may be related to needing to tell Rstudio and/or shiny the correct place to "Listen" but I could not find any documentation on the process of setting up on a remote server.
I am a sysadmin and not an R programmer. Can someone point me in the right direction? I tried the tutorials but they are about writing shiny apps and not about this kind of detail. Thanks.
Lois Bennett, MSEE
Senior System Administrator
Channing Division of Network Medicine, Brigham & Women's Hospital
A Teaching Affiliate of Harvard Medical School and Harvard School of Public Health