clustringr
Cluster Strings by Edit-Distance
v1.0
·
Mar 30, 2019
·
MIT + file LICENSE
Description
Returns an edit-distance based clusterization of an input vector of strings. Each cluster will contain a set of strings w/ small mutual edit-distance (e.g., Levenshtein, optimum-sequence-alignment, Damerau-Levenshtein), as computed by stringdist::stringdist(). The set of all mutual edit-distances is then used by graph algorithms (from package 'igraph') to single out subsets of high connectivity.
Downloads
205
Last 30 days
16179th
410
Last 90 days
410
Last year
Trend: 0% (30d vs prior 30d)
CRAN Check Status
4
NOTE
10
OK
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | NOTE |
| r-devel-linux-x86_64-debian-gcc | NOTE |
| r-devel-linux-x86_64-fedora-clang | NOTE |
| r-devel-linux-x86_64-fedora-gcc | NOTE |
| r-devel-macos-arm64 | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check details (14 non-OK)
NOTE
r-devel-linux-x86_64-debian-clang
CRAN incoming feasibility
Maintainer: ‘Dan S. Reznik <dreznik@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Dan", "S."),
family = "Reznik",
role = c("aut", "cre"),
email = "dreznik@gmail.com")
as necessary.
NOTE
r-devel-linux-x86_64-debian-gcc
CRAN incoming feasibility
Maintainer: ‘Dan S. Reznik <dreznik@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Dan", "S."),
family = "Reznik",
role = c("aut", "cre"),
email = "dreznik@gmail.com")
as necessary.
NOTE
r-devel-linux-x86_64-fedora-clang
dependencies in R code
Namespace in Imports field not imported from: ‘stringi’ All declared Imports should be used.
NOTE
r-devel-linux-x86_64-fedora-gcc
dependencies in R code
Namespace in Imports field not imported from: ‘stringi’ All declared Imports should be used.
OK
r-devel-macos-arm64
*
OK
r-devel-windows-x86_64
*
OK
r-oldrel-macos-arm64
*
OK
r-oldrel-macos-x86_64
*
OK
r-oldrel-windows-x86_64
*
OK
r-patched-linux-x86_64
*
OK
r-release-linux-x86_64
*
OK
r-release-macos-arm64
*
OK
r-release-macos-x86_64
*
OK
r-release-windows-x86_64
*
Check History
NOTE 10 OK · 4 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 9, 2026
NOTE
r-devel-linux-x86_64-debian-clang
CRAN incoming feasibility
Maintainer: ‘Dan S. Reznik <dreznik@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Dan", "S."),
family = "Reznik",
role = c("aut", "cre"),
email = "dreznik@gmail.com")
as necessary.
NOTE
r-devel-linux-x86_64-debian-gcc
CRAN incoming feasibility
Maintainer: ‘Dan S. Reznik <dreznik@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Dan", "S."),
family = "Reznik",
role = c("aut", "cre"),
email = "dreznik@gmail.com")
as necessary.
NOTE
r-devel-linux-x86_64-fedora-clang
dependencies in R code
Namespace in Imports field not imported from: ‘stringi’ All declared Imports should be used.
NOTE
r-devel-linux-x86_64-fedora-gcc
dependencies in R code
Namespace in Imports field not imported from: ‘stringi’ All declared Imports should be used.
Dependency Network
Version History
new
1.0
Mar 9, 2026