Learn R Programming

spam (version 0.20-3)

version: Spam Version Information

Description

spam.version is a variable (list) holding detailed information about the version of spam loaded.

spam.Version() provides detailed information about the version of spam running.

Usage

spam.version

Arguments

Value

  • spam.version 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.
  • spam.version is a list of class "simple.list" which has a print method.

See Also

See the R counterparts R.version.

Examples

Run this code
spam.version$version.string

Run the code above in your browser using DataLab