version: Show the version of the INLA-package

Description Usage Arguments Value Author(s) Examples

Description

Show the version of the INLA-package

Usage

1
2
3
4
5
6
7
8
inla.version(what = c("default",
                      "version", 
                      "info", 
                      "hgid",
                      "rinla",
                      "inla",
                      "date",
                      "bdate"))

Arguments

what

What to show version of

Value

inla.version either display the current version information using cat with default or info, or return the version number/information for other spesific requests through the call.

Author(s)

Havard Rue hrue@r-inla.org

Examples

1
2
3
4
## Summary of all
inla.version()
## The building date
inla.version("bdate")

INBO-BMK/INLA documentation built on Dec. 4, 2019, 11:43 p.m.