{
  "_id": "6a1020a7acfb0bcc41c8ba66",
  "Package": "refinr",
  "Title": "Cluster and Merge Similar Values Within a Character Vector",
  "Version": "0.3.3",
  "Authors@R": "person(\"Chris\", \"Muir\", email = \"chrismuirRVA@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "These functions take a character vector as input, identify\nand cluster similar values, and then merge clusters together so\ntheir values become identical. The functions are an\nimplementation of the key collision and ngram fingerprint\nalgorithms from the open source tool Open Refine\n<https://openrefine.org/>. More info on key collision and ngram\nfingerprint can be found here\n<https://openrefine.org/docs/technical-reference/clustering-in-depth>.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "URL": "https://github.com/ChrisMuir/refinr",
  "BugReports": "https://github.com/ChrisMuir/refinr/issues",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://chrismuir.r-universe.dev",
  "Date/Publication": "2024-03-14 03:04:01 UTC",
  "RemoteUrl": "https://github.com/chrismuir/refinr",
  "RemoteRef": "HEAD",
  "RemoteSha": "a323b4678782d3c476ee69e9e85bb268a84eb522",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-14 06:02:14 UTC",
    "User": "root"
  },
  "Author": "Chris Muir [aut, cre]",
  "Maintainer": "Chris Muir <chrismuirRVA@gmail.com>",
  "MD5sum": "9b16fef526153d29bdf7d2070617764a",
  "_user": "chrismuir",
  "_type": "src",
  "_file": "refinr_0.3.3.tar.gz",
  "_fileid": "585f62fb91622533991be5e820c879c352b8b62c9fe7a23351f20ce95183faa7",
  "_filesize": 120863,
  "_sha256": "585f62fb91622533991be5e820c879c352b8b62c9fe7a23351f20ce95183faa7",
  "_created": "2026-05-14T06:02:14.000Z",
  "_published": "2026-05-22T09:23:51.749Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77352039827,
      "time": 132,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6988241233"
    },
    {
      "job": 77352040121,
      "time": 142,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6988243227"
    },
    {
      "job": 77352041391,
      "time": 170,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988249076"
    },
    {
      "job": 77352041380,
      "time": 142,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988243615"
    },
    {
      "job": 77352040523,
      "time": 158,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6988241476"
    },
    {
      "job": 77352040492,
      "time": 427,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6988293699"
    },
    {
      "job": 77352040105,
      "time": 205,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988248970"
    },
    {
      "job": 77352039753,
      "time": 240,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988260309"
    },
    {
      "job": 77352039525,
      "time": 180,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988213614"
    },
    {
      "job": 77352039618,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157180614"
    },
    {
      "job": 77352039837,
      "time": 151,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6988245044"
    },
    {
      "job": 77352040325,
      "time": 104,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6988235365"
    },
    {
      "job": 77352039861,
      "time": 113,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988237315"
    }
  ],
  "_buildurl": "https://github.com/r-universe/chrismuir/actions/runs/25844552111",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/chrismuir/refinr",
  "_commit": {
    "id": "a323b4678782d3c476ee69e9e85bb268a84eb522",
    "author": "Chris Muir <ChrisMuir@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "cleanup",
    "time": 1710385441
  },
  "_maintainer": {
    "name": "Chris Muir",
    "email": "chrismuirrva@gmail.com",
    "login": "chrismuir",
    "uuid": 13386824
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.2",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "stringdist",
      "version": ">= 0.9.5.1",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "stringdist",
      "version": ">= 0.9.5.1",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    }
  ],
  "_owner": "chrismuir",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "approximate-string-matching",
    "clustering",
    "data-cleaning",
    "data-clustering",
    "fuzzy-matching",
    "ngram",
    "openrefine",
    "cpp"
  ],
  "_stars": 103,
  "_contributors": [
    {
      "user": "chrismuir",
      "count": 246,
      "uuid": 13386824
    }
  ],
  "_userbio": {
    "uuid": 13386824,
    "type": "user",
    "name": "Chris Muir"
  },
  "_downloads": {
    "count": 245,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/refinr"
  },
  "_devurl": "https://github.com/chrismuir/refinr",
  "_searchresults": 172,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/refinr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/chrismuir/refinr",
  "_realowner": "chrismuir",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2018-01-05"
    },
    {
      "version": "0.3.0",
      "date": "2018-05-05"
    },
    {
      "version": "0.3.1",
      "date": "2018-06-17"
    },
    {
      "version": "0.3.2",
      "date": "2022-04-24"
    },
    {
      "version": "0.3.3",
      "date": "2023-11-12"
    }
  ],
  "_exports": [
    "key_collision_merge",
    "n_gram_merge"
  ],
  "_help": [
    {
      "page": "key_collision_merge",
      "title": "Value merging based on Key Collision",
      "topics": [
        "key_collision_merge"
      ]
    },
    {
      "page": "n_gram_merge",
      "title": "Value merging based on ngram fingerprints",
      "topics": [
        "n_gram_merge"
      ]
    },
    {
      "page": "refinr",
      "title": "Cluster and Merge Similar Values Within a Character Vector",
      "topics": [
        "refinr-package",
        "refinr"
      ]
    }
  ],
  "_readme": "https://github.com/chrismuir/refinr/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "stringdist",
    "stringi"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "refinr-vignette.Rmd",
      "filename": "refinr-vignette.html",
      "title": "Intro to refinr",
      "author": "Chris Muir",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Package Information",
        "key_collision_merge",
        "n_gram_merge",
        "Example Workflow"
      ],
      "created": "2018-01-05 00:05:06",
      "modified": "2022-04-23 16:40:08",
      "commits": 7
    }
  ],
  "_score": 6.9473356759487395,
  "_indexed": true,
  "_nocasepkg": "refinr",
  "_universes": [
    "chrismuir"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.3",
      "date": "2026-05-14T06:04:26.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "a323b4678782d3c476ee69e9e85bb268a84eb522",
      "fileid": "55f68e7e215fa0a27f45394091262b2f28d116f47796e1cdd46324f91db9c5c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrismuir/actions/runs/25844552111"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.3",
      "date": "2026-05-14T06:04:36.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "a323b4678782d3c476ee69e9e85bb268a84eb522",
      "fileid": "4b36e9872ea1e7d8cda561097eef3980ee351b64b5f13bf4b3be7007113c824e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrismuir/actions/runs/25844552111"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.3",
      "date": "2026-05-14T06:05:06.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "a323b4678782d3c476ee69e9e85bb268a84eb522",
      "fileid": "74afa4e19de4dfbbe9028ee83f9d5c1d9dd6b7a63ea33fc5cfc61dfeefb747fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrismuir/actions/runs/25844552111"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.3",
      "date": "2026-05-14T06:04:36.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "a323b4678782d3c476ee69e9e85bb268a84eb522",
      "fileid": "dc0427f13d49ef8ecf5ab173ef205ed2039a3cc107d99d40f3f8d3fb7ff89d7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrismuir/actions/runs/25844552111"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.3",
      "date": "2026-05-14T06:04:28.000Z",
      "arch": "aarch64",
      "commit": "a323b4678782d3c476ee69e9e85bb268a84eb522",
      "fileid": "41f9049667d4671bc7405229450deec6c6a7e6a468c29866a2fe0ffa3bd63839",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrismuir/actions/runs/25844552111"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.3",
      "date": "2026-05-14T06:07:27.000Z",
      "arch": "x86_64",
      "commit": "a323b4678782d3c476ee69e9e85bb268a84eb522",
      "fileid": "4414dac7e8c2249df9c5994b649ef203601ae03baefda8248057df0e6ed439f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrismuir/actions/runs/25844552111"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.3",
      "date": "2026-05-14T06:04:56.000Z",
      "arch": "aarch64",
      "commit": "a323b4678782d3c476ee69e9e85bb268a84eb522",
      "fileid": "7cde08eef0537700140124d5ee45223870485ad1ff32ce4412ebd83dab005233",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrismuir/actions/runs/25844552111"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.3",
      "date": "2026-05-14T06:05:31.000Z",
      "arch": "x86_64",
      "commit": "a323b4678782d3c476ee69e9e85bb268a84eb522",
      "fileid": "0811ae83fef98bd7f7af92376537b3d9977623b4203f8dbd609e9726106fcd15",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrismuir/actions/runs/25844552111"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.3",
      "date": "2026-05-14T06:04:07.000Z",
      "arch": "x86_64",
      "commit": "a323b4678782d3c476ee69e9e85bb268a84eb522",
      "fileid": "5a4d3af79d5ca4a92ca2677ca930a4f65312987930f72762238b9ebd333d2bca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrismuir/actions/runs/25844552111"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.3",
      "date": "2026-05-14T06:03:35.000Z",
      "arch": "x86_64",
      "commit": "a323b4678782d3c476ee69e9e85bb268a84eb522",
      "fileid": "fb16d812224b42e28edcd6349fc9db108f8e5eeadbc3c7309b7a533407aed513",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrismuir/actions/runs/25844552111"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.3",
      "date": "2026-05-14T06:03:41.000Z",
      "arch": "x86_64",
      "commit": "a323b4678782d3c476ee69e9e85bb268a84eb522",
      "fileid": "6a399f793f8eb287d1c8635a3f539b6f590b022d1b064d71fe13fb0db9037cc3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrismuir/actions/runs/25844552111"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.3",
      "date": "2026-05-22T09:23:25.000Z",
      "arch": "emscripten",
      "commit": "a323b4678782d3c476ee69e9e85bb268a84eb522",
      "fileid": "da65b84c4475ec0669d55b40d8fa66b3395858ec173f33e52c775f53df8ab06e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/chrismuir/actions/runs/25844552111"
    }
  ]
}