CRAN

geojsonR 1.0.6

A GeoJson Processing Toolkit

Released Sep 23, 2018 by Lampros Mouselimis

This package can be loaded by Renjin but 3 out 45 tests failed.

Dependencies

R6 2.3.0 Rcpp RcppArmadillo 0.9.100.5.0

Includes functions for processing GeoJson objects relying on 'RFC 7946' . The geojson encoding is based on 'json11', a tiny JSON library for 'C++11' . Furthermore, the source code is exported in R through the 'Rcpp' and 'RcppArmadillo' packages.

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>geojsonR</artifactId>
    <version>1.0.6-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:geojsonR')

Test Results

This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.

Source

R
C
C++

View GitHub Mirror

Release History