Error installing the igraph and networkD3 R libraries

thethirtyfour
New Contributor III

Hi,

I am trying to install the igraph and networkD3 CRAN packages for use within a notebook. However, I am receiving the attached installation error when attempting to do so.

Could someone please assist?

Thank you!

feiyun0112
Honored Contributor

When compiling from sources, make sure that you have C, C++ and Fortran compilers, as well as development packages for glpkgmp and libxml2. On Debian/Ubuntu, use apt install libglpk-dev libgmp-dev libxml2-dev.

 

igraph/rigraph: igraph R package (github.com)

View solution in original post

thethirtyfour
New Contributor III

Thank you!