CRAN
rleafmap 0.2
Interactive Maps with R and Leaflet
Released Sep 28, 2015 by Francois Keck
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
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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:rleafmap')