**Error in inla.call.builtin() : INLA installation error; no such file***

387 views
Skip to first unread message

shayeste alinia

unread,
Aug 15, 2022, 8:09:36 PM8/15/22
to R-inla discussion group
hi ,  i have just installed the INLA packsge .
but i have this error , please help me.
library(INLA)
> nb <- poly2nb(map)
> head(nb)
[[1]]
[1] 21 28 67

[[2]]
[1]  3  4 10 63 65

[[3]]
[1]  2 10 16 32 33 65

[[4]]
[1]  2 10 37 63

[[5]]
[1]  7 11 29 31 56

[[6]]
[1] 15 36 38 39 46 54

> nb2INLA("map.adj", nb)
> g <- inla.read.graph(filename = "map.adj")
> formula <- Y ~ f(idarea, model = "bym2", graph = g, hyper = prior)
> res <- inla(formula,
+             family = "poisson", data = map@data,
+             E = E, control.predictor = list(compute = TRUE)
+ )
***Error in inla.call.builtin() : INLA installation error; no such file***

Helpdesk

unread,
Aug 16, 2022, 2:26:15 AM8/16/22
to shayeste alinia, R-inla discussion group
On Tue, 2022-08-16 at 04:39 +0430, shayeste alinia wrote:
>
> ***Error in inla.call.builtin() : INLA installation error; no such
> file***


this should not happen, and indicate an error during installation. Make
sure you have R-4.2 and install the most recent testing version. Restart
R and try again

--
Håvard Rue
he...@r-inla.org
Reply all
Reply to author
Forward
0 new messages