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
4
votes
0 answers
Rstudio-server unable to connect to service and locale error
I am having issues connecting to a rstudio server I just installed. Can you please let me know if you know how to solve this? Thanks!
I just installed Rstudio server 0.99.485 64-bit on Ubuntu 13.10 (saucy) and am getting this error below:
The…

h c
- 41
- 1
4
votes
1 answer
How to initialize a new Spark Context and executors number on YARN from RStudio
I am working with SparkR.
I am able to set Spark Context on YARN with desired number of executors and executor-cores with such command:
spark/bin/sparkR --master yarn-client --num-executors 5 --executor-cores 5
Now I am trying to initialize a new…

Marcin
- 7,834
- 8
- 52
- 99
4
votes
3 answers
Generate ssl-certificate and configure RStudio server?
Actually i need to run rstudio server using https.
By default is http://server-ip:8787
I am following this file- (ssl- configuration)
https://s3.amazonaws.com/rstudio-server/rstudio-server-pro-0.98.507-admin-guide.pdf

Ashish Kumar
- 41
- 1
- 3
4
votes
2 answers
Where to install R packages on Linux server that are to be used by multiple users?
We are running RStudio Server on an AWS-hosted CentOS Linux server. We have multiple users on the server each using RStudio Server. We'd like to have a common path for all users to install packages so that:
Each user does not need to install every…

Ursus Frost
- 405
- 1
- 7
- 14
4
votes
0 answers
What is the best way to get (stream) data from BigQuery to R (Rstudio server in Docker)
I have a number of large tables in Google BigQuery, containing data to be processed in R. I am running RStudio via Docker on Google Cloud Platform using the Container Engine.
I have tested a few routes with a table of 38 million rows (three columns)…

Guus
- 329
- 1
- 3
- 14
4
votes
2 answers
Code Behind RStudio Server Export Function
I am currently using RStudio-server on Linux redhat. One nice feature of RStudio-server is that I can export from the server to my Windows desktop. Does anyone know the code behind the export drop-down?
The export function can be found via the…

Mike.Gahan
- 4,565
- 23
- 39
4
votes
5 answers
rJava not loading in rstudio server
I am using rstudio on ubuntu 12.4 server with r 3.1.1. Installed rJava successfully. But not able to load the rjava library. I am using "rstudio" as a user.
Loading required package: rJava
Error : .onLoad failed in loadNamespace() for 'rJava',…

Dutta
- 663
- 2
- 11
- 30
4
votes
3 answers
RMarkdown html_output error
I am trying to create a RMarkdown document with RStudio using shiny server. It works fine if the ouptut is pdf but if I want it as html I get this following error at the end of the process (in the RMarkdown console I can see it reached 100%).
Error:…

Andrei
- 105
- 2
- 4
4
votes
2 answers
Error in grobToDev.default(gTree, dev)
I am trying to build a app with shiny+gridSVG. This problem happened constantly and I have no idea about it.
My server.R:
library(grid)
library(lattice)
library(gridSVG)
shinyServer(function(input, output) {
data = reactive({
inFile =…

Shawn Xiong
- 470
- 3
- 14
4
votes
2 answers
How to stop EC2 instance from RStudio Server
I set up RStudio Server on an Amazon EC2 instance, which is charged by hour. I have to run long jobs overnight on this instance regularly. I would like to stop EC2 server when my R job is done to avoid charges for the hours I don't use.
How should I…

AdamNYC
- 19,887
- 29
- 98
- 154
4
votes
1 answer
RStudio Server vs opencpu.org for web based GUI of own package?
Being a RStudio user since its earlier days I just installed RStudio Server on my local ubuntu VM. The browser version acts quick, offers user management etc. – a lot of reasons for me to be impressed here. I also like the fact that integrating it…

Matt Bannert
- 27,631
- 38
- 141
- 207
3
votes
2 answers
Loading some packages with Rstudio server does not work, while it works with R server
I am using Rstudio server on a remote server and I have some packages already installed.
When I try to load libraries like raster or terra using Rstudio server, I get error:
> library(terra)
Error: package or namespace load failed for ‘terra’ in…

bird
- 2,938
- 1
- 6
- 27
3
votes
1 answer
how to list suspended rstudio server sessions?
I know I can list active sessions using sudo rstudio-server active-sessions, but is there any way to list suspended sessions? I'm working with the free version of RStudio Server.
My ultimate goal is to kill suspended sessions to better manage memory…

Matt Pollock
- 1,063
- 10
- 26
3
votes
1 answer
How to save output to console and file simultaneously in RStudio server?
I want to see the outputs of my calculations in the console, but simultaneously save it to a file. The sink() function is not suitable for me, since it simply redirects the output to a file, while I need to write them both -- in the console and in…

red_quark
- 971
- 5
- 20
3
votes
0 answers
need variable text to appear on every page of rendered WORD document in Rmarkdown
I have been on a search for the past 3 months for a way to be able to show a text on every page of the document. Note that I want this text to be changing so I can't just affix this as a header or a footer. Essentially I want something like…

potatopainting
- 103
- 1
- 9