I'm new to Shiny, but not new to R. Because of work, I'm now doing R development in RStudio server. It is running on Google Compute Engine, if that makes a difference. RStudio server runs just fine, but Shiny is having problems.
After installing shiny, I ran the example command:
runExample("01_hello")
At first, this brought up the Hello Shiny! app, but everything was grey. I restarted RStudio, cleaned the workspace, and ran the command again. Now a window pops up, but it immediately disappears. I tried restarting RStudio server, and running in a different browser, but the behavior continues.
I've tried quickly clicking the "Open in Browser" button, and that gets me a tab in my browser that's grey, just like before I restarted.
Any suggestions? Thank you.
EDIT:
When I launch the example, the RStudio console gives:
Listening on http://127.0.0.1:4096
And just sits there until I press esc.
The IE Console gives no errors (although I'm also not sure if I'm using it right--not a web guy, sorry).
The Chrome console does give an error:
'webkitRequestAnimationFrame' is vendor-specific. Please use the standard 'requestAnimationFrame' instead.
Which has a link to VM320:6635 which reads:
function _b(b,c){var d=b;var e=Gni(function(){var a=wj();d.Df(a)});return $wnd.webkitRequestAnimationFrame(e,c)}