Package: fozziejoin Title: Utilities for Joining Dataframes with Inexact Matching Version: 0.0.14 Authors@R: c( person("Jon", "Downs", , "jon@jondowns.net", role = c("aut", "cre")), person("The authors of the dependency Rust crates", role = c("ctb", "cph"), comment = "see inst/AUTHORS file for details") ) Description: 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 . License: MIT + file LICENSE Depends: R (>= 4.2) Imports: stats, tibble, utils Suggests: babynames, dplyr, fuzzyjoin, knitr, microbenchmark, qdapDictionaries, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/CodeOfConduct: https://github.com/fozzieverse/.github/blob/main/profile/CODE_OF_CONDUCT.md Config/rextendr/version: 0.4.2 Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/fozzieverse/fozziejoin BugReports: https://github.com/fozzieverse/fozziejoin/issues SystemRequirements: Cargo (Rust's package manager), rustc, xz Config/pak/sysreqs: xz-utils libclang-dev Repository: https://fozzieverse.r-universe.dev Date/Publication: 2026-04-14 23:59:12 UTC RemoteUrl: https://github.com/fozzieverse/fozziejoin RemoteRef: HEAD RemoteSha: f5318d67b34aa230c7e910cac42e2da776a1b9df NeedsCompilation: yes Packaged: 2026-07-14 06:48:24 UTC; root Author: Jon Downs [aut, cre], The authors of the dependency Rust crates [ctb, cph] (see inst/AUTHORS file for details) Maintainer: Jon Downs