CRAN

XKCDdata 0.1.0

Get XKCD Comic Data

Released Oct 11, 2017 by Robert Myles McDonnell

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

Dependencies

glue 1.2.0 tibble 1.3.4 assertthat 0.2.0 magrittr 1.5 dplyr 0.7.4 htmltools 0.3.6 httr 1.3.1 jsonlite 1.5

Download data from individual XKCD comics, written by Randall Munroe .

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>XKCDdata</artifactId>
    <version>0.1.0-b7</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:XKCDdata')

Test Results

This package was last tested against Renjin 0.8.2561 on Dec 22, 2017.

Source

R

View GitHub Mirror

Release History