Package: matchmaker
Title: Flexible Dictionary-Based Cleaning
Version: 0.1.1
Authors@R: c(
    person(given = "Zhian N.",
           family = "Kamvar",
           role = c("aut", "cre"),
           email = "zkamvar@gmail.com",
           comment = c(ORCID = "0000-0003-1458-7108")),
    person(given = "Thibaut", 
           family = "Jombart", 
           email = "thibautjombart@gmail.com", 
           role = c("ctb")),
    person(given = "Patrick", 
           family = "Barks", 
           email = "patrick.barks@epicentre.msf.org", 
           role = c("ctb")))
Description: Provides flexible dictionary-based
    cleaning that allows users to specify implicit and explicit missing data,
    regular expressions for both data and columns, and global matches, while
    respecting ordering of factors. This package is part of the 'RECON'
    (<https://www.repidemicsconsortium.org/>) toolkit for outbreak analysis.
URL: https://www.repidemicsconsortium.org/matchmaker,
        https://github.com/reconhub/matchmaker
License: GPL-3
Suggests: testthat (>= 2.1.0), covr, knitr, rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Imports: rlang, forcats, cli
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-02-21 18:12:33 UTC; zhian
Author: Zhian N. Kamvar [aut, cre] (<https://orcid.org/0000-0003-1458-7108>),
  Thibaut Jombart [ctb],
  Patrick Barks [ctb]
Maintainer: Zhian N. Kamvar <zkamvar@gmail.com>
Repository: CRAN
Date/Publication: 2020-02-21 19:00:02 UTC
Built: R 4.3.0; ; 2023-04-06 22:14:17 UTC; unix
