CRAN

asnipe 1.1.11

Animal Social Network Inference and Permutations for Ecologists

Released Nov 22, 2018 by Damien R. Farine

This package can be loaded by Renjin but 4 out 14 tests failed.

Dependencies

Matrix 1.2-15 MASS 7.3-51.1

Implements several tools that are used in animal social network analysis. In particular, this package provides the tools to infer groups and generate networks from observation data, perform permutation tests on the data, calculate lagged association rates, and performed multiple regression analysis on social network data.

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>asnipe</artifactId>
    <version>1.1.11-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:asnipe')

Test Results

This package was last tested against Renjin 0.9.2710 on Nov 24, 2018.