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
Client for 'jq', a 'JSON' processor (
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>
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.
- Ruby_test_suite.compile_error
- at-examples
- build-examples
- combine-examples
- dot-examples
- funs-examples
- index-examples
- jq-examples
- jq_flags-examples
- jqr_core-examples
- jqr_dsl.dot_E1
- jqr_dsl.dot_E2
- jqr_dsl.index_E1
- jqr_dsl.index_E2
- jqr_dsl.keys_E1
- jqr_dsl.keys_E2
- jqr_dsl.split
- keys-examples
- logicaltests-examples
- manip-examples
- maths-examples
- paths-examples
- peek-examples
- peek.peek_works_as_expected_E1
- peek.peek_works_as_expected_E2
- peek.peek_works_as_expected_E3
- peek.peek_works_as_expected_E4
- peek.peek_works_as_expected_E5
- peek.peek_works_as_expected_E6
- rangej-examples
- recurse-examples
- select-examples
- sortj-examples
- string-examples
- testthat
- types-examples
- vars-examples