Package: zoomerjoin
Title: Superlatively Fast Fuzzy Joins
Version: 0.2.2
Authors@R: c(
    person("Beniamino", "Green", , "beniamino.green@yale.edu", role = c("aut", "cre", "cph")),
    person("Etienne", "Bacher", email = "etienne.bacher@protonmail.com", role = "ctb",
           comment = c(ORCID = "0000-0002-9271-5075")),
    person(given = "The authors of the dependency Rust crates",
             role = c("ctb", "cph"),
             comment = "see inst/AUTHORS file for details")
    )
Description: Empowers users to fuzzily-merge data frames with millions or tens of millions of rows in minutes with low memory usage.  The package uses the locality sensitive hashing algorithms developed by Datar, Immorlica, Indyk and Mirrokni (2004) <doi:10.1145/997817.997857>, and Broder (1998) <doi:10.1109/SEQUEN.1997.666900> to avoid having to compare every pair of records in each dataset, resulting in fuzzy-merges that finish in linear time.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
SystemRequirements: Cargo (>= 1.56) (Rust's package manager), rustc (>=
        1.70)
Imports: collapse, dplyr, tibble, tidyr, rlang,
Suggests: babynames, covr, igraph, knitr, microbenchmark, profmem,
        purrr, rmarkdown, stringdist, testthat (>= 3.0.0), tidyverse,
        vdiffr
Config/testthat/edition: 3
URL: https://beniamino.org/zoomerjoin/,
        https://github.com/beniaminogreen/zoomerjoin
BugReports: https://github.com/beniaminogreen/zoomerjoin/issues
VignetteBuilder: knitr
Depends: R (>= 4.2)
LazyData: true
LazyDataCompression: xz
Config/rextendr/version: 0.4.2
NeedsCompilation: yes
Packaged: 2026-01-30 12:31:16 UTC; beniamino
Author: Beniamino Green [aut, cre, cph],
  Etienne Bacher [ctb] (ORCID: <https://orcid.org/0000-0002-9271-5075>),
  The authors of the dependency Rust crates [ctb, cph] (see inst/AUTHORS
    file for details)
Maintainer: Beniamino Green <beniamino.green@yale.edu>
Repository: CRAN
Date/Publication: 2026-01-30 13:10:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2026-02-14 04:26:14 UTC; windows
Archs: x64
