Hi, i have installed tidyverse, but when i try: library(tidyverse), i get the following error:
Error: package or namespace load failed for ‘tidyverse’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/home/neuro/R/x86_64-redhat-linux-gnu-library/3.6/xml2/libs/xml2.so':
libicuuc.so.58: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
Then i try to specify the path where libicuuc.so.58 is, i paste this lines to ldpaths file:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/neuro/anaconda2/lib/
export LD_LIBRARY_PATH
But, still get the same error