-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.1 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
Type: Package
Package: Covid19UKNowcastsProjections
Title: Nowcasts and Projections for Covid-19 in the UK
Version: 1.0.0
Authors@R: c(
person("Sam Abbott", , , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8057-8037")),
person("Joel", "Hellewell", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2683-0849")),
person("Nikos", "Bosse", , "[email protected]", role = "aut"),
person("Katharine", "Sherratt", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-4413-453X")),
person("Sebastian", "Funk", , "[email protected]", role = "aut")
)
Description: Nowcasts and Projections for Covid-19 in the UK
License: MIT + file LICENSE
Depends:
R (>= 3.4.0)
Imports:
data.table,
dplyr,
EpiNow2,
future,
future.apply,
ggplot2,
scales,
here,
knitr,
lubridate,
purrr,
readr,
tibble,
rmarkdown
Remotes:
epiforecasts/EpiNow2
Biarch: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0