CRAN

TideTables 0.0.2

Tide Analysis and Prediction of Predominantly Semi-Diurnal 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 data.table 1.10.4-3

Tide analysis and prediction of predominantly semi-diurnal tides with two high waters and two low waters during one lunar day (~24.842 hours, ~1.035 days). The analysis should preferably cover an observation period of at least 19 years. For shorter periods, for example, the nodal cycle can not be taken into account, which particularly affects the height calculation. The main objective of this package is to produce tide tables.

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>TideTables</artifactId>
    <version>0.0.2-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:TideTables')

Test Results

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

Source

R

View GitHub Mirror

Release History