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.
installAll(pkgs,update,...)
optional. the user provided list of packages (not required for the purpose of this function)
logical (default=FALSE), specifies whether the packages re-installed if they are already installed on the machine
Additional arguments passed to the install.packages
function
Babak Naimi naimi.b@gmail.com
Naimi, B., Araujo, M.B. (2016) sdm: a reproducible and extensible R platform for species distribution modelling, Ecography, DOI: 10.1111/ecog.01881
#