Analysis of Ecological Data : Exploratory and Euclidean Methods in Environmental Sciences
To install the development version from github:
-
Install the release version of
devtools
from CRAN withinstall.packages("devtools")
. -
Make sure you have a working development environment.
- Windows: Install Rtools.
- Mac: Install Xcode from the Mac App Store.
- Linux: Install a compiler and various development libraries (details vary across different flavors of Linux).
Then:
library(devtools)
install_github("sdray/ade4")
The stable version can be installed from CRAN using:
install.packages("ade4")
Once installed, the package can be loaded using:
library("ade4")