CRAN

jqr 1.1.0

Client for 'jq', a 'JSON' Processor

Released Oct 22, 2018 by Scott Chamberlain

This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and 22 out 37 tests failed.

Dependencies

magrittr 1.5 lazyeval 0.2.1

Client for 'jq', a 'JSON' processor (), written in C. 'jq' allows the following with 'JSON' data: index into, parse, do calculations, cut up and filter, change key names and values, perform conditionals and comparisons, and more.

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>jqr</artifactId>
    <version>1.1.0-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:jqr')

Test Results

This package was last tested against Renjin 0.9.2700 on Oct 24, 2018.

Source

R
C

View GitHub Mirror

Release History