# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "fuzzystring" in publications use:' type: software license: MIT title: 'fuzzystring: Fast Fuzzy String Joins for Data Frames' version: 0.0.5 doi: 10.32614/CRAN.package.fuzzystring abstract: Perform fuzzy joins on data frames using approximate string matching. Implements inner, left, right, full, semi, and anti joins with string distance metrics from the 'stringdist' package, including Optimal String Alignment, Levenshtein, Damerau-Levenshtein, Jaro-Winkler, q-gram, cosine, Jaccard, and Soundex. Uses a 'data.table' backend plus compiled 'C++' result assembly to reduce overhead in large joins, while adaptive candidate planning avoids unnecessary distance evaluations in single-column string joins. Suitable for reconciling misspellings, inconsistent labels, and other near-match identifiers while optionally returning the computed distance for each match. Bibliographic references include Van der Loo, M. P. J. (2014) and Robinson, D. (2015) . authors: - family-names: Santos Andrade given-names: Paul E. email: paulefrens@gmail.com orcid: https://orcid.org/0000-0002-6635-0375 repository: https://paulesantos.r-universe.dev repository-code: https://github.com/PaulESantos/fuzzystring commit: 8af2f2baf1d1d3180af54d29386db59ee0051f25 url: https://paulesantos.github.io/fuzzystring/ date-released: '2026-05-25' contact: - family-names: Santos Andrade given-names: Paul E. email: paulefrens@gmail.com orcid: https://orcid.org/0000-0002-6635-0375