CRAN
veccompare 0.1.0
Perform Set Operations on Vectors, Automatically Generating All n-Wise Comparisons, and Create Markdown Output
Released Sep 15, 2017 by Jacob Gerard Levernier
Dependencies
pander 0.6.2 purrr 0.2.5 qgraph 1.5 VennDiagram 1.6.20 gtools 3.8.1 reshape2 1.4.3 corrplot 0.84
Automates set operations (i.e., comparisons of overlap) between multiple vectors. It also contains a function for automating reporting in 'RMarkdown', by generating markdown output for easy analysis, as well as an 'RMarkdown' template for use with 'RStudio'.
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>veccompare</artifactId> <version>0.1.0-b16</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:veccompare')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.
- compare.vectors-examples
- compare.vectors.and.return.text.analysis.of.overlap-examples
- extract.compared.vectors-examples
- generate.random.colors-examples
- render.venn.diagram-examples
- summarize.two.way.comparisons.percentage.overlap-examples
- testthat
- vector.print.with.and-examples
- which.of.one.set.is.not.in.another-examples