Package: fedmatch
Title: Fast, Flexible, and User-Friendly Record Linkage Methods
Version: 2.0.3
Authors@R: c(person("Melanie", "Friedrichs", email = "melanie.r.friedrichs@gmail.com", role = c("aut")),
             person("Chris", "Webster", email = "chris0webster@gmail.com", role = c("aut", "cre")),
             person("Blake", "Marsh", email = "blake.marsh@kc.frb.org", role = c("aut")),
             person("Jacob", "Dice", email = "Jacob.Dice@kc.frb.org", role = c("aut")),
             person("Seung", "Lee", email = "seung.j.lee@frb.gov", role = c("aut")))
Description: Provides a flexible set of tools for matching two un-linked data sets. 
    'fedmatch' allows for three ways to match data: exact matches, fuzzy matches, and multi-variable matches. 
    It also allows an easy combination of these three matches via the tier matching function.
Depends: R (>= 4.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: stringdist, SnowballC, stringr, purrr, Rcpp, parallel,
        forcats, data.table, magrittr, scales
RoxygenNote: 7.1.1
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
LinkingTo: Rcpp, BH (>= 1.75.0)
NeedsCompilation: yes
Packaged: 2021-09-08 20:12:12 UTC; cwebster
Author: Melanie Friedrichs [aut],
  Chris Webster [aut, cre],
  Blake Marsh [aut],
  Jacob Dice [aut],
  Seung Lee [aut]
Maintainer: Chris Webster <chris0webster@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-08 20:30:02 UTC
