| inla.binary.install {INLA} | R Documentation |
Install a new binary for os unless missing(os), for which the
os is chosen interactively among the available builds.
inla.binary.install(
os = c("CentOS Linux-6", "CentOS Linux-7", "CentOS Linux-8", "CentOS Stream-8",
"Rocky Linux-9", "Fedora-33", "Fedora-34", "Fedora Linux-35", "Fedora Linux-36",
"Fedora Linux-37", "Fedora Linux-38", "Manjaro Linux", "Ubuntu-16.04",
"Ubuntu-18.04", "Ubuntu-20.04", "Ubuntu-22.04"),
path = NULL,
verbose = TRUE,
md5.check = TRUE,
secure.http = TRUE
)
os |
If |
path |
character. The install path. If |
verbose |
Logical. Verbose output if |
md5.check |
Logical. If |
secure.http |
Logical. Use secure http (ie |
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")
inla.binary.install(os = "CentOS Linux-7", path = "~/local/bin/inla.binary")
## End(Not run)