This tag is to be used for rstudio-server, which provides a browser based interface for R / Rstudio running on a remote server. Note that this is different from accessing the Rstudio IDE directly via remote access.
Questions tagged [rstudio-server]
591 questions
9
votes
4 answers
Rstudio-server unable to connect to service
While login to Rstudio Server with my user name and password, I received the following
Rstudio Initilization Error
unable to connect to service
I installed Rstudio Server in the following way:
apt-get install gdebi-core r-base r-base-dev
wget -c…

user977828
- 7,259
- 16
- 66
- 117
9
votes
1 answer
Shiny server crashing
Background:
I am running shiny-server on a RHEL 5 box and it keeps crashing in a non reproducible way. Seems like that node.js has something to do with the error..
The error is the following:
Error: write EIO
at errnoException (net.js:901:11)
…

Peter
- 284
- 2
- 9
9
votes
4 answers
What is the relation between RStudio and RServe?
I'm new to R and I decided to put R on a machine I have and see if I can remotely run code that is on my desktop computer.
While searching for "how to do" that, I came across the names "Rserve" and "RStudio". As far as I could tell, RServe is a…

vaulttech
- 493
- 1
- 5
- 15
8
votes
2 answers
Mount local volume accessible to R/RStudio in docker (tidyverse)
There are a ton of little-upvoted questions about how to address local folders from inside a docker container, but I can't find one that quite matches mine, so here goes another one:
How can I run a docker container, and mount a local folder so that…

arvi1000
- 9,393
- 2
- 42
- 52
8
votes
4 answers
AWS Linux Server install R package
I try to install the package "data.table" (and "aws.s3)" via Rstudio Server on an Amazon Linux instance following this guide:
http://stanke.co/category/r/
Unfortunately, I get the following error message. I really don't know what else to do.
Can…

Sylvi0202
- 901
- 2
- 9
- 13
8
votes
3 answers
How to allow h2o to access all available memory?
I am running h2o through Rstudio Server on a linux server with 64 GB of RAM. When I initialize the cluster it says that the total cluster memory is only 9.78 GB. I have tried using the max_mem_size parameter but still only using 9.78 GB.
localH2O…

mikew
- 347
- 6
- 12
8
votes
2 answers
Container is running beyond virtual memory limits
When I do rhadoop example, below errors are occurred.
is running beyond virtual memory limits. Current usage: 121.2 MB of 1 GB physical memory used; 2.1 GB of 2.1 GB virtual memory used. Killing container.
Container killed on request. Exit code is…

yes89929
- 319
- 1
- 4
- 11
8
votes
2 answers
Is there a browser based IDE for Python like RStudio server for R?
I am familiar with the RStudio server and it is a great tool for R statistical development in remote linux environment.
Just being curious if there is a similar server side IDE for Python development (web browser based)?

j1897
- 1,507
- 5
- 21
- 41
8
votes
2 answers
ROracle not working in R studio
I'm trying to install ROracle package on a unix box.
The package gets installed properly. But library(ROracle) does not work fine with the error
library(ROracle)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object…

user40465
- 421
- 2
- 8
- 15
8
votes
1 answer
Can RStudio Desktop be used as a client to RStudio Server? (instead of the web interface)
I am aware that I can use RStudio server on my remote machine, and connect to that via a web browser on my client machine.
However, I would prefer not to use my web browser. Is it possible to set up RStudio Desktop to connect to the RStudio…

Patrick
- 513
- 4
- 14
8
votes
1 answer
RStudio locally + R cloudly
Is there any way to run RStudio locally on my machine but using a remote machine running R as engine instead of my local R install?
To be clear I know that there's the possibility to use RStudio server with a web GUI but I am asking something…

CptNemo
- 6,455
- 16
- 58
- 107
8
votes
5 answers
ROAuth no longer used in favor of httr? [Twitter API]
I'm running R Studio on an AWS "Ubuntu Server 12.04.2 LTS" and accessing R Studio via my browser.
When I try to authenticate at the Twitter API using the package ROAuth with the code:
credential<-OAuthFactory$new(consumerKey="xxxxx",
…

yumba
- 1,056
- 2
- 16
- 31
7
votes
0 answers
How Do I Publish Shiny a Shiny App to GCP?
What I Have Successfully Accomplished
I have a shiny app that runs locally.
I have set up a Ubuntu 19 server on a GCP VM instance
I have installed RStudio Server & ShinyServer, and [EXTERNAL_IP]:3838 shows the standard geyser app
I have copy-pasted…

Steve
- 575
- 4
- 18
7
votes
1 answer
system("timedatectl") "Failed to query server: Connection timed out"
I'm running RStudio 1.1.456 with R 3.5.1 on an AWS server with RHEL 7.6 (see sessionInfo below). The first time (per session) that I call Sys.timezone(), I get an error:
> Sys.timezone()
Failed to query server: Connection timed out
[1]…

Jon Harmon
- 803
- 1
- 9
- 20
7
votes
2 answers
Setting up a Kuberentes cluster with HTTP Load balancing ingress for RStudio and Shiny results in error pages
I'm attempting to create a cluster on Google Kubernetes Engine that runs nginx, RStudio server and two Shiny apps, following and adapting this guide.
I have 4 workloads that are all green in the UI, deployed via:
kubectl run nginx --image=nginx…

MarkeD
- 2,500
- 2
- 21
- 35