.check_package_available {biometryassist} | R Documentation |
Check Package Availability
Description
Internal function to check if a package is available for loading.
This wrapper around .check_package_available
makes testing easier
by allowing the dependency check to be mocked.
Usage
.check_package_available(pkg)
Arguments
pkg |
Character string specifying the package name to check |
Value
Logical value: TRUE
if the package is available,
FALSE
otherwise
[Package biometryassist version 1.3.1 Index]