Dataset containing information about this release of S-PLUS: the release
number and year, and the platform for which it was built.
The dataset
version is a list with class attribute
Sversion.
It has the following components.
DATA DESCRIPTION:
ARGUMENTS:
platform
character string identifying the platform (combination of machine
architecture and operating system information) for which this version
of S-PLUS was built.
arch
character string identifying the machine architecture.
os
character string identifying the operating system and its release number.
system
character string summarizing components
arch and
os. This component
is used in the print method for
version.
bits.per.integer
integer indicating the number of bits in a S-PLUS integer value (which
corresponds to a long value in the C programming language).
name
character string indicating the name of this version of S-PLUS. This component
is used in the print method for
version.
edition
character string identifying the edition of this version of S-PLUS:
"Enterprise Developer".
trial
integer indicating the trial status of this version of S-PLUS.
license.manager
character string identifying the license manager status of this version of S-PLUS.
status
character string identifying the status of this version of S-PLUS;
either
"Release" or
"Beta".
status.rev
revision number of this version. This is not the release number.
status.rev is usually
1.
major
major number of this release of S-PLUS.
minor
minor number of this release of S-PLUS.
year
year of this release of S-PLUS.
SEE ALSO:
,
,
,
.
EXAMPLES:
version # print method formats all information into one sentence
print.default(version) # see individual components
version$major >= 3 # use in programming