Check for an Installed Package with a Particular Version or Newer
Utility function for making sure a package is available with a particular version or newer.
checkForPackageWithVersion(pkg, vers)
pkg |
Character. The name of the package to check. |
vers |
Character. The minimum acceptable version of the package. Will only be checked to the major.minor level. |
If successful, TRUE
is return invisibly. Stops if there is a problem.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.