Skip to content
forked from adeverse/ade4

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

Notifications You must be signed in to change notification settings

SrivastavaLab/ade4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis-CI Build Status AppVeyor Build status CRAN_Status_Badge CRAN Downloads

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

Installing ade4

To install the development version from github:

  1. Install the release version of devtools from CRAN with install.packages("devtools").

  2. 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")

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 83.7%
  • C 16.3%