CRAN

tidyjson 0.2.2

A Grammar for Turning 'JSON' into Tidy Tables

Released Apr 21, 2017 by ORPHANED

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

Dependencies

assertthat 0.2.0 dplyr 0.7.4 jsonlite 1.5

An easy and consistent way to turn 'JSON' into tidy data frames that are natural to work with in 'dplyr', 'ggplot2' and other tools.

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>tidyjson</artifactId>
    <version>0.2.2-b10</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:tidyjson')

Test Results

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

Source

R

View GitHub Mirror

Release History