| inla.update {INLA} | R Documentation |
Upgrade the INLA-package
Description
Functions to upgrade the INLA-package to the current version.
Usage
inla.update(lib = NULL, testing = FALSE, ask = TRUE)
inla.upgrade(lib = NULL, testing = FALSE, ask = TRUE)
Arguments
lib |
Location to install the library. |
testing |
If |
ask |
same argument as in |
Value
inla.upgrade will update the INLA package to the current
version, and inla.update do the same for backward compatibility. This
function is simple wrapper for update.packages using the INLA
repository.
Author(s)
Havard Rue hrue@r-inla.org
See Also
update.packages
[Package INLA version 25.10.19 Index]