CRAN

timeordered 0.9.9

Time-Ordered and Time-Aggregated Network Analyses

Released Jul 4, 2018 by Benjamin Blonder

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

Dependencies

plyr 1.8.4 igraph 1.2.2

Approaches for incorporating time into network analysis. Methods include: construction of time-ordered networks (temporal graphs); shortest-time and shortest-path-length analyses; resource spread calculations; data resampling and rarefaction for null model construction; reduction to time-aggregated networks with variable window sizes; application of common descriptive statistics to these networks; vector clock latencies; and plotting functionalities. The package supports .

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>timeordered</artifactId>
    <version>0.9.9-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:timeordered')

Test Results

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