Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

checkForPackageWithVersion

Check for an Installed Package with a Particular Version or Newer


Description

Utility function for making sure a package is available with a particular version or newer.

Usage

checkForPackageWithVersion(pkg, vers)

Arguments

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.

Value

If successful, TRUE is return invisibly. Stops if there is a problem.


ChemoSpecUtils

Functions Supporting Packages ChemoSpec and ChemoSpec2D

v0.4.96
GPL-3
Authors
Bryan A. Hanson [aut, cre] (<https://orcid.org/0000-0003-3536-8246>)
Initial release
2021-03-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.