Description Usage Arguments Value Author(s) Examples
Show the version of the INLA-package
1 2 3 4 5 6 7 8 | inla.version(what = c("default",
"version",
"info",
"hgid",
"rinla",
"inla",
"date",
"bdate"))
|
what |
What to show version of |
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.
Havard Rue hrue@math.ntnu.no
1 2 3 4 | ## Summary of all
inla.version()
## The building date
inla.version("bdate")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.