CRAN

diverse 0.1.5

Diversity Measures for Complex Systems

Released Mar 23, 2017 by Miguel R. Guevara

This package can be loaded by Renjin but 2 out 16 tests failed.

Dependencies

reshape2 1.4.3 foreign 0.8-69 proxy 0.4-21

Computes the most common diversity measures used in social and other sciences, and includes new measures from interdisciplinary research.

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>diverse</artifactId>
    <version>0.1.5-b11</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:diverse')

Test Results

This package was last tested against Renjin 0.9.2622 on Apr 7, 2018.

Source

R

View GitHub Mirror

Release History