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
and cluster similar values, and then merge clusters together so
their values become identical. The functions are an
implementation of the key collision and ngram fingerprint
algorithms from the open source tool Open Refine
. More info on key collision and ngram
fingerprint can be found here
.
Depends: R (>= 3.0.2)
License: GPL-3
Encoding: UTF-8
Imports: Rcpp, stringdist (>= 0.9.5.1), stringi
RoxygenNote: 7.2.3
LinkingTo: Rcpp, stringdist (>= 0.9.5.1)
URL: https://github.com/ChrisMuir/refinr
BugReports: https://github.com/ChrisMuir/refinr/issues
Suggests: testthat, knitr, rmarkdown, dplyr
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: 2026-06-13 09:55:56 UTC; root
Author: Chris Muir [aut, cre]
Maintainer: Chris Muir