CRAN

mapStats 2.4

Geographic Display of Survey Data Statistics

Released Apr 22, 2015 by Samuel Ackerman

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

Dependencies

maptools 0.9-2 reshape2 1.4.2 lattice 0.20-35 survey 3.32-1 sp 1.2-5 Hmisc 4.0-3 classInt 0.1-24 RColorBrewer 1.1-2 colorspace 1.3-2

Automated calculation and visualization of survey data statistics on a color-coded map.

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>mapStats</artifactId>
    <version>2.4-b33</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:mapStats')

Test Results

This package was last tested against Renjin 0.8.2523 on Nov 12, 2017.

Source

R

View GitHub Mirror

Release History