Learn R Programming

abn (version 2.7-5)

version: abn Version Information

Description

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.

Usage

abn.Version(what=c("abn","system"))
abn.version

Value

abn.Version() is a list with character-string components

R

R.version.string

abn

essentially abn.version$version.string

GSL, JAGS, INLA

version numbers thereof

abn.version is a list with character-string components

status

the status of the version (e.g., "beta")

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 character string concatenating the info above, useful for plotting, etc.

abn.version is a list of class "simple.list" which has a print method.

Arguments

what

detailed information about the version of abn or a summary of the abn components.

Author

Reinhard Furrer

See Also

See the R counterparts R.version.

Examples

Run this code
abn.version$version.string

if (FALSE) {
abn.Version("system")
}

Run the code above in your browser using DataLab