Package: fuzzyjoin
Type: Package
Title: Join Tables Together on Inexact Matching
Version: 0.1.6.1
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"))
Maintainer: David Robinson <admiral.david@gmail.com>
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.2
URL: https://github.com/dgrtwo/fuzzyjoin
BugReports: https://github.com/dgrtwo/fuzzyjoin/issues
NeedsCompilation: no
Packaged: 2025-07-10 15:37:36 UTC; hornik
Author: David Robinson [aut, cre],
  Jennifer Bryan [ctb],
  Joran Elias [ctb]
Repository: CRAN
Date/Publication: 2025-07-10 16:31:18 UTC
Built: R 4.5.2; ; 2025-11-01 03:00:50 UTC; windows
