CRAN

vctrs 0.1.0

Vector Helpers

Released Nov 29, 2018 by Hadley Wickham

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

Dependencies

zeallot 0.1.0 glue 1.3.1 backports 1.1.4 digest 0.6.19 rlang 0.4.0

Defines new notions of prototype and size that are used to provide tools for consistent and well-founded type-coercion and size-recycling, and are in turn connected to ideas of type- and size-stability useful for analyzing function interfaces.

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>vctrs</artifactId>
    <version>0.1.0-b14</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:vctrs')

Test Results

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

Source

R
C

View GitHub Mirror

Release History