adeverse / ade4

Analysis of Ecological Data : Exploratory and Euclidean Methods in Environmental Sciences
http://adeverse.github.io/ade4/
38 stars 10 forks source link

ade4

CRAN_Release_Badge CRAN Downloads R-CMD-check License: GPL v3 SWH

Analysis of Ecological Data: Exploratory and Euclidean Methods in Environmental Sciences


Please note! Since January 2024, this repository has belonged to the adeverse organization. To avoid confusion, we strongly recommend updating any existing local clones to point to the new repository URL. You can do this by using git remote on the command line:

git remote set-url origin git@github.com:adeverse/ade4.git

or

git remote set-url origin https://github.com/adeverse/ade4.git


Installing the development version of ade4

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.

Installing the stable version of ade4

install.packages("ade4")

Loading ade4

library("ade4")