inla.binary.install {INLA} | R Documentation |
Install alternative binary builds.
inla.binary.install(os = c("CentOS Linux-6", "CentOS Linux-7", "CentOS Linux-8", "CentOS Stream-8", "Fedora-33", "Fedora-34", "Fedora Linux-35", "Manjaro Linux", "Ubuntu-16.04", "Ubuntu-18.04", "Ubuntu-20.04"), verbose = TRUE, md5.check = TRUE)
os |
If |
verbose |
Logical. Verbose output if |
md5.check |
Logical. If |
Install a new binary for os
unless
missing(os)
, for which the os
is chosen
interactively among the available builds.
Return TRUE
if installation was sucessful and FALSE
if not.
Havard Rue hrue@r-inla.org
## Not run: inla.binary.install() inla.binary.install(os = "CentOS Linux-7") ## End(Not run)