In an HPC environment, system dependencies are often installed in non default locations and made available e.g. via lmod.
pak does not see such dependencies and lists them as missing.
Even all env variables like LD_LIBRARY_PATH / PATH / ... are adjusted and moreover I manually set variables like GDAL_CONFIG / PROJ_LIBS / ... I get
✖ Missing 8 system packages. You'll probably need to install them manually:
+ abseil-cpp-devel - s2
+ cmake - s2
+ gdal - sf
+ gdal-devel - sf
+ geos-devel - sf
+ proj-devel - sf
+ sqlite-devel - sf, sf
+ udunits2-devel - units
The R packages build just fine even though, according to pak the dependencies are missing.
In an HPC environment, system dependencies are often installed in non default locations and made available e.g. via
lmod.pakdoes not see such dependencies and lists them as missing.Even all env variables like
LD_LIBRARY_PATH/PATH/ ... are adjusted and moreover I manually set variables likeGDAL_CONFIG/PROJ_LIBS/ ... I getThe
Rpackages build just fine even though, according topakthe dependencies are missing.