Package: fuzzyjoin Type: Package Title: Join Tables Together on Inexact Matching Version: 0.1.7 Authors@R: c(person("David", "Robinson", email = "admiral.david@gmail.com", role = c("aut", "cre")), person("Jennifer", "Bryan", email = "jenny@rstudio.com", role = "ctb"), person("Joran", "Elias", email = "statisticalskier@gmail.com", role = "ctb"), person("Steffen", "Ehrmann", email = "steffen.ehrmann@posteo.de", role = "ctb")) Maintainer: David Robinson Description: Join tables together based not on whether columns match exactly, but whether they are similar by some comparison. Implementations include string distance and regular expression matching. License: MIT + file LICENSE Encoding: UTF-8 LazyData: TRUE VignetteBuilder: knitr Depends: R (>= 2.10) Imports: stringdist, stringr, dplyr (>= 0.8.1), tidyr (>= 0.4.0), purrr, geosphere, tibble Suggests: testthat, knitr, ggplot2, qdapDictionaries, readr, rvest, rmarkdown, maps, IRanges, covr RoxygenNote: 7.3.3 URL: https://github.com/dgrtwo/fuzzyjoin BugReports: https://github.com/dgrtwo/fuzzyjoin/issues Config/pak/sysreqs: libicu-dev Repository: https://dgrtwo.r-universe.dev Date/Publication: 2026-01-30 20:39:14 UTC RemoteUrl: https://github.com/dgrtwo/fuzzyjoin RemoteRef: HEAD RemoteSha: 07f873cb6f02262444b24c5386b6376a12a2032f NeedsCompilation: no Packaged: 2026-07-05 10:15:24 UTC; root Author: David Robinson [aut, cre], Jennifer Bryan [ctb], Joran Elias [ctb], Steffen Ehrmann [ctb]