Package: RapidFuzz Type: Package Title: String Similarity Computation Using 'RapidFuzz' Version: 1.1.0 Date: 2026-04-07 Authors@R: c( person("Andre", "Leite", email = "leite@castlab.org", role = c("aut", "cre")), person("Hugo", "Vaconcelos", email = "hugo.vasconcelos@ufpe.br", role = "aut"), person("Marcos", "Wasilew", email = "marcos.wasilew@gmail.com", role = "aut"), person("Carlos", "Amorim", email = "carlos.agaf@ufpe.br", role = "aut"), person("Diogo", "Bezerra", email = "diogo.bezerra@ufpe.br", role = "aut"), person("Max", "Bachmann", role = ("ctb")), person("Adam", "Cohen", role = c("ctb"))) Description: Provides a high-performance interface for calculating string similarities and distances, leveraging the efficient library 'RapidFuzz' . This package integrates the 'C++' implementation, allowing 'R' users to access cutting-edge algorithms for fuzzy matching and text analysis. Supported metrics include Levenshtein, Damerau-Levenshtein, Hamming, Jaro, Jaro-Winkler, Longest Common Subsequence (LCS), Optimal String Alignment (OSA), Indel, Prefix, and Postfix distances and similarities, as well as multiple fuzzy matching ratios. URL: , Note: This package makes use of the 'RapidFuzz' source code (v3.3.3) created by Max Bachmann and Adam Cohen (). License: MIT + file LICENSE Encoding: UTF-8 Imports: Rcpp (>= 1.0.13), cli LinkingTo: Rcpp RoxygenNote: 7.3.3 Suggests: knitr, rmarkdown VignetteBuilder: knitr SystemRequirements: C++17 Repository: https://strategicprojects.r-universe.dev Date/Publication: 2026-06-29 12:10:15 UTC RemoteUrl: https://github.com/strategicprojects/rapidfuzz RemoteRef: HEAD RemoteSha: ec42bff553d4b2c2e1160e838c37d722e5e77ac0 NeedsCompilation: yes Packaged: 2026-06-29 14:54:35 UTC; root Author: Andre Leite [aut, cre], Hugo Vaconcelos [aut], Marcos Wasilew [aut], Carlos Amorim [aut], Diogo Bezerra [aut], Max Bachmann [ctb], Adam Cohen [ctb] Maintainer: Andre Leite