-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.22 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Imports:
rlang,
forcats,
cli
VignetteBuilder: knitr