Hi,
I’m trying to set up INLA with fmesher on the Columbia University Ginsburg HPC (R/4.5.1, GCC 13.0.1).
What I’ve done / issues encountered:
Installed INLA with INLA:::inla.binary.install() → installation succeeded.
library(INLA) fails with:
Installing fmesher fails because sf requires s2.
Building s2 from source did not succeed (system-level dependencies seem missing).
The cluster R/4.5.1 module was built without --enable-R-shlib, so libR.so is not available; this caused earlier package load errors.
Tried using a conda R 4.5.1 environment (with udunits2, GDAL, PROJ, GEOS), but still cannot get s2/sf/fmesher installed.
Tried disabling renv (RENV_CONFIG_AUTOLOAD=FALSE) to avoid old libraries, but the dependency chain problem remains.
At this point, INLA is installed but cannot load without fmesher, and fmesher cannot be installed because sf/s2 won’t build.
Does anyone have suggestions on how to solve this?
Thanks,
--
You received this message because you are subscribed to the Google Groups "R-inla discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/r-inla-discussion-group/ac2601a1-ce5d-4028-b022-dcc9b0547377n%40googlegroups.com.