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' () 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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Imports: rlang, forcats, cli
VignetteBuilder: knitr
Repository: https://reconhub.r-universe.dev
Date/Publication: 2020-02-21 20:44:05 UTC
RemoteUrl: https://github.com/reconhub/matchmaker
RemoteRef: HEAD
RemoteSha: 049e00303e044ec1e40a4f023d6f2ddee0cc4e4a
NeedsCompilation: no
Packaged: 2026-06-09 07:58:41 UTC; root
Author: Zhian N. Kamvar [aut, cre] (ORCID:
),
Thibaut Jombart [ctb],
Patrick Barks [ctb]
Maintainer: Zhian N. Kamvar