-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
58 lines (58 loc) · 1.49 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
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: covid19.nhs.data
Title: NHS Trust Level COVID-19 Data Aggregated to a Range of Spatial Scales
Version: 0.1.0
Authors@R: c(
person("Sophie", "Meakin",
email = "sophie.meakin@lshtm.ac.uk",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6385-2652")),
person(given = "Sam", "Abbott",
role = c("aut"),
email = "sam.abbott@lshtm.ac.uk",
comment = c(ORCID = "0000-0001-8057-8037")),
person("Hannah", "Choi",
email = "hannah.choi1@lshtm.ac.uk",
role = c("aut")),
person("Sebastian", "Funk",
email = "sebastian.funk@lshtm.ac.uk",
role = c("aut")),
person("Hugo", "Gruson",
email = "hugo.gruson@lshtm.ac.uk",
role = c("ctb")))
Description: Facilitates access to data on NHS trust level COVID-19 data
aggregated to a range of spatial scales.
Language: en-GB
License: MIT + file LICENSE
URL: https://epiforecasts.io/covid19.nhs.data,
https://github.com/epiforecasts/covid19.nhs.data
BugReports: https://github.com/epiforecasts/covid19.nhs.data/issues
Depends:
R (>= 2.10)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
lubridate,
dplyr,
magrittr,
RCurl,
readxl,
purrr,
tibble,
tidyr,
ggplot2,
utils,
sf
Suggests:
janitor,
here,
knitr,
spelling,
usethis,
rmarkdown,
readr,
covr,
kableExtra,
pacman
VignetteBuilder: knitr