isOlderThan.Package.Rd
Checks if the package is older than a given version.
# S3 method for class 'Package'
isOlderThan(this, version, ...)
A character
string specifying a version to compare with.
Not used.
Returns TRUE
if the version of the package is less than the
specified version.
For more information see Package
.
*getVersion()
.