| inla.version {INLA} | R Documentation |
Show the version of the INLA-package
inla.version(what = c("default", "version", "date"))
what |
What to show version of |
inla.version display the current version information using
cat with default or info, or return other specific
requests through the call.
Havard Rue hrue@r-inla.org
## Summary of all
inla.version()
## The building date
inla.version("date")