CRAN

ocean 0.2-4

Biophysical Oceanography Tools

Released May 1, 2014 by Benjamin Jones

This package can be loaded by Renjin but 1 out 7 tests failed.

Dependencies

proj4 1.0-8 ncdf4 1.16

This package contains a set of functions for manipulating and visualizing output from numerical ocean models. Many of the routines are targeted towards Lagrangian particle-tracking models with the data stored in NetCDF files. This package may be useful to spatial marine ecologists and biological or physical oceanographers.

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>ocean</artifactId>
    <version>0.2-4-b281</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:ocean')

Test Results

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

Source

R
C

View GitHub Mirror

Release History