igraph on package manager?

Package manage has been super great for speeding up my CI builds, until I get to installing the igraph package. It looks like igraph isn't available as a binary on package manager so it builds from sources and takes forever. I'm installing it on the rocker/verse docker image.

Is there any way to get the igraph binaries added?

Edit: To be more specific it looks like it's RcppEigen that's causing the trouble:
https://packagemanager.rstudio.com/client/#/repos/1/packages/RcppEigen

Hi,

Which OS and R version are you using? Is this a Debian based rocker image? If so, what repo URL are you installing from? RSPM doesn't build binary packages for Debian, so I'm wondering if this is an Ubuntu repo.

1 Like

Ah that's it, we were using rocker/verse