Package: veccompare 0.1.0

Jacob Gerard Levernier
veccompare: Perform Set Operations on Vectors, Automatically Generating All n-Wise Comparisons, and Create Markdown Output
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'.
Authors:
veccompare_0.1.0.tar.gz
veccompare_0.1.0.zip(r-4.7)veccompare_0.1.0.zip(r-4.6)veccompare_0.1.0.zip(r-4.5)
veccompare_0.1.0.tgz(r-4.6-any)veccompare_0.1.0.tgz(r-4.5-any)
veccompare_0.1.0.tar.gz(r-4.7-any)veccompare_0.1.0.tar.gz(r-4.6-any)
veccompare_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
veccompare/json (API)
| # Install 'veccompare' in R: |
| install.packages('veccompare', repos = c('https://jglev.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/publicus/r-veccompare/issues
- example.vectors.list - Example Vectors List
Last updated from:8a73a16c19. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 152 | ||
| source / vignettes | OK | 216 | ||
| linux-release-x86_64 | NOTE | 143 | ||
| macos-release-arm64 | NOTE | 120 | ||
| macos-oldrel-arm64 | NOTE | 198 | ||
| windows-devel | NOTE | 91 | ||
| windows-release | NOTE | 83 | ||
| windows-oldrel | NOTE | 88 | ||
| wasm-release | OK | 123 |
Exports:compare.vectorscompare.vectors.and.return.text.analysis.of.overlapextract.compared.vectorsgenerate.random.colorsrender.venn.diagramsummarize.two.way.comparisons.percentage.overlapvector.print.with.andwhich.of.one.set.is.not.in.another
Dependencies:abindbackportsbase64encbslibcachemcheckmatecliclustercolorspacecorpcorcorrplotcpp11data.tabledigestevaluatefarverfastmapfdrtoolfontawesomeforeignformatRFormulafsfutile.loggerfutile.optionsggplot2glassoglueGPArotationgridExtragtablegtoolshighrHmischtmlTablehtmltoolshtmlwidgetsigraphisobandjpegjquerylibjsonliteknitrlabelinglambda.rlatticelavaanlifecyclemagrittrMASSMatrixmemoisemimemnormtnlmennetnumDerivpanderpbapplypbivnormpkgconfigplyrpngpsychpurrrqgraphquadprogR6rappdirsRColorBrewerRcppreshape2rlangrmarkdownrpartrstudioapiS7sassscalesstringistringrtinytexvctrsVennDiagramviridisLitewithrxfunyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| veccompare: Automatically Generate All n-Wise Set Comparisons on Vectors | veccompare-package veccompare |
| Compare all combinations of vectors using set operations | compare.vectors |
| Create a Markdown report from the output of 'compare.vectors' | compare.vectors.and.return.text.analysis.of.overlap |
| Example Vectors List | example.vectors.list |
| Extract elements from the output of 'compare.vectors' | extract.compared.vectors |
| Generate Random Colors | generate.random.colors |
| Render (Print) a Previously-Computed Venn Diagram | render.venn.diagram |
| Summarize Percentage Overlap for Two-Way Comparisons between Vectors | summarize.two.way.comparisons.percentage.overlap |
| Print a vector with commas and a final "and". | vector.print.with.and |
| Which of One Set is not in Another | which.of.one.set.is.not.in.another |