Split from: Development version of readr failing to compile
I was able to install readr
1.2.1 using that cached version:
trying URL 'http://package-proxy/src/contrib/readr_1.2.1.tar.gz'
Content type 'application/x-tar' length 4696638 bytes (4.5 MB)
But when I load the package I get this error:
library(readr)
Error: package or namespace load failed for ‘readr’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.5/readr/libs/readr.so':
librcon.so: cannot open shared object file: No such file or directory
Do you know if this is a related problem?
I don't have this problem installing and loading it locally.
Thanks!