version | R Documentation |
abn.version
is a variable (class simple.list
) holding
detailed information about the version of abn
loaded.
abn.Version()
provides detailed information about the running version of abn
or the abn components.
abn.Version(what=c("abn","system")) abn.version
what |
detailed information about the version of abn or a summary of the abn components. |
abn.Version()
is a list with character-string components
R |
|
abn |
essentially |
GSL, JAGS, INLA |
version numbers thereof |
abn.version
is a list with character-string components
status |
the status of the version (e.g., |
major |
the major version number |
minor |
the minor version number |
year |
the year the version was released |
month |
the month the version was released |
day |
the day the version was released |
version.string |
a |
abn.version
is a list of class "simple.list"
which
has a print
method.
Reinhard Furrer
See the R counterparts R.version
.
abn.version$version.string ## Not run: abn.Version("system") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.