{
  "_id": "6a141bd3acfb0bcc41d3d7e5",
  "Package": "veccompare",
  "Type": "Package",
  "Title": "Perform Set Operations on Vectors, Automatically Generating All\nn-Wise Comparisons, and Create Markdown Output",
  "Version": "0.1.0",
  "Date": "2017-09-13",
  "Authors@R": "c(\nperson(\"Jacob Gerard\", \"Levernier\", email = \"jlevern@upenn.edu\", role = c(\"aut\", \"cre\"), comment = \"Designed and authored the package source code and documentation. Roles: author, creator, designer, engineer, programmer\"), # Additional MARC Relator roles: \"dsr\", \"eng\", \"prg\"\nperson(\"Heather Gaile\", \"Wacha\", email = \"wacha2@wisc.edu\", role = c(\"aut\"), comment = \"Provided intellectual overview and consultation during development for use with medieval cartographic datasets. Roles: conceptor, consultant, data contributor\")) # Additional MARC Relator roles: \"ccp\", \"csp\", \"dtc\"",
  "Maintainer": "Jacob Gerard Levernier <jlevern@upenn.edu>",
  "Description": "Automates set operations (i.e., comparisons of overlap)\nbetween multiple vectors. It also contains a function for\nautomating reporting in 'RMarkdown', by generating markdown\noutput for easy analysis, as well as an 'RMarkdown' template\nfor use with 'RStudio'.",
  "License": "BSD_3_clause + file LICENSE",
  "URL": "https://github.com/publicus/r-veccompare",
  "BugReports": "https://github.com/publicus/r-veccompare/issues",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "6.0.1.9000",
  "Config/pak/sysreqs": "cmake libglpk-dev make libicu-dev libjpeg-dev\nlibpng-dev libuv1-dev libxml2-dev",
  "Repository": "https://jglev.r-universe.dev",
  "Date/Publication": "2017-09-15 13:06:44 UTC",
  "RemoteUrl": "https://github.com/jglev/r-veccompare",
  "RemoteRef": "HEAD",
  "RemoteSha": "8a73a16c19f9d70398743b0148d5ff8ba3ea0aa9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-25 09:48:27 UTC",
    "User": "root"
  },
  "Author": "Jacob Gerard Levernier [aut, cre] (Designed and authored the package\nsource code and documentation. Roles: author, creator, designer,\nengineer, programmer),\nHeather Gaile Wacha [aut] (Provided intellectual overview and\nconsultation during development for use with medieval cartographic\ndatasets. Roles: conceptor, consultant, data contributor)",
  "MD5sum": "45abcdcf90813df2e4e0dcb05e2087f9",
  "_user": "jglev",
  "_type": "src",
  "_file": "veccompare_0.1.0.tar.gz",
  "_fileid": "ea3a9a6177e5d43afd50e501fbeb506627b80b9f7832f9c9dde9ceedb234d9c7",
  "_filesize": 155813,
  "_sha256": "ea3a9a6177e5d43afd50e501fbeb506627b80b9f7832f9c9dde9ceedb234d9c7",
  "_created": "2026-05-25T09:48:27.000Z",
  "_published": "2026-05-25T09:52:19.579Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77691220900,
      "time": 152,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7195845907"
    },
    {
      "job": 77691220932,
      "time": 143,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7195844088"
    },
    {
      "job": 77691220916,
      "time": 198,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7195847438"
    },
    {
      "job": 77691220951,
      "time": 120,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7195832154"
    },
    {
      "job": 77690745538,
      "time": 216,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195806372"
    },
    {
      "job": 77691220926,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195838877"
    },
    {
      "job": 77691220944,
      "time": 91,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7195830993"
    },
    {
      "job": 77691220945,
      "time": 88,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7195829771"
    },
    {
      "job": 77691220941,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7195828791"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jglev/actions/runs/26394152285",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jglev/r-veccompare",
  "_commit": {
    "id": "8a73a16c19f9d70398743b0148d5ff8ba3ea0aa9",
    "author": "Jacob Levernier <jlevern@upenn.edu>",
    "committer": "Jacob Levernier <jlevern@upenn.edu>",
    "message": "Updated CRAN links to canonical form (https://CRAN.R-project.org/package=veccompare)\n",
    "time": 1505480804
  },
  "_maintainer": {
    "name": "Jacob Gerard Levernier",
    "email": "jlevern@upenn.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "corrplot",
      "role": "Imports"
    },
    {
      "package": "gtools",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "pander",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "reshape2",
      "role": "Imports"
    },
    {
      "package": "qgraph",
      "role": "Imports"
    },
    {
      "package": "VennDiagram",
      "role": "Imports"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "jglev",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 8,
  "_userbio": {
    "uuid": 3667562,
    "type": "user",
    "name": "Jacob Levernier"
  },
  "_downloads": {
    "count": 308,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/veccompare"
  },
  "_devurl": "https://github.com/publicus/r-veccompare",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/veccompare.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jglev/r-veccompare",
  "_realowner": "jglev",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-09-15"
    }
  ],
  "_exports": [
    "compare.vectors",
    "compare.vectors.and.return.text.analysis.of.overlap",
    "extract.compared.vectors",
    "generate.random.colors",
    "render.venn.diagram",
    "summarize.two.way.comparisons.percentage.overlap",
    "vector.print.with.and",
    "which.of.one.set.is.not.in.another"
  ],
  "_datasets": [
    {
      "name": "example.vectors.list",
      "title": "Example Vectors List",
      "object": "example.vectors.list",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "veccompare-package",
      "title": "veccompare: Automatically Generate All n-Wise Set Comparisons on Vectors",
      "topics": [
        "veccompare-package",
        "veccompare"
      ]
    },
    {
      "page": "compare.vectors",
      "title": "Compare all combinations of vectors using set operations",
      "topics": [
        "compare.vectors"
      ]
    },
    {
      "page": "compare.vectors.and.return.text.analysis.of.overlap",
      "title": "Create a Markdown report from the output of 'compare.vectors'",
      "topics": [
        "compare.vectors.and.return.text.analysis.of.overlap"
      ]
    },
    {
      "page": "example.vectors.list",
      "title": "Example Vectors List",
      "topics": [
        "example.vectors.list"
      ]
    },
    {
      "page": "extract.compared.vectors",
      "title": "Extract elements from the output of 'compare.vectors'",
      "topics": [
        "extract.compared.vectors"
      ]
    },
    {
      "page": "generate.random.colors",
      "title": "Generate Random Colors",
      "topics": [
        "generate.random.colors"
      ]
    },
    {
      "page": "render.venn.diagram",
      "title": "Render (Print) a Previously-Computed Venn Diagram",
      "topics": [
        "render.venn.diagram"
      ]
    },
    {
      "page": "summarize.two.way.comparisons.percentage.overlap",
      "title": "Summarize Percentage Overlap for Two-Way Comparisons between Vectors",
      "topics": [
        "summarize.two.way.comparisons.percentage.overlap"
      ]
    },
    {
      "page": "vector.print.with.and",
      "title": "Print a vector with commas and a final \"and\".",
      "topics": [
        "vector.print.with.and"
      ]
    },
    {
      "page": "which.of.one.set.is.not.in.another",
      "title": "Which of One Set is not in Another",
      "topics": [
        "which.of.one.set.is.not.in.another"
      ]
    }
  ],
  "_readme": "https://github.com/jglev/r-veccompare/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "backports",
    "base64enc",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "cluster",
    "colorspace",
    "corpcor",
    "corrplot",
    "cpp11",
    "data.table",
    "digest",
    "evaluate",
    "farver",
    "fastmap",
    "fdrtool",
    "fontawesome",
    "foreign",
    "formatR",
    "Formula",
    "fs",
    "futile.logger",
    "futile.options",
    "ggplot2",
    "glasso",
    "glue",
    "GPArotation",
    "gridExtra",
    "gtable",
    "gtools",
    "highr",
    "Hmisc",
    "htmlTable",
    "htmltools",
    "htmlwidgets",
    "igraph",
    "isoband",
    "jpeg",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lambda.r",
    "lattice",
    "lavaan",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "mime",
    "mnormt",
    "nlme",
    "nnet",
    "numDeriv",
    "pander",
    "pbapply",
    "pbivnorm",
    "pkgconfig",
    "plyr",
    "png",
    "psych",
    "purrr",
    "qgraph",
    "quadprog",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "reshape2",
    "rlang",
    "rmarkdown",
    "rpart",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "stringi",
    "stringr",
    "tinytex",
    "vctrs",
    "VennDiagram",
    "viridisLite",
    "withr",
    "xfun",
    "yaml"
  ],
  "_score": 3.6434526764861874,
  "_indexed": true,
  "_nocasepkg": "veccompare",
  "_universes": [
    "jglev",
    "publicus"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-25T09:50:58.000Z",
      "distro": "noble",
      "commit": "8a73a16c19f9d70398743b0148d5ff8ba3ea0aa9",
      "fileid": "586c9c1b5ca8fe1ef0ff352b932041cd60ebca8545940b2676a7b7855c434142",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jglev/actions/runs/26394152285"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-25T09:50:53.000Z",
      "distro": "noble",
      "commit": "8a73a16c19f9d70398743b0148d5ff8ba3ea0aa9",
      "fileid": "e2b971a7d424fc8177355ff6b06811d8c9596f15d9ddda1bee38bd72a21dda10",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jglev/actions/runs/26394152285"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-25T09:51:02.000Z",
      "commit": "8a73a16c19f9d70398743b0148d5ff8ba3ea0aa9",
      "fileid": "57d94a3586365ba7beb9caf8da4beee4e6cacc1c55e4b48be9221e6a136327e8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jglev/actions/runs/26394152285"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-25T09:50:10.000Z",
      "commit": "8a73a16c19f9d70398743b0148d5ff8ba3ea0aa9",
      "fileid": "909e7d79df1ad6bfbcd794fc9833764722308aa2d2ba2f4e01bff61de7865338",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jglev/actions/runs/26394152285"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-25T09:50:45.000Z",
      "commit": "8a73a16c19f9d70398743b0148d5ff8ba3ea0aa9",
      "fileid": "350386100b8984026b789702d68dbaf26704a82dac70807e6f95a24bfc914e2f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jglev/actions/runs/26394152285"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-25T09:49:56.000Z",
      "commit": "8a73a16c19f9d70398743b0148d5ff8ba3ea0aa9",
      "fileid": "26b261b162c267339062e7453dc46367203f728cd6b9635f06b936e17b40e0bd",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jglev/actions/runs/26394152285"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-25T09:49:47.000Z",
      "commit": "8a73a16c19f9d70398743b0148d5ff8ba3ea0aa9",
      "fileid": "2cd48417ac4a5e9e1dae92c7a7dc375e96bd2686a46b927c0bfb6a31287dd4df",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jglev/actions/runs/26394152285"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-25T09:49:47.000Z",
      "commit": "8a73a16c19f9d70398743b0148d5ff8ba3ea0aa9",
      "fileid": "7da57f49d570eee7142ca691fcd2c9696ed15d12ce243b7e4e6ef75d76f3edaf",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jglev/actions/runs/26394152285"
    }
  ]
}