Skip to content

Commit

Permalink
Merge pull request #92 from epiforecasts/patch-nhs-location
Browse files Browse the repository at this point in the history
Update uk.R
  • Loading branch information
seabbs authored Nov 18, 2020
2 parents 82ebbc5 + ab2e59f commit 8eb9ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: covidregionaldata
Title: Subnational Data for the Covid-19 Outbreak
Version: 0.8.0
Version: 0.8.1
Authors@R: c(person(given = "Sam Abbott",
role = c("aut", "cre"),
email = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion R/uk.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Also adding new variable: hosp_new_first_admissions. This is NHS data for first
gsub("-", "", as.character(Sys.Date()-1)),
".xlsx")

tmp <- paste0(tempdir(), "\\nhs.xlsx")
tmp <- file.path(tempdir(), "nhs.xlsx")

download.file(nhs_url, destfile = tmp, mode = "wb")

Expand Down

0 comments on commit 8eb9ff0

Please sign in to comment.