check.extras {ENMTools} | R Documentation |
Check that the extra packages needed for an ENMTools function are installed and available
Description
Check that the extra packages needed for an ENMTools function are installed and available
Usage
check.extras(funs = NULL)
Arguments
funs |
character vector of ENMTools function names to install extra dependencies for. If 'NULL', extras for all ENMTools functions will be installed. |
Value
Logical, 'TRUE' if all required extra packages are available, 'FALSE' otherwise
Examples
check.extras("enmtools.gam")
[Package ENMTools version 1.1.2 Index]