admin管理员组文章数量:1394593
I have tried to install INLA using this code:
install.packages("INLA",
repos = c(getOption("repos"),
INLA = ";),
dep = TRUE)
I have also tried this code:
library("devtools")
devtools::install_github(repo = ";, ref = "stable", subdir = "rinla", build = FALSE)
My version of R Studio is: 2024.12.1
I get these warnings and errors:
Warning in install.packages : unable to access index for repository : cannot open URL '' Warning in install.packages : package ‘INLA’ is not available for this version of R
A version of this package for your version of R might be available elsewhere, see the ideas at .html#Installing-packages Warning in install.packages : unable to access index for repository .3: cannot open URL '.3/PACKAGES'
Thanks
Kind regards
Nicholas
本文标签: How do I install INLAStack Overflow
版权声明:本文标题:How do I install INLA? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744096599a2590397.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论