CRAN

networkDynamicData 0.2.1

Dynamic (Longitudinal) Network Datasets

Released Jan 12, 2016 by Skye Bender-deMoll

This package can be loaded by Renjin but 3 out 7 tests failed.

Dependencies

networkDynamic 0.9.0 network 1.13.0.1

A collection of dynamic network data sets from various sources and multiple authors represented as 'networkDynamic'-formatted objects.

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

Test Results

This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.

Source

View GitHub Mirror

Release History