isOlderThan.Package: Checks if the package is older than a given version

isOlderThan.PackageR Documentation

Checks if the package is older than a given version

Description

Checks if the package is older than a given version.

Usage

## S3 method for class 'Package'
isOlderThan(this, version, ...)

Arguments

version

A character string specifying a version to compare with.

...

Not used.

Value

Returns TRUE if the version of the package is less than the specified version.

Author(s)

Henrik Bengtsson

See Also

For more information see Package. *getVersion().


R.oo documentation built on June 12, 2022, 9:05 a.m.