{
  "_id": "6a1eef96b401979e73412bfb",
  "Package": "vecsets",
  "Type": "Package",
  "Title": "Like Set Tools in 'Base' Package but Keeps Duplicate Elements",
  "Version": "1.4",
  "Date": "2023-12-02",
  "Authors@R": "c(person(given = \"Carl\", family = \"Witthoft\", role = c(\"aut\",\"cre\"), email= \"cellocgw@gmail.com\"))",
  "Description": "The 'base' tools union() intersect(), etc., follow the\nalgebraic definition that each element of a set must be unique.\nSince it's often helpful to compare all elements of two\nvectors, this toolset treats every element as unique for\ncounting purposes. For ease of use, all functions in vecsets\nhave an argument 'multiple' which, when set to FALSE, reverts\nthem to the base::sets (alias for all the items) tools\nfunctionality.",
  "License": "LGPL-3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 08:35:25 UTC",
    "User": "root"
  },
  "Author": "Carl Witthoft [aut, cre]",
  "Maintainer": "Carl Witthoft <cellocgw@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2023-12-03 02:39:32 UTC",
  "RemoteUrl": "https://github.com/cran/vecsets",
  "RemoteRef": "HEAD",
  "RemoteSha": "e4078e4a918ba1ca57456fde55cde59a93c1fff3",
  "MD5sum": "19de4c8266acd1239f1b4e4843570ab8",
  "_user": "cran",
  "_type": "src",
  "_file": "vecsets_1.4.tar.gz",
  "_fileid": "1c96bb97c1ed88b7b57e607f0c83ae0af8cd7753716dd200381742d24f2e584d",
  "_filesize": 94645,
  "_sha256": "1c96bb97c1ed88b7b57e607f0c83ae0af8cd7753716dd200381742d24f2e584d",
  "_created": "2026-05-19T08:35:25.000Z",
  "_published": "2026-06-02T14:58:30.354Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79101429363,
      "time": 101,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7078679138"
    },
    {
      "job": 79101429509,
      "time": 105,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078680718"
    },
    {
      "job": 79101429171,
      "time": 178,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078644151"
    },
    {
      "job": 79101428102,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361420600"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26085787621",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/vecsets",
  "_commit": {
    "id": "e4078e4a918ba1ca57456fde55cde59a93c1fff3",
    "author": "Carl Witthoft <cellocgw@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.4\n",
    "time": 1701571172
  },
  "_maintainer": {
    "name": "Carl Witthoft",
    "email": "cellocgw@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "pracma",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "cellocgw",
      "count": 4,
      "uuid": 8104153
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 235,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/vecsets"
  },
  "_searchresults": 49,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/vecsets.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2014-02-11"
    },
    {
      "version": "1.1",
      "date": "2014-10-24"
    },
    {
      "version": "1.2.1",
      "date": "2018-01-18"
    },
    {
      "version": "1.3",
      "date": "2021-03-08"
    },
    {
      "version": "1.3.1",
      "date": "2023-08-28"
    },
    {
      "version": "1.4",
      "date": "2023-12-02"
    }
  ],
  "_exports": [
    "vintersect",
    "vperm",
    "vsetdiff",
    "vsetequal",
    "vunion"
  ],
  "_help": [
    {
      "page": "vecsets-package",
      "title": "An extension of the 'base' tools such as 'intersect' which does not reduce to unique elements",
      "topics": [
        "vecsets-package",
        "vecsets"
      ]
    },
    {
      "page": "vintersect",
      "title": "Perform intersection of two vectors, including counting repeated elements.",
      "topics": [
        "vintersect"
      ]
    },
    {
      "page": "vperm",
      "title": "Calculate all permutations of all combinations of a specified size from a data object.",
      "topics": [
        "vperm"
      ]
    },
    {
      "page": "vsetdiff",
      "title": "Find all elements in first argument which are not in second argument.",
      "topics": [
        "vsetdiff"
      ]
    },
    {
      "page": "vsetequal",
      "title": "Check whether two vectors contain exactly the same collection of elements.",
      "topics": [
        "vsetequal"
      ]
    },
    {
      "page": "vunion",
      "title": "Returns the union of its inputs including repeated elements.",
      "topics": [
        "vunion"
      ]
    }
  ],
  "_rundeps": [
    "pracma"
  ],
  "_score": 2.4683473304121573,
  "_indexed": true,
  "_nocasepkg": "vecsets",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4",
      "date": "2026-05-19T08:37:12.000Z",
      "distro": "noble",
      "commit": "e4078e4a918ba1ca57456fde55cde59a93c1fff3",
      "fileid": "0d82d4dbb70509f6c122b60a39596182895733d716fcd125a8daf68cee436a6f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26085787621"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.4",
      "date": "2026-05-19T08:37:16.000Z",
      "distro": "noble",
      "commit": "e4078e4a918ba1ca57456fde55cde59a93c1fff3",
      "fileid": "c4532167e96ec192e2387d03cce0745fbaf7239d5d19aa0353ee60d31105cb64",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26085787621"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.4",
      "date": "2026-06-02T14:57:55.000Z",
      "commit": "e4078e4a918ba1ca57456fde55cde59a93c1fff3",
      "fileid": "33f459660829219d3c5b1637a22da2438f0112e2a172a8da69d0410d279ac8fb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26085787621"
    }
  ]
}