I'm running into the same problem, though I am trying to install a different version of INLA. I get the same error whether I try to install the stable or testing version. Can anyone tell me if this issue was solved?
What I've can see is that ~/Library/R/x86_64/4.1/library/INLA/bin/mac/ is empty (but ~/Library/R/x86_64/4.1/library/INLA/bin/linux/ and ~/Library/R/x86_64/4.1/library/INLA/bin/remote/ are not).
FYI, I've installed R through brew (if that's helpful). Session info and MWE below.
Any help appreciated.
> sessionInfo()
R version 4.1.2 (2021-11-01)
Platform: x86_64-apple-darwin21.1.0 (64-bit)
Running under: macOS Monterey 12.1
Matrix products: default
BLAS: /usr/local/Cellar/openblas/0.3.19/lib/libopenblasp-r0.3.19.dylib
LAPACK: /usr/local/Cellar/r/4.1.2/lib/R/lib/libRlapack.dylib
locale:
[1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8
attached base packages:
[1] parallel stats graphics grDevices utils datasets methods
[8] base
other attached packages:
[1] INLA_22.01.19 sp_1.4-5 foreach_1.5.1 Matrix_1.3-4
loaded via a namespace (and not attached):
[1] compiler_4.1.2 tools_4.1.2 splines_4.1.2 codetools_0.2-18
[5] grid_4.1.2 iterators_1.0.13 lattice_0.20-45
> library(INLA)
Loading required package: Matrix
Loading required package: foreach
Loading required package: parallel
Loading required package: sp
This is INLA_22.01.19 built 2022-01-19 11:42:44 UTC.
- See
www.r-inla.org/contact-us for how to get help.
- To enable PARDISO sparse library; see inla.pardiso()
- Save 196Mb of storage running 'inla.prune()'
> result = inla(formula, family = "gaussian", data = data)