CRAN

geohashTools 0.2.0

Tools for Working with Geohashes

Released Dec 16, 2018 by Michael Chirico

This package can be loaded by Renjin but 5 out 6 tests failed.

Dependencies

Rcpp

Tools for working with Gustavo Niemeyer's geohash coordinate system, ported to R from Hiroaki Kawai's 'Python' implementation and embellished to sit naturally in the R ecosystem.

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>geohashTools</artifactId>
    <version>0.2.0-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:geohashTools')

Test Results

This package was last tested against Renjin 0.9.2716 on Dec 19, 2018.

Source

R
C
C++

View GitHub Mirror

Release History