CRAN

vegan 2.5-5

Community Ecology Package

Released May 12, 2019 by Jari Oksanen

This package can be loaded by Renjin but 41 out 101 tests failed.

Dependencies

permute 0.9-5 cluster 2.0.9 mgcv 1.8-28 lattice 0.20-38 MASS 7.3-51.4

Ordination methods, diversity analysis and other functions for community and vegetation ecologists.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>vegan</artifactId>
    <version>2.5-5-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:vegan')

Test Results

This package was last tested against Renjin 0.9.2726 on May 14, 2019.