Questions tagged [rstudio-server]

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.

591 questions
7
votes
2 answers

rsession: no process found - R Studio

I am installing R Studio on AWS ec2 instance running Ubuntu. While installation I get an error "rsession: no process found". After installation I opened "server_ip:8787" in browser, R Studio asked me for login credentials. I am unable to login as…
ujjwal garg
  • 711
  • 3
  • 8
  • 18
7
votes
1 answer

R Server - Resuming R Session - message hanging or taking 15+min

I frequently work on a R-server environment. However, whenever come back to my work following the last working day, the system often gets stuck with 'resuming r session'. This might take upwards of 5-15min. I try to terminate R or restart R but…
runningbirds
  • 6,235
  • 13
  • 55
  • 94
7
votes
3 answers

unable to start rstudio in centos getting error "unable to connect to service"

I have Rstudio server installed on CentOS 6, but I cannot login to Rstudio from the browser at http://localhost:8787 in browser. A popup titled "RStudio Initialization Error" appears with message "Unable to connect to service". I have tried the…
harry
  • 535
  • 2
  • 6
  • 16
6
votes
2 answers

libgdal.so.20 issue centos rgdal

Can someone help me to understanding what is the problem of rgdal ? I installed gdal 2 for centos 6 64 bits but i didn't succeed to install rgdal. I tried to figure out what is the issue but i didn't found anything useful on the internet . this is…
Saber bouabid
  • 117
  • 1
  • 11
6
votes
1 answer

RStudio Server error when restarting the R session

This recently began to appear whenever I restart my RStudio Server session: Error in tools:::httpdPort > 0 : comparison (6) is possible only for atomic and list types It does not seem to relate to running any code (all I do to reproduce it is to…
TARehman
  • 6,659
  • 3
  • 33
  • 60
6
votes
2 answers

Where is the .tex file kept when compiling Rmd in Rstudio server

This may sound like a dumb question, but I'd like to know where is the .tex file saved, when I compile a pdf document from a Rmd file, using RStudio server. I added the keep_tex option, so the header of Rmd looks like this : --- output: …
vermouth
  • 301
  • 2
  • 12
6
votes
1 answer

Where are the fix() and edit() functions in RStudio Server?

I followed the official guide to install RStudio Server. Everything works fine, but the functions, fix and edit, are not available. For instance, I have a data.frame called "data" as follows. 1,2,3 4,5,6 7,8,9 The command "View(data)" works fine.…
Mark Lee
  • 301
  • 1
  • 2
  • 9
6
votes
0 answers

rstudio-server error: ERROR system error 28 (No space left on device)

My disk ran out of space a while ago and the rstudio-server running on my machine gave me an error about that. I have cleaned up space but the error keep showing up: 05 Jan 2015 16:14:19 [rsession-user] ERROR system error 28 (No space left on…
qkhhly
  • 1,150
  • 3
  • 12
  • 27
6
votes
4 answers

Trouble Uploading Large Files to RStudio using Louis Aslett's AMI on EC2

After following this simple tutorial http://www.louisaslett.com/RStudio_AMI/ and video guide http://www.louisaslett.com/RStudio_AMI/video_guide.html I have setup an RStudio environment on EC2. The only problem is, I can't upload large files (> 1GB).…
user1477388
  • 20,790
  • 32
  • 144
  • 264
6
votes
1 answer

RStudio server - Hangs when switching projects

I am currently running RStudio via a server installation that I only partially maintain. I am working with some fairly large data sets and models (> 9 million rows of 611 variables). When I try to switch projects, RStudio hangs when loading the…
Jamie
  • 91
  • 12
6
votes
1 answer

How to change session suspend time in RStudio server

RSutdio-server installation behaves as follows: Whenever working as usual, leave the web client unattended for some time (not sure but maybe around 1-2 hours?) After pause, click anything to get a notification "Resuming R…
oski86
  • 855
  • 1
  • 13
  • 35
6
votes
1 answer

Use of Makefile in RStudio

Why RStudio does not display structure of Makefile, especially specific targets, in RStudio's Build tab? I would expect it to display them and allow one to build those specific targets. Is this feature lacking in RStudio and RStudio Server or it's…
Aleksandr Blekh
  • 2,462
  • 4
  • 32
  • 64
6
votes
2 answers

Need the filename of the Rnw when knitr runs in rStudio

When working on a reproducible research project, I would like to know the name of the Rnw file that is being run to use as an R variable. This would be analogous to inserting an MSExcel filename in a footer I am using RStudio Server on Ubuntu. Thank…
Kate
  • 283
  • 2
  • 11
6
votes
2 answers

rChart opens new window in shiny application

I am trying to plot a rChart in a shiny application and run this via Rstudio server. When I run the app the shiny page gives the error: attempt to apply non-function and the RChart opens in a new browser window. How can make the rChart appear in…
jeroen81
  • 2,305
  • 5
  • 29
  • 41
5
votes
0 answers

Why are shiny apps always getting immediately grayed out from RStudio behind `https://`?

Every time I try to run a shiny app from RStudio Server 1.2 it gets immediately grayed out. This does not happen when deployed on the Shiny Server-apps work fine there. Both are behind https:// links. I tried running the same app from an http://…
wdkrnls
  • 4,548
  • 7
  • 36
  • 64
1 2
3
39 40