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
0
votes
3 answers

BigRquery will not connect and the error message is blank

I'm trying to make use of the 'bigrquery' library in R to connect R to our big query databases. When I run this on a locally installed copy of R studio I don't have any problems, but when I'm running it on a server running R Studio Server I get a…
Brad Davis
  • 1,063
  • 3
  • 18
  • 38
0
votes
0 answers

How to solve ERROR system error 24 using Rstudio-Server?

I have an error, where I cant find anything related to it on the www: The error pops up everythime I start/login into Rstudio-Server(installed on an Linux-Server). It worked for month. 05 Jan 2016 07:13:38 [rsession-me] ERROR system error 24 (Too…
Mamba
  • 1,183
  • 2
  • 13
  • 33
0
votes
2 answers

SSH Tunnel from Remote Server to Remote Server (to connect RStudio to MySQL)

I (Local Z) do data analysis on a remote server (Server A), and I need to connect to a database (Database D) on another remote server (Server B). I can connect to Database D by SSH tunneling to Server B from Local Z. However, I run RStudio Server…
alxlvt
  • 675
  • 2
  • 10
  • 18
0
votes
1 answer

Compiling Rstudio Server on el-capitan

I used to run a rstudio server on my mac about a year ago. However, I didnt use it much so I deleted it. However, now I need to set it up again. In the meantime, I´ve changed to el capitan and the instructions on…
Misha
  • 3,114
  • 8
  • 39
  • 60
0
votes
1 answer

RStudio - LD_PREOAD Issue

I get a RDOBC error in RStudio that does not occur when I use R on the server itself. R - R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet" Copyright (C) 2014 The R Foundation for Statistical Computing Platform: x86_64-unknown-linux-gnu…
myloginid
  • 1,463
  • 2
  • 22
  • 37
0
votes
0 answers

Error: BiocInstaller:::BIOC_VERSION == "3.1" is not TRUE

I am using Rserver (R version 3.2.1) with docker run -p 8787:8787 bioconductor/devel_base. However, I got the following error: > source("http://bioconductor.org/workflows.R") Bioconductor version 3.2 (BiocInstaller 1.19.9), ?biocLite for help Error:…
user977828
  • 7,259
  • 16
  • 66
  • 117
0
votes
1 answer

RStudio server - set libPath for all users

How do I setup default .libPaths() for all users of RStudio server? I think I have to add something to /etc/rstudio/rsession.conf, but not sure what. Or do I have to modify .Rprofile of each user manually? I am trying to have most of the libraries…
Tomas Greif
  • 21,685
  • 23
  • 106
  • 155
0
votes
1 answer

Run shiny server through Rstudio

I have shiny servers running on ubuntu for some time, but I can`t make it work on debian, I found some tutorials on google, like this http://mars.wiwi.hu-berlin.de/mediawiki/sk/index.php/Shiny but none of them worked for me. In this same server my…
user1265067
  • 867
  • 1
  • 10
  • 26
0
votes
1 answer

Unable to install RStudio-Server on Raspberry Pi2

I ran into a problem compiling R-Studio Server on a Raspberry Pi2 (Raspbian/Debian Wheezy). I ran the required scripts to install all dependencies which gave me no error. I than ran cmake with: cmake .. -DRSTUDIO_TARGET=Server…
user2386786
  • 725
  • 9
  • 25
0
votes
2 answers

R package caret installed in R but failed to load in Rstudio-server

I try to install the caret package and I do dev in RStudio server via the web. The install goes well in terminal-R and I can load the package but when I go to RStudio it says its not there. And when I try to install it on RStudio server it gives me…
Mookayama
  • 1,243
  • 2
  • 14
  • 28
0
votes
1 answer

How to best Upload Large Files to RStudio using Louis Aslett's AMI on EC2

I would like to upload a huge file (50GB .csv) to Amazon EC2 RStudio set-up in order to make some statistical calculations. I do only hve little experience with unix/linux. Is there a way to upload directly within RStudio? Thanks!
Dan
  • 1
0
votes
1 answer

RStudio Server - How to reset the password?

I have RStudio server installed in my system (local). I forgot my username/password to login to the server. How to reset them? (I use Ubuntu 14.10)
0
votes
1 answer

rJava in RStudio Pro

I have a clean install of RStudio Server (Pro) on clean Ubuntu 14.04. Install was smooth only problem I have is with rJava. Everything else appears to be working fine. To install the rJava package I installed the package from the R (running as…
Matt Gardner
  • 76
  • 1
  • 7
0
votes
2 answers

Empty result for sql query in Rstudio-server

I'm trying to get data from MySQL DB into Rstudio-server. My actions are like mydb = dbConnect(MySQL(), user='user', password='password', dbname='dbname', host='localhost') query <- stri_paste('select sellings.updated_at AS Up_Date,…
Serj
  • 1
0
votes
0 answers

Error to access folder in RStudio server when using snowfall

I am using RStudio server and snowfall. My parallel codes always give me these messages: > sfInit(cpus = 14, parallel = TRUE) > sfLapply(seq(along = trials), nvtPar, file) 23 Nov 2014 11:31:36 [rsession-users] ERROR svn: E070008: Can't read…
Bangyou
  • 9,462
  • 16
  • 62
  • 94