CRAN

nlgeocoder 0.1.3

Geocoding for the Netherlands

Released Oct 8, 2018 by Edwin de Jonge

This package can be loaded by Renjin but 4 out 31 tests failed.

Dependencies

jsonlite 1.5

R interface to the open location server API of 'Publieke Diensten Op de Kaart' (). It offers geocoding, address suggestions and lookup of geographical objects. Included is an utility function for displaying leaflet tiles restricted to the Netherlands.

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>nlgeocoder</artifactId>
    <version>0.1.3-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:nlgeocoder')

Test Results

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

Source

R

View GitHub Mirror

Release History