-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
45 lines (45 loc) · 1.78 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
Package: IMD
Type: Package
Title: Index of Multiple Deprivation Data for the UK
Version: 1.2.2.9999
Authors@R: c(
person(given = c("Matthew", "Gwynfryn"),
family = "Thomas",
email = "matthewgthomas@gmail.com",
role = c("cre", "aut", "cph")),
person(given = "Mike",
family = "Page",
email = "mpage@redcross.org.uk",
role = "aut")
)
Description: Index of Multiple Deprivation for UK nations at various
geographical levels. In England, deprivation data is for Lower Layer Super
Output Areas, Middle Layer Super Output Areas, Wards, and Local Authorities
based on data from <https://www.gov.uk/government/statistics/english-indices-of-deprivation-2019>.
In Wales, deprivation data is for Lower Layer Super Output Areas, Middle
Layer Super Output Areas, Wards, and Local Authorities based on data from
<https://gov.wales/welsh-index-multiple-deprivation-full-index-update-ranks-2019>.
In Scotland, deprivation data is for Data Zones, Intermediate Zones, and
Council Areas based on data from <https://simd.scot>. In Northern Ireland,
deprivation data is for Super Output Areas and Local Government Districts
based on data from <https://www.nisra.gov.uk/statistics/deprivation/northern-ireland-multiple-deprivation-measure-2017-nimdm2017>.
The 'IMD' package also provides the composite UK index developed by
<https://github.com/mysociety/composite_uk_imd>.
License: MIT + file LICENSE
URL: https://github.com/humaniverse/IMD
BugReports: https://github.com/humaniverse/IMD/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
rlang,
dplyr,
readr,
tibble,
janitor,
tibble
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 4.1.0)