Learn R Programming

R.oo (version 1.20.0)

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

Description

Checks if the package is older than a given version.

Usage

"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.

See Also

For more information see Package. *getVersion().