Questions tagged [rstudio]
100 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
9
votes
2 answers
How to remove rstudio-server-1.0.143-amd64.deb in ubuntu 16.04 linux machine
$ sudo apt-get remove rstudio-server-1.0.143-amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package rstudio-server-1.0.143-amd64.deb
E: Couldn't find any package by glob…
Karthik Ksk
- 121
9
votes
4 answers
Not able to install rJava in R (ubuntu 18.04)
After upgrading from Ubuntu 16 to 18.4, I am not able to install the rJava package in R.
I read other posts like this, but I didn't solve my issue.
if I run install.packages("rJava") on R, Results is this:
Error: package or namespace load failed for…
Salvo Comunque
- 105
7
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
- 75
7
votes
1 answer
how can I update R to version 4 on ubuntu
I'm using Ubuntu 20.04.3 LTS. I'm using R version 3.6.3. Some packages is not in there. Therefore I need R version 4. or higher than 4.
I tried those things:
sudo -H gedit /etc/apt/sources.list
then I added this line: deb…
Seda Koldas
- 79
6
votes
0 answers
R & RStudio Installation Script For Ubuntu 18.04: TDD Packages
I've made an installation for R and R Studio for Ubuntu 18.04. The intention is to have a working R Studio installation with the typical packages used in typical data wrangling. The script is as follows:
# Install R
sudo apt update
sudo apt…
ElToro1966
- 483
5
votes
4 answers
R and RStudio installation and package error
After installing R and RStudio in Ubuntu 16.04 with the following code:
sudo apt-get update
sudo apt-get install r-base
sudo apt-get install r-base-dev
and
sudo apt-get install gdebi-core
wget…
5
votes
2 answers
RStudio crashing on Ubuntu
My RStudio has suddenly started to crash when opening a file (R or Rmd).
I get this weird pop-up and I have to force kill it. This error also pretty much freezes all other open applications like browsers.
RStudio opens up fine. I can run code in…
mindlessgreen
- 263
5
votes
0 answers
Rstudio server : [rserver] ERROR system error 2
I am trying to install RStudio server on my Ubuntu server. The installation seems to be fine but when I run the command:
sudo rstudio-server verify-installation
It does not return anything. Then I tried running the command:
sudo rstudio-restart
…
lozzib
- 51
4
votes
1 answer
Installing RStudio -- is this very different from other packages?
I see these instructions to install RStudio:
https://www.datascienceriot.com/33/kris/
But I'm a little gun-shy to trust them because they seem more substantial than the usual method of adding a PPA and then installing. Also, I just wiped my…
Addem
- 2,573
4
votes
3 answers
Issue with dependency of R Studio installation in Ubuntu 16.10
sudo dpkg -i rstudio-1.0.136-amd64.deb(Lendo banco de dados ... 213133
ficheiros e directórios actualmente instalados.)
A preparar para desempacotar rstudio-1.0.136-amd64.deb ...
A descompactar rstudio (1.0.136) sobre (1.0.136) ...
dpkg: problemas…
4
votes
1 answer
GLIBC_PRIVATE not defined in file libc.so.6
I am trying to run Rstudio. And it is just not working. It worked last week when I installed it for the first time, but now that I need to use it, it doesn't. I've been trying for 5 hours, so this is my last resort.
System: Kubuntu 16.04 x64
R…
user601231
3
votes
2 answers
Installing R Packages with dependencies
I have recently made the move from Windows to Ubuntu (actually for the 2nd time, but I think this time it is for real!), and I have managed to install R and RStudio.
When, in RStudio, I run the line
install.packages("devtools")
I get a whole bunch…
Chechy Levas
- 163
3
votes
0 answers
Can not install RStudio Server on new Ubuntu server
I launched an instance on AWS, with Ubuntu Server 16.04 LTS.
The instance is new and I only used the following commands from start;
First, i used apt-get update and created a username
sudo apt-get update
sudo apt-get upgrade
sudo adduser…
Nick Jetten
- 31
3
votes
2 answers
How to fix an error for an old removed package in RStudio?
Every time I start RStudio, I'm getting the following error message even though I have removed the package in question:
Loading required package: GEOquery
Error in .requirePackage(package) :
unable to find required package ‘GEOquery’
In addition:…
kcm
- 135