installAll {sdm} | R Documentation |
install all packages that may be required by the package
Description
This function facilitates to install the required packages that some functions are dependent on in the sdm package. It first checks whether the package is already installed, and if not, it installs the packages. If update=TRUE is used, the packages re-installed if they were already installed.
Usage
installAll(pkgs,update,...)
Arguments
pkgs |
optional. the user provided list of packages (not required for the purpose of this function) |
update |
logical (default=FALSE), specifies whether the packages re-installed if they are already installed on the machine |
... |
Additional arguments passed to the |
Author(s)
Babak Naimi naimi.b@gmail.com
https://www.biogeoinformatics.org/
References
Naimi, B., Araujo, M.B. (2016) sdm: a reproducible and extensible R platform for species distribution modelling, Ecography, DOI: 10.1111/ecog.01881
See Also
#
Examples
## Not run:
installAll()
## End(Not run)