CRAN

nzelect 0.4.0

New Zealand Election Data

Released Oct 2, 2017 by Peter Ellis

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

Convenient access to New Zealand election results by voting place. Voting places have been matched to Regional Council, Territorial Authority, and Area Unit, to facilitate matching with additional data. Opinion polls since 2002 and some convenience analytical function are also supplied.

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>nzelect</artifactId>
    <version>0.4.0-b13</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:nzelect')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.

Source

R

View GitHub Mirror

Release History