CRAN

gear 0.1.4

Geostatistical Analysis in R

Released Jun 14, 2019 by Joshua French

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

Dependencies

sp 1.3-1 lattice 0.20-38 optimx 2018-7.10

Implements common geostatistical methods in a clean, straightforward, efficient manner. The methods are discussed in Schabenberger and Gotway (2004, ) and Waller and Gotway (2004, ). This package is a quasi-reboot of the 'SpatialTools' package.

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>gear</artifactId>
    <version>0.1.4-b1</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:gear')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.

Source

R

View GitHub Mirror

Release History