-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.5 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
Package: covidrtestimates
Type: Package
Title: Forecasting and nowcasting Covid-19 related metrics Globally and Subnationally.
Version: 0.2.0
Authors@R: c(
person("Sam", "Abbott",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8057-8037")),
person("Christopher", "Bennett",
email = "[email protected]",
role = c("aut")),
person("Joe", "Hickson",
email = "[email protected]",
role = c("aut")),
person("Jamie", "Allen",
email = "[email protected]",
role = c("aut")),
person("Katharine", "Sherratt",
email = "[email protected]",
role = c("aut")),
person("Sebastian", "Funk",
email = "[email protected]",
role = c("aut")))
Description: Forecasting and nowcasting Covid-19 related metrics Globally and Subnationally.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
EpiNow2 (>= 1.3.3),
covidregionaldata (>= 0.9.0),
covid19.nhs.data,
data.table,
dplyr (>= 1.0.0),
futile.logger (>= 1.4),
future,
here,
lubridate,
optparse,
R6 (>= 2.4),
rlang (>= 0.4.7)
Suggests:
dataverse (>= 0.2.0),
desc,
testthat
Remotes:
joeHickson/futile.logger,
epiforecasts/[email protected],
epiforecasts/covid19.nhs.data,
epiforecasts/covidregionaldata,
iqss/dataverse-client-r
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Biarch: true
Depends:
R (>= 3.4.0)