An open API service indexing awesome lists of open source software.

https://github.com/adeverse/ade4

Analysis of Ecological Data : Exploratory and Euclidean Methods in Environmental Sciences
https://github.com/adeverse/ade4

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# [ade4](http://pbil.univ-lyon1.fr/ADE-4/)

[![CRAN_Release_Badge](https://www.r-pkg.org/badges/version-ago/ade4)](http://cran.r-project.org/package=ade4)
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/ade4)](https://cran.r-project.org/package=ade4)
[![R-CMD-check](https://github.com/adeverse/ade4/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/adeverse/ade4/actions/workflows/R-CMD-check.yaml)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![SWH](https://archive.softwareheritage.org/badge/origin/https://github.com/adeverse/ade4/)](https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/adeverse/ade4)

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

Installing the development version of `ade4`
-------------

- Install the release version of `remotes` from CRAN with `install.packages("remotes")`.

- Make sure you have a working development environment.
* **Windows**: Install [Rtools](http://cran.r-project.org/bin/windows/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:

```r
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](https://github.com/adeverse/ade4/actions/workflows/build-bin-windows.yaml) for Windows and [here](https://github.com/adeverse/ade4/actions/workflows/build-bin-macOS-x64.yaml) and [here](https://github.com/adeverse/ade4/actions/workflows/build-bin-macOS-M1.yaml) for macOS.

Installing the stable version of `ade4`
-------------

```r
install.packages("ade4")
```

Loading `ade4`
-------------

```r
library("ade4")
```