version-class: arf3DS4 "version" class

Description Objects Slots Methods Note Author(s) Examples

Description

The "version" class contains information on the version of the arf3DS4 objects. Each arf3DS4 object contains this class.

Objects

Objects can be created by calls of the form new("version", ...).

Slots

version:

Version number of the arf3DS4 package.

build:

Build number of the arf3DS4 package.

update:

Update number of the arf3DS4 package.

svnrev:

SVN revision on r-forge.

Methods

Standard arf3DS4 accessor and replacement functions can be used to access and replace slots.

access

.classname.slotname(object)

replace

.classname.slotname(object)<-

In this case classname is "version" and slotname is for example "snvrev". So to access the "svnrev" slot of an r-object "currentversion" (of class "version") type .version.svnrev(currentversion).

Note

The "version" class is mainly used for back-compatibility issues.

Author(s)

Wouter D. Weeda - w.d.weeda@gmail.com

Examples

1
showClass("version")

arf3DS4 documentation built on May 2, 2019, 5:16 p.m.