CRAN

tuts 0.1.1

Time Uncertain Time Series Analysis

Released Jun 12, 2018 by Peter Franke

This package can be loaded by Renjin but all tests failed.

Dependencies

coda 0.19-1 lomb 1.0 truncnorm 1.0-8 mcmcplots 0.4.3 foreach 1.4.4 doParallel 1.0.11 rjags 4-6

Models of time-uncertain time series addressing frequency and non-frequency behavior of continuous and discrete (counting) 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>tuts</artifactId>
    <version>0.1.1-b2</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:tuts')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.

Source

R

View GitHub Mirror

Release History