Learn R Programming

ENMTools (version 1.0.5)

install.extras: install.extras

Description

Convenience function that installs all extra packages used in ENMTools. ENMTools uses functions from a lot of external packages, and due to CRAN best practices it doesn't install those packages by default. The function install.extras() just calls install.packages with a list of all of the extra packages. At present this list includes mgcv, ecospat, randomForest, hypervolume, ape, leaflet, ranger, CalibratR, caret, and ResourceSelection.

Usage

install.extras(repos = "http://cran.us.r-project.org", ...)

Arguments

repos

URL for the repository to use for installing R packages

...

Other parameters to be passed to install.packages

Value

No return value.

Examples

Run this code
# NOT RUN {
install.extras()
# }

Run the code above in your browser using DataLab