Analysis of Ecological Data: Exploratory and Euclidean Methods in Environmental Sciences
-
Install the release version of
remotesfrom CRAN withinstall.packages("remotes"). -
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:
remotes::install_github("adeverse/ade4")If you do not wish to install the development environments Rtools (Windows) / XCode (Mac), we can supply binary packages of the development version of ade4 on request.
You can also find these binary packages as artifacts of GitHub Actions: here for Windows and here and here for macOS.
install.packages("ade4")library("ade4")