CRAN

rleafmap 0.2

Interactive Maps with R and Leaflet

Released Sep 28, 2015 by Francois Keck

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

raster 2.6-7 knitr 1.20 sp 1.2-7

Display spatial data with interactive maps powered by the open-source JavaScript library 'Leaflet' (see ). Maps can be rendered in a web browser or displayed in the HTML viewer pane of 'RStudio'. This package is designed to be easy to use and can create complex maps with vector and raster data, web served map tiles and interface elements.

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>rleafmap</artifactId>
    <version>0.2-b30</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:rleafmap')

Source

R

View GitHub Mirror

Release History