RStudio is a free and open-source integrated development environment for R in Linux, Windows and Mac.
Questions tagged [rstudio]
26 questions
6
votes
3 answers
Debian 9 and RStudio
I just switched to Debian following the recent release of version 9. I do a lot of work with RStudio and thus tried to install the stable and testing versions which both failed due to the missing library "libgstreamer0.10-0". It appears that a more…
Daniel Winkler
- 165
- 1
- 6
3
votes
0 answers
Using ack to effectively search and RStudio project directory
I'm interested in running ack search on a RStudio project directory that mostly contains *.R script files but also some project files and often *.git files.
Directory
The project folder structure created from a default Shiny application:
$…
Konrad
- 313
- 1
- 8
2
votes
0 answers
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 system info to start:
Lenovo Thinkpad T14s Gen…
notsotidyverse
- 21
- 1
2
votes
0 answers
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-gnu-library/3.6/RcppTOML’
I tried to install…
user979974
- 185
- 2
- 8
2
votes
1 answer
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 now I want the user to manage this.
My first…
Karl Brandenberger
- 145
- 1
- 2
- 11
2
votes
3 answers
PAM Kerberos and RStudio
I am trying to get Kerberos PAM to pull a ticket and not destroy it after an RStudio login on CentOS 7.
My rstudio file in /etc/pam.d/ looks like:
#%PAM-1.0
auth required pam_krb5.so retain_after_close debug
session requisite …
Chris C
- 145
- 5
1
vote
1 answer
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 turning off saving .RData and ensuring the graphics…
alejandro_hagan
- 111
- 3
1
vote
1 answer
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 nouveau graphics subsystem -- but runs well in an Ubuntu…
David Tonhofer
- 1,371
- 13
- 26
1
vote
1 answer
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 https://cran.rstudio.com/bin/linux/debian…
talker90
- 35
- 1
- 1
- 4
1
vote
0 answers
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... Done
Building dependency tree
Reading…
steel
- 375
- 1
- 5
- 18
1
vote
1 answer
Cannot download packages on R (neither RStudio nor Terminal)
I'm very new to linux, my only experience being using a computer that belonged to somebody else before, meaning that everything was already configured/downloaded and I had no problem doing my job on it, which envolves using some GIS tools and…
Eric Lino
- 113
- 5
1
vote
0 answers
How to increase memory limit and number of cores that Rstudio uses on a cluster
I launched Rstudio using FastX on Rivanna cluster (CentOS Linux release 7.3.1611 (Core)):
https://arcs.virginia.edu/rivanna
The main goal for doing that was to significantly increase the speed of computations and memory limit, however, when I…
Nikita Vlasenko
- 121
- 1
- 4
1
vote
1 answer
Why RStudio source pdf output difference with R prompt?
I get correct output of the following code for Rscript code.r but damaged file when running RStudio source in the minimal project, which I do not understand.
Code
pdf("test.pdf")
plot(iris)
There are quite big differences in Details of those two…
Léo Léopold Hertz 준영
- 6,788
- 29
- 91
- 193
0
votes
1 answer
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-454/src/gwt/build.xml
i18n-checksum:
[echo]…
Generic_User_ID
- 43
- 6
0
votes
1 answer
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 the default x11 font has these fi/fl ligatures that offset…
SCDCE
- 101