CRAN

Nippon 0.7.1

Japanese Utility Functions and Data

Released May 16, 2018 by Susumu Tanimura

This package is available for Renjin and there are no known compatibility issues.

Dependencies

stringr 1.3.1

Japan-specific data is sometimes too unhandy for R users to manage. The utility functions and data in this package disencumber us from such an unnecessary burden.

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>Nippon</artifactId>
    <version>0.7.1-b3</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:Nippon')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.