--
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/CAJuCY5wcCR72r%2BQYgnHNL6RuA3W5TqEsUWesKpe-HsMHmbHFNQ%40mail.gmail.com.
Hi Thierry,
Part of the problem seems to be that INLA is relying in GNU version of `readlink`, while alpine ships a striped-down version [1].
Still, installing GNU coreutils beforehand does not solve the problem completely. Now I get a different error:
aa5dfcfd5292:~# Rscript -e 'INLA::inla(mpg ~ wt, family =
"gaussian", data = mtcars)'
/usr/local/lib/R/library/INLA/bin/linux/64bit/inla.mkl.run: line
90: /usr/local/lib/R/library/INLA/bin/linux/64bit/inla.mkl: cannot
execute: required file not found
*** inla.core.safe: The inla program failed, but will rerun in
case better initial values may help. try=1/1
/usr/local/lib/R/library/INLA/bin/linux/64bit/inla.mkl.run: line 90: /usr/local/lib/R/library/INLA/bin/linux/64bit/inla.mkl: cannot execute: required file not found
Error in inla.core.safe(formula = formula, family = family,
contrasts = contrasts, :
The inla-program exited with an error. Unless you interupted it
yourself, please rerun with verbose=TRUE and check the output
carefully.
If this does not help, please contact the developers at
<he...@r-inla.org>.
The inla program failed and the maximum number of tries has been
reached.
Calls: <Anonymous> -> inla.core.safe
Execution halted
To view this discussion, visit https://groups.google.com/d/msgid/r-inla-discussion-group/957e8128b0f3e4232d9955e899a5727b9b611f05.camel%40r-inla.org.