CRAN

tidyselect 0.2.5

Select from a Set of Strings

Released Oct 11, 2018 by Lionel Henry

This package can be loaded by Renjin but 4 out 6 tests failed.

Dependencies

purrr 0.3.2 glue 1.3.1 Rcpp rlang 0.4.0

A backend for the selecting functions of the 'tidyverse'. It makes it easy to implement select-like functions in your own packages in a way that is consistent with other 'tidyverse' interfaces for selection.

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>tidyselect</artifactId>
    <version>0.2.5-b3</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:tidyselect')

Test Results

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

Source

R
C++

View GitHub Mirror

Release History