# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "fozziejoin" in publications use:' type: software license: MIT title: 'fozziejoin: Utilities for Joining Dataframes with Inexact Matching' version: 0.0.14 doi: 10.32614/CRAN.package.fozziejoin abstract: Provides functions for joining data frames based on inexact criteria, including string distance, Manhattan distance, Euclidean distance, and interval overlap. This API is designed as a modern, performance-oriented alternative to the 'fuzzyjoin' package (Robinson 2026) . String distance functions utilizing 'q-grams' are adapted with permission from the 'textdistance' 'Rust' crate (Orsinium 2024) . Other string distance calculations rely on the 'rapidfuzz' 'Rust' crate (Bachmann 2023) . Interval joins are backed by a Adelson-Velsky and Landis tree as implemented by the 'interavl' 'Rust' crate . authors: - family-names: Downs given-names: Jon email: jon@jondowns.net repository: https://fozzieverse.r-universe.dev repository-code: https://github.com/fozzieverse/fozziejoin commit: f5318d67b34aa230c7e910cac42e2da776a1b9df url: https://github.com/fozzieverse/fozziejoin date-released: '2026-04-14' contact: - family-names: Downs given-names: Jon email: jon@jondowns.net