-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.21 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: personMatchR
Type: Package
Title: Matches individuals across two datasets
Version: 1.1.0.0
Authors@R:
c(person(given = "DALL",
family = "NHSBSA",
role = c("aut","cre"),
email = "[email protected]"
),
person(given = "Steven",
family = "Buckley",
role = "ctb",
email = "[email protected]"
),
person(given = "Adnan",
family = "Shroufi",
role = "ctb",
email = "[email protected]"
),
person(given = "Kayoung",
family = "Goffe",
role = "ctb",
email = "[email protected]"
),
person(given = "Adam",
family = "Ivison",
role = "ctb",
email = "[email protected]"
)
)
Description: Helper package for matching individuals across datasets
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
URL: https://github.com/nhsbsa-data-analytics/personMatchR
Depends:
R (>= 4.1.0)
RoxygenNote: 7.2.3
Imports:
dplyr (>= 1.1.0),
dbplyr,
stringr,
stringdist,
purrr,
tidytext,
anytime,
lubridate
Remotes:
nhsbsa-data-analytics/nhsbsaR
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3