isOlderThan.Package: 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 Package
isOlderThan(this, version, ...)
Arguments
version
A character
string specifying a version to compare with.
Value
Returns TRUE
if the version of the package is less than the
specified version.