Skip to main content

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.

rstudio-server
0 votes
0 answers
33 views

Using an R studio server built on University GPU - Package installation stops and prompts resulting in a non zero exit status

I have been using a GPU hosted RStudio server to conduct a bunch of analyses. Whilst I was able to install a few packages and run them, however, for some other packages despite installation - they ...
Staticbuzz's user avatar
0 votes
0 answers
8 views

Is it possible to change the order of the X-Axis variables on R studios?

I am working on my Rstudios, where I am trying to find the relationship between the dependent variable (continuous): authoritarianism (0-7) and the independent Variable: praying. I have made it as far ...
Mark Smith  's user avatar
1 vote
1 answer
160 views

How to execute SQL on R workbench via a starburst connector?

What: Need to connect fetch data from a db using RStudio workbench and Trino. Issue: Always errors out. Connection to presto host using the same method works fine. Trino driver version is 443 (which ...
Drj's user avatar
  • 1,236
2 votes
0 answers
68 views

configuring env-vars for R-Studio Server users using SystemD

I am an admin for a RHEL 8 linux server running r-studio server (the free version.) By default, many R packages that have parallelization (interfacing with Open MP) assume they have all the cores on ...
Jeagan's user avatar
  • 29
0 votes
0 answers
72 views

Could not get access to rstudio-server with added username and password

Hi I am using docker to run rstudio server If I run on my host machine: docker run --rm -ti -e PASSWORD=password -p 8787:8787 rocker/rstudio The service succeeded in running, And I get access to the ...
cloudscomputes's user avatar
1 vote
0 answers
51 views

Plot pane shows just black screen

Working on RStudio Server 2023.06.1 Build 524. Somehow I messed up the graphics device configs. E.g. plot(1) creates just a black new tab in the plot pane. Weirdly enough, the zoom window will show ...
jay.sf's user avatar
  • 70.9k
0 votes
0 answers
16 views

How to fix size Error in data frame arrange

I ran this code in R Studio Output<- data.frame(participant_df, GroupSize_df, PSE_df, slope_df) Output_sorted <- Output[arrange(Output, desc(participant_df))] And I got this error: Error: Error ...
Tara Hammock's user avatar
0 votes
0 answers
18 views

How to prevent Rstudio Server from overriding GIT_ASKPASS on startup

With Rstudio-server 2023.12.0 Build 369 on ubuntu 20.04, I am trying to set the GIT_ASKPASS environment variable for the Rstudio session. I have tried setting it in the Renviron.site file as well as ...
Yoni Rabinovitch's user avatar
0 votes
0 answers
96 views

Could not connect to the R session on RStudio server - When running RStudio as a custom app in AML getting this error for after enabled copilot

We've set up RStudio on an Azure Machine Learning (AML) compute instance using a custom application and the rocker/RStudio Docker image. In order to activate copilot functionality, I referred to the ...
Ritesh Zambre's user avatar
2 votes
1 answer
192 views

R In Rstudio Server renv not keep activated

The question is very important for us. We installed renv in our server's Rstudio Server. And propose to use it for every project. In order to see if that works for the team, I made the first attempt. ...
cloudscomputes's user avatar
0 votes
0 answers
52 views

Failed to Download Packages from Github via Devtools in RStudio

I am just beginning to learn R and have built up an RStudio Server by WSL (Ubuntu 22.04.2)(yes, my PC is on Win11 and just want to use Unix environment). So here it is, I tried to download some ...
Winnie Myhd's user avatar
0 votes
0 answers
17 views

R notebook freezes RStudio server

I'm using R notebook in RStudio server on an ununtu server. In the last few days, the screen freezes when I access the server. I tried rstudio-server restart, rstudio-server stop and then rstudio-...
Tsof's user avatar
  • 11
0 votes
0 answers
276 views

is it possible to start R Studio Server on a port other than port 8787?

I'm trying to start an instance of R Studio on my Linux server, but I already have 8787 dedicated to a running process and was wondering if there is a command line option to specify another port to ...
user22756995's user avatar
0 votes
2 answers
851 views

error when installing rgdal package on ubuntu 22.04, rstudio-sever 2023.06.02

I have recently upgraded my Ubuntu version from 20.04 to 22.04 LTS and Rstudio-server to 2023.06.02. The R version is 4.3.1. After that the shiny App I am developing, which ran OK on the previous ...
denis's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
40