-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.19 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
Package: NHSRpostcodetools
Title: Package to work with England Postcodes in R
Version: 0.0.0.9001
Authors@R:
c(
person(
"Zoë", "Turner", , "[email protected]", c("cre", "aut"),
comment = c(ORCID = "0000-0003-1033-9158")
),
person(
"Fran", "Barton", , "[email protected]", "aut",
comment = c(ORCID = "0000-0002-5650-1176")
),
person(
"NHS-R community", email = "[email protected]", role = "cph"
)
)
Maintainer: Zoë Turner <[email protected]>
Description: Functions related to England Postcodes and geographical areas.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 4.1.0)
Suggests:
knitr,
lubridate,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
assertthat,
dplyr (>= 1.1.0),
httr2 (>= 1.0.0),
purrr (>= 1.0.0),
rlang,
stringr,
tibble,
tidyr,
tidyselect,
usethis,
utils,
vctrs
URL: https://github.com/nhs-r-community/NHSRpostcodetools
BugReports: https://github.com/nhs-r-community/NHSRpostcodetools/issues
VignetteBuilder: knitr