CRAN

recurse 1.1.0

Computes Revisitation Metrics for Trajectory Data

Released Feb 16, 2018 by Chloe Bracis

This package can be loaded by Renjin but 6 out 9 tests failed.

Dependencies

Rcpp

Computes revisitation metrics for trajectory data, such as the number of revisitations for each location as well as the time spent for that visit and the time since the previous visit. Also includes functions to plot 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>recurse</artifactId>
    <version>1.1.0-b5</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:recurse')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.

Source

R
C++

View GitHub Mirror

Release History