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
5
votes
2 answers

Accessing files from Google cloud storage in RStudio

I have been trying to create connection between the Google cloud storage and RStudio server(The one I spinned up in Google cloud), so that I can access the files in R to run sum analysis on. I have found three different ways to do it on the web,…
5
votes
1 answer

Curl package not installing

while installing curl package install.packages("curl") Installing package into ‘/home/mrshekar/R/x86_64-pc-linux-gnu-library/3.4’ (as ‘lib’ is unspecified) trying URL 'https://cloud.r-project.org/src/contrib/curl_3.2.tar.gz' Content type…
rahul yadav
  • 432
  • 3
  • 20
5
votes
1 answer

Flexdashboard containing runtime:shiny saves html output in tmp folder and the html file shows a blank page

I have been searching for this problem for a few hours and I cannot seem to find the right solution. I would appreciate any help regarding how to fix this. I have a flexdashboard in my RStudio Server, and in it, I have one gvisGeoChart that I have…
Nazaniiin
  • 51
  • 4
5
votes
1 answer

Running RStudio Server on Openshift Online

Openshift Online does not allow containers running processes as root for security reasons (see the corresponding question in their FAQ section). RStudio Server, on the other hand, requires root privileges for installation and certain operations.…
Martin Studer
  • 2,213
  • 1
  • 18
  • 23
5
votes
3 answers

Using different version of R per user in Rstudio Server

I am using an Rstudio Server (0.98.490) on a CentOS machine, that uses the default installation in the machine which is an older version of R. I also have a newer version of R compiled elsewhere in the system. Can I, as a non-root user, tell Rstudio…
OganM
  • 2,543
  • 16
  • 33
5
votes
1 answer

Cannot log in to RStudio server after upgrading versions

I had RStudio Server v0.98.1103. In my nginx config file, I added the following lines so that I can access it from /rstudio instead of :8787 location /rstudio/ { proxy_pass http://127.0.0.1:8787/; proxy_http_version 1.1; proxy_set_header…
DeanAttali
  • 25,268
  • 10
  • 92
  • 118
5
votes
1 answer

Rstudio Server equivalent for Python

I am currently running RStudio Server on an AWS EC2 ubuntu instance and am enjoying editing my files directly on the server via the web interface. I was wondering if there are any other IDE's that have this ability (to run on a server and have…
Sousaplex
  • 149
  • 9
5
votes
2 answers

Configuring listener_endpoint in httr when using Rstudio server

I;'m struggling to connect to Google Analytics with httr oauth2.0 function oauth2.0_token(oauth_endpoints("google") , oauth_app("google", client.id, client.secret) , scope = "https://www.googleapis.com/auth/analytics.readonly") It works…
RInatM
  • 1,208
  • 1
  • 17
  • 39
5
votes
3 answers

Rstudio-server on RHEL 6.5 pandoc error ifluatex.sty not found

OS: RHEL 6.5 x64 Rstudio-server Version 0.98.1062 R version 3.1.1 (2014-07-10) knitr version 1.6 When attempting to knit an Rmarkdown file I get a failure during the pandoc stage of the compilation: pandoc: Error producing PDF from TeX source. !…
Serban Tanasa
  • 3,592
  • 2
  • 23
  • 45
5
votes
2 answers

How to get OCI lib to work on red hat machine with R Oracle?

I need to get OCI lib working on my rhel 6.3 machine and I am experiencing some trouble with OCI headers files that can't be found. I have installed (using yum install) oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64.rpm because this official…
Matt Bannert
  • 27,631
  • 38
  • 141
  • 207
5
votes
1 answer

Is there an R command to trigger the download of a file from Rstudio Server?

When working with Rstudio Server, it is very easy to download a file from the server with File>More>Export... The web browser will automatically start downloading. Is there a way to generate this download with an R command ?
nassimhddd
  • 8,340
  • 1
  • 29
  • 44
4
votes
1 answer

Load/upgrade preferred set of packages to default sys path (/opt/R/4.2.0/lib/R/library) from R shell

I am an "admin" for a shared server for statisticians on a research study. I have a list of about 100 packages used by our senior statistician on the study. I would prefer to load and update them periodically from an R shell (versus inside RStudio…
RichPinder
  • 41
  • 2
4
votes
1 answer

Error in .h2o.doSafeREST(h2oRestApiVersion = h2oRestApiVersion, urlSuffix = urlSuffix, : Unexpected CURL error: getaddrinfo() thread failed to start

I am experiencing a persistent error while trying to use H2O's h2o.automl function. I am trying to repeatedly run this model. It seems to completely fail after 5 or 10 runs. Error in .h2o.__checkConnectionHealth() : H2O connection has been…
jjhold
  • 99
  • 9
4
votes
2 answers

R Studio crashing not at initialization. Error: Error occurred during transmission

Some context on my environment: I am running R Studio in a docker container called rocker/verse. I downloaded this dataset from Kaggle, which has about 470 MB. When working with it, at some point RStudio restart. It does't happen after a specific…
Eduardo Reis
  • 1,691
  • 1
  • 22
  • 45
4
votes
2 answers

rstudio-server error: /bin/sh: x86_64-conda_cos6-linux-gnu-cc: command not found

rstudio-server with "/bin/sh: x86_64-conda_cos6-linux-gnu-cc: command not found" fail when installing R package I nearly try all methods to handle this fault.I sucessfully installed the dependent tools like(with conda): conda install gcc_linux-64…
Weibin Huang
  • 41
  • 1
  • 3