Skip to content

Commit

Permalink
Merge pull request #143 from dfe-analytical-services/geographies/comb…
Browse files Browse the repository at this point in the history
…ined-authorities-2024-May

Updated English devolved areas with May 2024 areas
  • Loading branch information
rmbielby authored Nov 18, 2024
2 parents 6ad914d + a6b1b72 commit 371b822
Show file tree
Hide file tree
Showing 9 changed files with 1,461 additions and 704 deletions.
3 changes: 3 additions & 0 deletions .hooks/pre-commit.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ if (any(style_output)) {

message("\n")
message("\n2. Rebuilding manifest.json...")
if (system.file(package = "git2r") == "") {
renv::install("git2r")
}
if (system.file(package = "rsconnect") != "" & system.file(package = "git2r") != "") {
if (!any(grepl("manifest.json", git2r::status()))) {
rsconnect::writeManifest()
Expand Down
11 changes: 7 additions & 4 deletions data/english_devolved_areas.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ E47000002,"Barnsley, Doncaster, Rotherham and Sheffield Combined Authority",31/1
E47000003,West Yorkshire Combined Authority,31/12/2016,
E47000004,"Halton, Knowsley, Liverpool, St Helens, Sefton and Wirral Combined Authority",31/12/2016,
E47000005,"Durham, Gateshead, Newcastle Upon Tyne, North Tyneside, Northumberland, South Tyneside and Sunderland Combined Authority",31/12/2016,
E47000001,Greater Manchester,,31/12/2016
E47000005,North East,31/12/2018,31/12/2016
E47000002,Sheffield City Region,31/12/2021,31/12/2016
E47000010,North East,30/04/2024,31/12/2018
E47000011,North of Tyne,30/04/2024,31/12/2018
E47000001,Greater Manchester,,31/12/2016
E47000002,South Yorkshire,,31/12/2021
E47000003,West Yorkshire,,31/12/2016
E47000004,Liverpool City Region,,31/12/2016
E47000005,North East,31/12/2018,31/12/2016
E47000006,Tees Valley,,31/12/2016
E47000007,West Midlands,,31/12/2016
E47000008,Cambridgeshire and Peterborough,,03/03/2017
E47000009,West of England,,03/03/2017
E47000010,North East,,31/12/2018
E47000011,North of Tyne,,31/12/2018
E47000012,York and North Yorkshire,,01/05/2024
E47000013,East Midlands,,01/05/2024
E47000014,North East,,01/05/2024
z,Outside of an English Devolved Area and unknown,,
1,547 changes: 1,029 additions & 518 deletions manifest.json

Large diffs are not rendered by default.

Loading

0 comments on commit 371b822

Please sign in to comment.