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) , and Broder (1998) 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 Roxygen: list(markdown = TRUE) 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 Config/pak/sysreqs: libicu-dev libclang-dev Repository: https://beniaminogreen.r-universe.dev Date/Publication: 2026-04-17 03:15:00 UTC RemoteUrl: https://github.com/beniaminogreen/zoomerjoin RemoteRef: HEAD RemoteSha: d441bcdea9d4b74fa141d460e07734337c653d39 NeedsCompilation: yes Packaged: 2026-06-16 11:06:32 UTC; root Author: Beniamino Green [aut, cre, cph], Etienne Bacher [ctb] (ORCID: ), The authors of the dependency Rust crates [ctb, cph] (see inst/AUTHORS file for details) Maintainer: Beniamino Green