find.extras.missing {ENMTools} | R Documentation |
Find the extra packages needed for an ENMTools function that are currently missing (not available)
find.extras.missing(funs = NULL)
funs |
character vector of ENMTools function names to install extra dependencies for. If 'NULL', extras for all ENMTools functions will be installed. |
A character vector with the names of extra packages required by 'funs' that are currently not available
find.extras.missing("enmtools.calibrate")