-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.36 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
54
55
56
57
58
59
Package: addressMatchR
Title: This package matches address
Version: 0.0.0.9000
Authors@R:
c(person(given = "DALL",
family = "NHSBSA",
role = c("aut","cre"),
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]"
),
person(given = "Mark",
family = "McPherson",
role = "ctb",
email = "[email protected]"
)
)
Description: Helper package for matching care home address using AddressBase Plus.
License: Apache License (>= 2)
URL: https://github.com/nhsbsa-data-analytics/addressMatchR
BugReports: https://github.com/nhsbsa-data-analytics/addressMatchR/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Depends:
R (>= 3.2.0)
Imports:
DBI,
dplyr,
jsonlite,
magrittr,
nhsbsaR,
readr,
rlang,
stringr,
tibble,
utils
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Remotes:
https://github.com/nhsbsa-data-analytics/nhsbsaR