Closed alexcaldarone closed 7 months ago
I have solved the problem. It seems to have been caused by the libraries LAPACK and BLAS not being installed.
For future reference, I have solved the issue by running
sudo apt-get update
sudo apt-get install liblapack-dev libblas-dev
and then
install.packages("ergm", dependencies = TRUE)
Hi, I am trying to install the package ergm, but I keep getting an error (I believe this is due to the dependency lpSolveAPI) not being compiled correctly. I have tried searching some fixes but nothing seems to work so far.
Here is the error I get:
In particular, here is the error relating to the compilation of lpSolveAPI:
Thank you very much for your help!