CRAN
rethinker 1.1.0
RethinkDB Client
Released Nov 13, 2017 by Miron B. Kursa
This package can be loaded by Renjin but 1 out 10 tests failed.
An older version of this package is
more compatible with Renjin.
Dependencies
Simple, native 'RethinkDB' client.
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>rethinker</artifactId> <version>1.1.0-b6</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:rethinker')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.
- Abstract_Syntax_Tree.Basics_E1
- Abstract_Syntax_Tree.Basics_E2
- Abstract_Syntax_Tree.Complex_list_nesting_maps_as_it_should_E1
- Abstract_Syntax_Tree.Complex_list_nesting_maps_as_it_should_E2
- Abstract_Syntax_Tree.Expressions
- Abstract_Syntax_Tree.Functions_E1
- Abstract_Syntax_Tree.Functions_E2
- Abstract_Syntax_Tree.Make_array_appears
- Abstract_Syntax_Tree.Single_element_list_is_an_array
- testthat