I'm getting the following error in a renv initialised project:
Error: package or namespace load failed for ‘RefManageR’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/home/mz/.local/share/renv/cache/v4/R-3.6/x86_64-pc-linux-
gnu/stringi/1.4.3/113506f116db9dd5bd1caf46884e0647/stringi/libs/stringi.so':
libicui18n.so.64: cannot open shared object file: No such file or directory
Same thing happened with the strinr package in another renv project.
The packages load no problem outside renv projects. I've tried removing and reinstalling them in the renv projects, but the same thing happpens.
I have renv 0.9.2, sessionInfo is bellow
R version 3.6.1 (2019-07-05)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Manjaro Linux
Matrix products: default
BLAS: /usr/lib/libopenblasp-r0.3.7.so
LAPACK: /usr/lib/liblapack.so.3.9.0
locale:
[1] LC_CTYPE=en_GB.UTF-8 LC_NUMERIC=C LC_TIME=sl_SI.UTF-8
[4] LC_COLLATE=en_GB.UTF-8 LC_MONETARY=sl_SI.UTF-8 LC_MESSAGES=en_GB.UTF-8
[7] LC_PAPER=sl_SI.UTF-8 LC_NAME=C LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=sl_SI.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices datasets utils methods base
loaded via a namespace (and not attached):
[1] compiler_3.6.1 tools_3.6.1 renv_0.9.2
I'm getting the following error in a renv initialised project:
Same thing happened with the strinr package in another renv project.
The packages load no problem outside renv projects. I've tried removing and reinstalling them in the renv projects, but the same thing happpens.
I have renv 0.9.2, sessionInfo is bellow