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
0
votes
0 answers
r - selecting dataframe columns works differently in Rscript and Rstudio
I have a very curious question.
I developed a script (say script1) through Rstudio, than sourced it in another script (say script2). This second script is launched via Rscript.
Inside script1 there's this…

ercaran
- 23
- 1
- 1
- 8
0
votes
1 answer
Can the export files option be limited in Rstudio client (open source edition)
I want to disable the export options in Rstudio open source edition server.
I read in http://docs.rstudio.com/ide/server-pro/r-sessions.html that this option is available in the pro version,
allow-file-downloads
...but I could not find…

COLO
- 1,024
- 16
- 28
0
votes
1 answer
Rstudio Server run view command while command processing
I'm running Rstudio server and wondering if there is a way to run a command that may take a bit of time to complete and at the same time visually explore some of my environment's dataframes.
When I click on a dataframe it issues the view() command…

user295944
- 273
- 4
- 17
0
votes
1 answer
How do I update my .RProfile on RStudio Server
I installed the free rstudio server on a digital ocean server. I got everything going, but I wanted to customize my .RProfile.
I ran:
candidates <- c( Sys.getenv("R_PROFILE"),
file.path(Sys.getenv("R_HOME"), "etc",…

Carl
- 5,569
- 6
- 39
- 74
0
votes
0 answers
Remote debugging of R code?
Is there a way to connect R Studio to remote instance of R and do debugging? Would R Studio server help in this?
Essentially I have a virtual machine running Ubuntu Linux with R setup on it and would like to be able to perform debugging from the…

Darko Miletic
- 1,168
- 1
- 13
- 21
0
votes
2 answers
Installing RStudio on EMR
I have a existing EMR cluster. How do I install RStudio on it. I see a lot of instruction on bootstrap action for installing RStudio on EMR. But according to my understanding they are used when creating a new cluster. How do I install Rstudio (or…

Pankaj Agrawal
- 203
- 1
- 3
- 12
0
votes
1 answer
WHat is the difference between RSTUDIO_USER_IDENTITY and USER environment variables in RStudio
Sys.getenv returns RSTUDIO_USER_IDENTITY and USER environment variables. Does anyone have an explanation of what these environment variables do?

Leon Katsnelson
- 450
- 3
- 5
0
votes
0 answers
install.packages ksh error when trying to install shiny package
Trying to install Shiny local pacakge after downloading:
install.packages("/tmp/shiny_0.13.1.tar.gz", repos=NULL, type="source")
I get this error:
-ksh: syntax error: `(' unexpected
is the syntax right ? Please advise

iaav
- 484
- 2
- 9
- 26
0
votes
1 answer
Can I build Rstudio server from sources
I work on a centOS 6.6 distro and would like to use Rstudio. I would like to use an up to date version say v>0.99 but from the download page I can see that Rstudio desktop requires RHEL7.
Looking for older versions of rstudio desktop I see that…

statquant
- 13,672
- 21
- 91
- 162
0
votes
1 answer
CoreNLP in R, doesn't work in RStudio, but works well on shell
I'm working with R on Ubuntu, I want to use the CoreNLP package and I have a weird behaviour. When I use a shell, everything is fine, for instance I can run:
$ R
R version 3.2.2 (2015-08-14) -- "Fire Safety"
Copyright (C) 2015 The R Foundation for…

ACCaminero
- 33
- 4
0
votes
1 answer
error while loading shared libraries: libR.so
I installed R on redhat using the following commands:
./configure --enable-R-shlib –with-readline=no –with-
make clean
make
make install
I have the R_HOME installed in /local/home/UserX/R-3.2.3.
First I had the issue of starting Rtudio Server…

manie
- 355
- 1
- 5
- 13
0
votes
1 answer
Configuring nginx proxy for rstudio to work through ssh tunnel
We installed rstudio in a docker container and configured it following
https://support.rstudio.com/hc/en-us/articles/200552326-Running-RStudio-Server-with-a-Proxy
In order to use a sub-uri: example.com/rstudio. This is a work situation, and the…

abalter
- 9,663
- 17
- 90
- 145
0
votes
1 answer
Rstudio server on google computing engine
I am trying to access the rstudio server installed on ubuntu. The rstudio server was installed on ubuntu preconfigured image on google compute engine (VM instance) through following commands
$ sudo apt-get install r-base
$ sudo apt-get install…

Carpe Diem
- 73
- 1
- 1
- 12
0
votes
2 answers
Failed to install R on Centos 7
I have CentOS 7 (3.10.0-123.el7.x86_64) and I seem not be able to install R and then get Rstudio server working.
This is what I did:
rpm -Uvh http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install R
Then I got this…

HP.
- 19,226
- 53
- 154
- 253
0
votes
1 answer
Update Rstudio server on EC2 instance
For someone with absolutely no expertise in linux or EC2 - how can I install the Rstudio server update on an EC2 instance? I tried using the recipe from rstudio (https://www.rstudio.com/products/rstudio/download-server/) utilizing the shell provided…

Misha
- 3,114
- 8
- 39
- 60