CRAN

dplyr 0.8.2

A Grammar of Data Manipulation

Released Jun 29, 2019 by Hadley Wickham

This package can be loaded by Renjin but 55 out 69 tests failed.

Dependencies

assertthat 0.2.1 tidyselect 0.2.5 pkgconfig 2.0.2 rlang 0.4.0 BH 1.69.0-1 glue 1.3.1 tibble 2.1.3 plogr 0.2.0 R6 2.4.0 Rcpp magrittr 1.5

A fast, consistent tool for working with data frame like objects, both in memory and out of memory.

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>dplyr</artifactId>
    <version>0.8.2-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>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:dplyr')

Test Results

This package was last tested against Renjin 3.5-beta44 on Jul 11, 2019.