Skip to main content

All Questions

Tagged with
0 votes
0 answers
48 views

Package "rgdal" cannot be found in R-v4.4 [duplicate]

So i had to upgrade my R version to 4.4 to install a package called "INLA". This is in ubuntu machine btw. In addition to INLA, I also need to use the rgdal package. However when I tried to ...
imantha's user avatar
  • 3,676
2 votes
1 answer
203 views

R odbc cannot find the oracle driver even though it is there

This is the error I am getting from RStudio (and R, run using sudo): > odbc::dbConnect(odbc::odbc(), driver = "/opt/oracle/instantclient_23_4/libsqora.so.23.1") Error: nanodbc/nanodbc.cpp:...
Alex's user avatar
  • 15.5k
3 votes
2 answers
765 views

Compiling error for packages installation after updating to R 4.4 on Ubuntu 22.04

So I just updated to R 4.4. I'm on Ubuntu 22.04 for reference. Next step was to reinstall all my packages. The thing is, many of them get the same error. For instance, when trying to install "...
Alaiis's user avatar
  • 33
0 votes
1 answer
45 views

Setting app_idle_timeout for shiny changes nothing

I want my shiny app to remain active continuously so that anyone who accesses the link can instantly use the app without waiting for it to start. According to documentation app_idle_timeout set to ...
Egor's user avatar
  • 97
0 votes
2 answers
846 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
0 votes
0 answers
269 views

Building R-3.6.1 from source on Ubuntu-22.04

`Hi, our cluster is running Ubuntu-22.04. Due to packages that require specific versions of R, I need to have R-3.6.1 available on the nodes. Through the package manager the oldest version of R that ...
Dr. Soong's user avatar
0 votes
0 answers
47 views

How to get .libPaths() to use old R package installation after downgrading R?

I'm using R-studio server as an admin on Ubuntu LTS 22.04 and can change anything necessary. An automatic update unfortunately "upgraded" my old R 4.2.2 installation to 4.3.1. This ...
dr_device's user avatar
3 votes
0 answers
294 views

Compiling R 4.3.1 on Ubuntu22.04 failed with lib/libR.so: undefined reference to `u_versionToString_58'

I am trying to install R into a specific folder so I build it from source on Ubuntu 22.04. After downloading R 4.3.1 I do the following: sudo sed -i.bak "/^#.*deb-src.*universe$/s/^# //g" /...
doom4's user avatar
  • 683
1 vote
1 answer
284 views

Setting of MKL thread number in /etc/environment no longer has any effect

I have set up R/RStudio in WSL following the instructions I wrote up a while back outlined here: https://killianmelsen.github.io/guide/2023/06/20/Accelerating-R-using-oneMKL-and-Windows-Subsystem-for-...
KMlsn's user avatar
  • 31
1 vote
0 answers
77 views

How install R if documentation doesn't work?

I have to install R on my laptop with Ubuntu 22.04, i follow the documentation and even videos on Youtube of how to install... but it no one works :( following the documentation, i have to put this ...
henry cañon's user avatar
3 votes
0 answers
694 views

error in installation of tidyverse package in R

I am facing an error during the installation of tidyverse R package. The R version is 4.2.0 and OS is ubuntu 22.04 (in windows host OS). I have used the following command in R for the installation: ...
parin vyas's user avatar
2 votes
0 answers
3k views

tidyverse and some R version 4.2.0 packages not working on ubuntu 22.04

Although I try to install, this package and others do not work. How to proceed properly? install.packages("tidyverse", dependencies = T) Warning in install.packages : installation of ...
Vitor De Vasconcelos Lima's user avatar
0 votes
1 answer
383 views

how to list and choose an old version of R [closed]

How can I change my version from R 4.1.2 to version 4.0.0 or older? I'm having trouble installing some packages, as they are unavailable in the current version. I know there is a command that shows ...
Vitor De Vasconcelos Lima's user avatar