Questions tagged [rstudio]
RStudio is a free and open-source integrated development environment for R in Linux, Windows and Mac.
25 questions
1 vote
1 answer
290 views
Error installing rstudio-desktop package on Arch
When I run yay -R rstudio-desktop in terminal, the installer goes for a while before hitting this error and exiting. Buildfile: /var/tmp/pamac-build-myusername/rstudio-desktop/src/rstudio-2023.03.2-...
0 votes
1 answer
383 views
How can I set a font in a bash --x11 script?
#!/bin/bash module load rstudio srun -p interactive -N 1 --cpus-per-task=8 --time=4:00:00 --mem=80gb --job-name="RS_job" --x11 rstudio A simple bash to bring up an interactive node but ...
0 votes
1 answer
1k views
Package 'libclang-dev' has no installation candidate
Trying to install libclang-dev using these instructions. But, I run into this error. sudo apt-get update sudo apt-get -y install libclang-dev Reading package lists... Done Building dependency tree... ...
1 vote
1 answer
107 views
Rstudio running very slow on PopOS Surface Go 2
I've recently got into Linux (and really like it!) but my RStudio runs extremely slow even when no packages are loaded (just basic interactions). I've done the usual trouble shooting techniques of ...
2 votes
0 answers
528 views
Unable to install "tidyverse" in R or Rstudio without running into errors and/or non-zero exit status
I've been having troubles with installing the tidyverse package in Rstudio and more recently when reinstalling R. I'll post my most recent error message when reinstalling R below after system info. My ...
2 votes
0 answers
752 views
Error RcppTOML when installing keras on Rstudio linux centos 7
I am trying to install keras on rstudio on my Linux Centos 7 but when it is compliling, I have this error: ERROR: compilation failed for package ‘RcppTOML’ * removing ‘/home/rico/R/x86_64-redhat-linux-...
0 votes
4 answers
954 views
Restrict users from storing in home directory in Linux
We have a RHEL server where multiple users have access to it through application. Application RStudio running on these servers default the workspace to the users /home folder. Though there is separate ...
0 votes
0 answers
372 views
Rstudio fails to be displayed on my laptop (client) when trying to X11 forwarding from my Imac (server) at home
I am trying to display Rstudio on my laptop (where I have Ubuntu 18.04.5 LTS) using X11 forwarding with ssh to connect to my Imac at home. I set up all the files (ssh_config and sshd_config) on my ...
0 votes
1 answer
2k views
R packages won't install on conda R environment
I am trying to install an R package to an R environment created through conda on an HPC Server where I am doing some bioinformatics. I tried to run the usual R command (which works and install the ...
1 vote
1 answer
2k views
Copy & Paste unusable in KVM virtual machine (Ubuntu) when RStudio is running
Setup: Fedora 30 with a KVM/qemu virtual machine running Ubuntu 18.04.1. (This setup because I want to run RStudio and on my Fedora 30, and it just barfs & dies immediately somewhere in the ...
-1 votes
1 answer
61 views
What is the best way to get the latest version of R? [closed]
A lot of instructions that I find on here give instructions about how to install the latest version of R that either deliver an out of date version, or are very OS-dependent. I just bought a System76 ...
0 votes
1 answer
302 views
ulimit - one service affects another
We are hosting 2 services on our RHEL 7.4 server: Jupyterlab and RStudio. Jupyterlab sessions of individual users tend to open a lot of files: # lsof|grep e613664|wc -l 31581 Our problem is that the ...
1 vote
1 answer
367 views
Error when editing sources.list while installing RStudio on Chromebook Linux (beta)
I am following this great guide for installing RStudio on a Chromebook using Linux (beta). I am using a 2017 Samsung Chromebook 3 (XE500C13K). After appending the /etc/apt/sources.list file with deb ...
2 votes
1 answer
2k views
Give a user permissions to start, stop or restart shiny-server
I need to give permission to a user to start, stop and restart Rstudio's shiny-server. Right now, I have been managing the service upon this user's request with sudo service restart shiny-server, but ...
1 vote
0 answers
561 views
Unable to install deb package - Operation Not Permitted
I'm running Ubuntu 18.04. After installing the requirements and downloading the package, I cannot install rstudio. Downloads $ sudo gdebi -n rstudio-xenial-1.1.419-amd64.deb Reading package lists... ...