-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·68 lines (68 loc) · 1.42 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
59
60
61
62
63
64
65
66
67
68
Package: covid.ecdc.forecasts
Type: Package
Title: Forecasting Covid-19 related metrics for the ECDC Forecast Hub
Version: 0.1.0
Authors@R: c(
person("Nikos", "Bosse",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Sam Abbott",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8057-8037")),
person(given = "EpiForecasts",
role = c("aut")),
person("Sebastian", "Funk",
email = "[email protected]",
role = c("aut")))
Description: Forecasting Covid-19 related metrics for the ECDC forecast hub.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
EpiNow2,
magrittr,
data.table,
dplyr,
tibble,
lubridate,
attempt,
purrr,
tidyr,
googledrive,
googlesheets4,
here,
grates,
gh
Suggests:
covidregionaldata,
future,
forecasthubutils,
stringr,
scoringutils,
crowdforecastr,
rsconnect,
ggplot2,
readr,
devtools,
ggbump,
rmarkdown,
knitr,
DT,
blastula,
shinybusy,
zoo,
rstantools,
shinyjs,
shredder
Remotes:
epiforecasts/EpiNow2@estimate-truncation-freq,
epiforecasts/scoringutils,
epiforecasts/crowdforecastr,
epiforecasts/forecasthubutils,
yonicd/shredder
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Biarch: true
Depends:
R (>= 3.4.0)