Package: fuzzyjoin
Type: Package
Title: Join Tables Together on Inexact Matching
Version: 0.1.6
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.1.0
URL: https://github.com/dgrtwo/fuzzyjoin
BugReports: https://github.com/dgrtwo/fuzzyjoin/issues
