-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.25 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
Package: NHSRpopulation
Title: Indices of Multiple Deprivation (IMD) for England
Date: 2021-07-08
Version: 0.0.2
Authors@R: c(
person("Zoë", "Turner", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1033-9158")),
person("Francis", "Barton", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-5650-1176")),
person("Milan", "Wiedemann", role = c("aut"),
comment = c(ORCID = "0000-0003-1991-282X")),
person("Chris", "Beeley", role = c("aut"),
comment = c(ORCID = "0000-0003-2344-9962")))
Description: This package includes functions to retrieve the Indices of Multiple Deprivation (IMD) data from the ONS by LSOA, currently for England.
License: MIT + file LICENSE
URL: https://nhs-r-community.github.io/NHSRpopulation/
BugReports: https://github.com/nhs-r-community/NHSRpopulation/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
httr2,
janitor,
magrittr,
NHSRpostcodetools,
purrr,
rlang,
stringr,
tibble
Depends:
R (>= 2.10)
Suggests:
httptest2,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Remotes: nhs-r-community/NHSRpostcodetools
VignetteBuilder: knitr
Config/testthat/edition: 3