CRAN

multinets 0.2.1

Multilevel Networks Analysis

Released Jul 7, 2018 by Neylson Crepalde

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

Dependencies

Rcpp igraph 1.2.2 igraphdata 1.0.1

Analyze multilevel networks as described in Lazega et al (2008) and in Lazega and Snijders (2016, ISBN:978-3-319-24520-1). The package was developed essentially as an extension to 'igraph'.

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>multinets</artifactId>
    <version>0.2.1-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:multinets')

Test Results

This package was last tested against Renjin 0.9.2657 on Aug 18, 2018.

Source

R
C++

View GitHub Mirror

Release History