installAll: install all packages that may be required by the package

Description Usage Arguments Author(s) References See Also Examples

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

1

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 install.packages function

Author(s)

Babak Naimi naimi.b@gmail.com

http://r-gis.net

http://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

1
2
3
4
5
6
## Not run: 

installAll()


## End(Not run)

sdm documentation built on May 2, 2019, 6:32 p.m.

Related to installAll in sdm...