CRAN
vctrs 0.1.0
Vector Helpers
Released Nov 29, 2018 by Hadley Wickham
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>
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.
- dims-examples
- fields-examples
- list_of-examples
- new_data_frame-examples
- new_date-examples
- op-empty-default-examples
- partial_frame-examples
- s3_register-examples
- testthat
- vec_arith-examples
- vec_bind-examples
- vec_c-examples
- vec_compare-examples
- vec_count-examples
- vec_duplicate-examples
- vec_equal-examples
- vec_match-examples
- vec_math-examples
- vec_na-examples
- vec_ptype_full-examples
- vec_recycle-examples
- vec_size-examples
- vec_slice-examples
- vec_unique-examples