Learn R Programming

abn (version 3.0.1)

abn.version: abn Version Information

Description

abn.version() provides detailed information about the running version of abn or the abn components.

Usage

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

Value

abn.version(what = "system") is a list with character-string components

  • RR.version.string

  • abnessentially abn.version$version.string

  • GSL, JAGS, INLAversion numbers thereof

abn.version(what = "abn") is a list with character-string components

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

  • majorthe major version number

  • minorthe minor version number

  • yearthe year the version was released

  • monththe month the version was released

  • daythe day the version was released

  • version.stringa 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 the system (see returns).

See Also

Examples

Run this code
abn.version()$version.string
if (FALSE) {
  abn.version("system")
}

Run the code above in your browser using DataLab