CRAN

gutenbergr 0.1.4

Download and Process Public Domain Works from Project Gutenberg

Released Jan 26, 2018 by David Robinson

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

Dependencies

purrr 0.2.4 dplyr 0.7.4 readr 1.1.1 urltools 1.7.0 stringr 1.2.0 lazyeval 0.2.1

Download and process public domain works in the Project Gutenberg collection . Includes metadata for all Project Gutenberg works, so that they can be searched and retrieved.

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>gutenbergr</artifactId>
    <version>0.1.4-b1</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:gutenbergr')

Test Results

This package was last tested against Renjin 0.9.2592 on Jan 28, 2018.

Source

R

View GitHub Mirror

Release History