CRAN

TideCurves 0.0.3

Analysis and Prediction of Tides

Released Sep 11, 2017 by Moritz Mueller-Navarra

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

Dependencies

chron 2.3-52 fields 9.6 data.table 1.10.4-3

Tidal analysis of evenly spaced observed time series (time step 1 to 60 min) with or without shorter gaps. The analysis should preferably cover an observation period of at least 19 years. For shorter periods low frequency constituents are not taken into account, in accordance with the Rayleigh-Criterion. The main objective of this package is to synthesize or predict a tidal time series.

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>TideCurves</artifactId>
    <version>0.0.3-b12</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:TideCurves')

Test Results

This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.

Source

R

View GitHub Mirror

Release History