Functions to upgrade the INLA-package to the current version.

inla.upgrade(lib = NULL, testing=FALSE, ask = TRUE)
inla.update(lib = NULL, testing=FALSE, ask = TRUE)

Arguments

lib

Location to install the library.

testing

If TRUE, then look for a test-version if the INLA-package.

ask

same argument as in update.packages

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

Havard Rue hrue@r-inla.org

See also

update.packages