[go: up one dir, main page]

Skip to content

adeverse/adespatial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis-CI Build Status AppVeyor Build status

adespatial

Multivariate Multiscale Spatial Analysis

This package is under development and not yet on CRAN. It contains some new functions and many others that were included in development packages hosted in the sedaR project on R-Forge.

For instance, adespatial includes the forward.sel function (formerly in packfor).

Installing adespatial

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")
install_github("sdray/adegraphics")
install_github("sdray/adespatial")

Once installed, the package can be loaded using:

library("adespatial")