Open ChillyMomo709 opened 9 months ago
Hi!
I stumbled upon the same issue.
Judging from https://forum.posit.co/t/error-while-loading-shared-libraries-libr-so/101389/2, it appears the pre-compiled package provided by posit's CRAN didn't have the --enable-R-shlib
flag set during compilation.
A quick workaround is to install from source, which works for me. I'm using specifically
install.packages('littler', repos='https://cran.r-project.org')
but I'm sure there are other, better ways to solve this problem
Hi all,
I got an issue with installing packages in rocker/rstudio:4.3.1
Dockerfile
install_scripts/setup_r.sh