Questions tagged [rstudio]
97 questions
24
votes
4 answers
Install the lastest version of RStudio
I want to install the latest RStudio. I followed the answer to
How you install R 3.2.2 in Ubuntu 14.04 LTS?
When I typed the last line of the answer
make && make install
I got error msg:
*** No targets specified and no makefile found stop.

Edward Kao
- 249
5
votes
3 answers
Updating Rstudio in Ubuntu 16.04
I have downloaded a newer version of Rstudio from the official website but don't know how to update it. Please help!

Shibu
- 55
1
vote
1 answer
How can I fix the SSL error of RStudio after the installation on Ubuntu 18?
Right after the installation of RStudio (rstudio-1.2.5033-amd64.deb) from the official site it doesn't start. This error pops up:
rstudio: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or…

matt3o
- 941
1
vote
1 answer
install RStudio on Ubuntu 18.04 - 32 bit
I use Ubuntu 18.04 - 32 bit. Is it possible for me to install RStudio?
I have tried to install older versions of RStudio from here (RStudio Desktop 0.97.551 or RStudio Desktop 0.96.331). But they didn't work (I mean files have installed, no…

Jack Po
- 23
0
votes
1 answer
Downloading data file from website to RStudio in ubuntu 17.10
How can I download a data file from a website into RStudio using ubuntu 17.10?
I am using the command below, but I get an error:
unexpected / and unexpected "
cpd <-…

G.Cefalu
- 31
0
votes
0 answers
Error Starting R in Ubuntu
The following problem occurred when running R studio.
How can I solve this?
R Session Startup Failure Report
RStudio Version
RStudio 2023.12.1+402 "Ocean Storm " (4da58325, 2024-01-29) for Ubuntu Jammy
Mozilla/5.0 (X11; Linux x86_64)…
0
votes
1 answer
I am trying to install RStudio on my Ubuntu system (Ubuntu 22.04.1 LTS)
I am running the command sudo dpkg -i /Downloads/rstudio-2023.09.1-494-amd64.deb. Can someone help me fix this? Is there a way to individually install the libssl packages?
Selecting previously unselected package rstudio.
(Reading database ... 207329…
0
votes
1 answer
Build RStudio on Ubuntu 20.04
Related to Broken RStudio, VLC, and other apps because of Qt incompatibility on Ubuntu 20.04
I am trying to build RStudio with accessibility options, which requires a regular build:
git clone git@github.com:rstudio/rstudio.git
cd rstudio
mkdir build…

pachadotdev
- 179