-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.97 KB
/
DESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.97 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
Package: IMD
Type: Package
Title: Index of Multiple Deprivation Data for the UK
Version: 2.0.0.9000
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"),
person(given = "Jenna",
family = "Tan",
email = "jennatan@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-2025>.
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://www.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, https://humaniverse.github.io/IMD/
BugReports: https://github.com/humaniverse/IMD/issues
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.3
Imports:
rlang,
dplyr,
readr,
tibble,
janitor,
tibble
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 4.1.0)