-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
54 lines (54 loc) · 1.56 KB
/
DESCRIPTION
File metadata and controls
54 lines (54 loc) · 1.56 KB
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
Package: NHSRpostcodetools
Title: Get geographic and administrative data about UK postcodes
Version: 0.0.9
Authors@R:
c(
person(
"Fran", "Barton", email = "francis.barton@nhs.net",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-5650-1176")
),
person(
"Zoë", "Turner", email = "zoe.turner3@nhs.net",
role = "aut",
comment = c(ORCID = "0000-0003-1033-9158")
),
person(
"NHS-R Community", email = "nhs.rcommunity@nhs.net", role = "cph"
)
)
Maintainer: Fran Barton <francis.barton@nhs.net>
Description: The main purpose of the package is to extract data from the
postcodes.io API for collections of UK postcodes, such as their LSOA (or
equivalent), parliamentary constituency, and spatial coordinates. It can
also check postcodes for currency/validity and suggest replacement current
postcodes for terminated codes.
License: MIT + file LICENCE
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
LazyData: true
VignetteBuilder: quarto
Config/Needs/website: quarto
Config/testthat/edition: 3
Depends:
R (>= 4.4.0)
Imports:
assertthat,
cli,
dplyr (>= 1.1.0),
glue,
httr2 (>= 1.0.0),
purrr (>= 1.0.0),
rlang,
tibble,
tidyr,
utils
Suggests:
knitr,
quarto,
rvest,
testthat (>= 3.0.0)
URL: https://nhs-r-community.github.io/NHSRpostcodetools/,
https://github.com/nhs-r-community/NHSRpostcodetools
BugReports: https://github.com/nhs-r-community/NHSRpostcodetools/issues