I'm using RStudio for data mining. I rebuilt the R packages in my machine to use RStudio and installed the package FactoMineR to perform PCA. When I run library('FactoMineR') or library(FactoMineR), I get this error:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/home/ci/R/x86_64-pc-linux-gnu-library/3.2/quantreg/libs/quantreg.so':
libRlapack.so: cannot open shared object file: No such file or directory
Error: package or namespace load failed for ‘FactoMineR’