CRAN

marinespeed 0.1.0

Benchmark Data Sets and Functions for Marine Species Distribution Modelling

Released Feb 17, 2017 by Samuel Bosch

This package is available for Renjin and there are no known compatibility issues.

Dependencies

bit 1.1-14 geosphere 1.5-7 sp 1.2-7

A collection of marine species benchmark data sets and functions for species distribution modelling (ecological niche modelling).

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>marinespeed</artifactId>
    <version>0.1.0-b16</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:marinespeed')

Test Results

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

Source

R

View GitHub Mirror

Release History