Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Analysis of Ecological Data : Exploratory and Euclidean Methods in Environmental Sciences
- Host: GitHub
- URL: https://github.com/adeverse/ade4
- Owner: adeverse
- Created: 2015-09-09T13:08:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T13:39:19.000Z (3 months ago)
- Last Synced: 2024-10-21T05:59:45.443Z (3 months ago)
- Language: R
- Homepage: http://adeverse.github.io/ade4/
- Size: 518 MB
- Stars: 38
- Watchers: 6
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Codemeta: codemeta.json
Awesome Lists containing this project
- open-sustainable-technology - ade4 - Analysis of Ecological Data for Exploratory and Euclidean Methods in Environmental Sciences. (Biosphere / Biodiversity Analysis and Metrics)
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)
[![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
---------------------------
**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 [email protected]:adeverse/ade4.git`
or
`git remote set-url origin https://github.com/adeverse/ade4.git`
---------------------------
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")
```