{
  "_id": "6a1fd8dfb401979e73436de5",
  "Package": "deduped",
  "Type": "Package",
  "Title": "Making \"Deduplicated\" Functions",
  "Version": "0.4.0",
  "Authors@R": "person(\"Or\", \"Gadish\", email = \"orgadish@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Contains one main function deduped() which speeds up slow,\nvectorized functions by only performing computations on the\nunique values of the input and expanding the results at the\nend.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/orgadish/deduped",
  "BugReports": "https://github.com/orgadish/deduped/issues",
  "Roxygen": "list(markdown = TRUE)",
  "Repository": "https://orgadish.r-universe.dev",
  "Date/Publication": "2026-04-02 07:49:11 UTC",
  "RemoteUrl": "https://github.com/orgadish/deduped",
  "RemoteRef": "HEAD",
  "RemoteSha": "a553dcdeaaff72bea496ec4d3844f28ee8cdbb49",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 07:28:36 UTC",
    "User": "root"
  },
  "Author": "Or Gadish [aut, cre, cph]",
  "Maintainer": "Or Gadish <orgadish@gmail.com>",
  "MD5sum": "f8365597839398654fbd0dbbd24c9200",
  "_user": "orgadish",
  "_type": "src",
  "_file": "deduped_0.4.0.tar.gz",
  "_fileid": "e267fd341705d8649f7e50a6eb0589155663f2cbfef9188a05d4a2fddcf3b958",
  "_filesize": 91107,
  "_sha256": "e267fd341705d8649f7e50a6eb0589155663f2cbfef9188a05d4a2fddcf3b958",
  "_created": "2026-06-03T07:28:36.000Z",
  "_published": "2026-06-03T07:33:51.652Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79243532612,
      "time": 106,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7378308862"
    },
    {
      "job": 79243532642,
      "time": 101,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7378307876"
    },
    {
      "job": 79243532630,
      "time": 87,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7378304786"
    },
    {
      "job": 79243532625,
      "time": 84,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7378353288"
    },
    {
      "job": 79243127540,
      "time": 164,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7378266740"
    },
    {
      "job": 79243532655,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7378305977"
    },
    {
      "job": 79243532646,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7378300238"
    },
    {
      "job": 79243532641,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7378299621"
    },
    {
      "job": 79243532659,
      "time": 78,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7378301625"
    }
  ],
  "_buildurl": "https://github.com/r-universe/orgadish/actions/runs/26870118934",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/orgadish/deduped",
  "_commit": {
    "id": "a553dcdeaaff72bea496ec4d3844f28ee8cdbb49",
    "author": "orgadish <48453207+orgadish@users.noreply.github.com>",
    "committer": "orgadish <48453207+orgadish@users.noreply.github.com>",
    "message": "# deduped 0.4.0\n* `deduped(f)(x)` (and `with_deduped`) check that the function maintains length\n  and error if not.\n\n* `deduped(f)(x)` (and `with_deduped`) now maintain names and attributes (since\n  we check that length is preserved). This includes functions that add attributes\n  like `fs::path()` where previously this dropped those. Added `fs::path_rel`\n  example to README.\n\n* Changed to using `collapse::fmatch` and `base::match` in place of `fastmatch::fmatch`\n  which as a side effect adds a hash attribute. Removed dependency on `fastmatch`.\n",
    "time": 1775116151
  },
  "_maintainer": {
    "name": "Or Gadish",
    "email": "orgadish@gmail.com",
    "login": "orgadish",
    "description": "",
    "uuid": 48453207
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "collapse",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "fs",
      "role": "Suggests"
    }
  ],
  "_owner": "orgadish",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-48",
      "n": 7
    },
    {
      "week": "2025-49",
      "n": 1
    },
    {
      "week": "2026-14",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "orgadish",
      "count": 47,
      "uuid": 48453207
    },
    {
      "user": "olivroy",
      "count": 2,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 48453207,
    "type": "user",
    "name": "Or Gadish"
  },
  "_downloads": {
    "count": 139,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/deduped"
  },
  "_devurl": "https://github.com/orgadish/deduped",
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/deduped.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/orgadish/deduped",
  "_realowner": "orgadish",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.4",
      "date": "2023-10-25"
    },
    {
      "version": "0.2.0",
      "date": "2023-11-07"
    },
    {
      "version": "0.3.0",
      "date": "2025-11-29"
    },
    {
      "version": "0.4.0",
      "date": "2026-04-02"
    }
  ],
  "_exports": [
    "deduped",
    "deduped_map",
    "with_deduped"
  ],
  "_help": [
    {
      "page": "deduped",
      "title": "Deduplicate a vectorized function to act on _unique_ elements",
      "topics": [
        "deduped"
      ]
    },
    {
      "page": "deduped_map",
      "title": "Apply a function to each _unique_ element",
      "topics": [
        "deduped_map"
      ]
    },
    {
      "page": "with_deduped",
      "title": "Deduplicate the first argument in an expression",
      "topics": [
        "with_deduped"
      ]
    }
  ],
  "_readme": "https://github.com/orgadish/deduped/raw/HEAD/README.md",
  "_rundeps": [
    "collapse",
    "Rcpp"
  ],
  "_score": 3.6532125137753435,
  "_indexed": true,
  "_nocasepkg": "deduped",
  "_universes": [
    "orgadish"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-06-03T07:30:57.000Z",
      "distro": "noble",
      "commit": "a553dcdeaaff72bea496ec4d3844f28ee8cdbb49",
      "fileid": "131573c3c2c8102615052a8424eabeb736a4ff180f4eeb852ecfed8be056d35c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26870118934"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-06-03T07:30:54.000Z",
      "distro": "noble",
      "commit": "a553dcdeaaff72bea496ec4d3844f28ee8cdbb49",
      "fileid": "c89408450fcb6953022b7ae096d025a82d872066ae5b94bb1614a3d7837d599a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26870118934"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-06-03T07:30:45.000Z",
      "commit": "a553dcdeaaff72bea496ec4d3844f28ee8cdbb49",
      "fileid": "c4b93bf6be832ed4d3fbdf143dd25332da9105cccf25d83730300317c5515f55",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26870118934"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-06-03T07:33:21.000Z",
      "commit": "a553dcdeaaff72bea496ec4d3844f28ee8cdbb49",
      "fileid": "caca54ceb8d33b673b77ecec81df2c1cb0b672c6d15f9a8703b23007fff9586c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26870118934"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-06-03T07:30:56.000Z",
      "commit": "a553dcdeaaff72bea496ec4d3844f28ee8cdbb49",
      "fileid": "765633414bbfb6095a88804fb722490d2cb5d9808f86f7b036739ebcdc8ce6ff",
      "status": "success",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26870118934"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-03T07:30:22.000Z",
      "commit": "a553dcdeaaff72bea496ec4d3844f28ee8cdbb49",
      "fileid": "9e515cf24ea19821b3af173376a10aa15ada42abb160a551f614e622995e4aa5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26870118934"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-03T07:30:21.000Z",
      "commit": "a553dcdeaaff72bea496ec4d3844f28ee8cdbb49",
      "fileid": "4b10936a2350dca4955b8628852ef26f23681855ebf81aa86bbe57fa460eaf02",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26870118934"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-03T07:30:26.000Z",
      "commit": "a553dcdeaaff72bea496ec4d3844f28ee8cdbb49",
      "fileid": "50b2c595a5514332464b87733476f9f6a60b3c63d67c7a11d2243f92ceda4dd9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26870118934"
    }
  ]
}