Learn R Programming

ENMTools (version 1.1.2)

find.extras.missing: Find the extra packages needed for an ENMTools function that are currently missing (not available)

Description

Find the extra packages needed for an ENMTools function that are currently missing (not available)

Usage

find.extras.missing(funs = NULL)

Value

A character vector with the names of extra packages required by `funs` that are currently not available

Arguments

funs

character vector of ENMTools function names to install extra dependencies for. If `NULL`, extras for all ENMTools functions will be installed.

Examples

Run this code
find.extras.missing("enmtools.calibrate")

Run the code above in your browser using DataLab