Skip to contents

Validates that required packages meet minimum version requirements. Throws an informative error for each package that is missing or out of date, including the install command needed to resolve the issue.

Usage

CheckPackages()

Value

Invisibly returns NULL if all checks pass.

Details

The following packages and minimum versions are checked:

PackageMinimum VersionSource
MSEtool4.0.0GitHub: blue-matter/MSEtool\@prelease
bamExtras0.0.2GitHub: Nikolai-Klibansky/bamExtras

Examples

if (FALSE) { # \dontrun{
CheckPackages()
} # }