-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
91 lines (91 loc) · 2.46 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Package: EpiSoon
Type: Package
Title: Forecast Cases Using Reproduction Numbers
Version: 0.3.1
Authors@R: c(
person(given = "Sam Abbott",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8057-8037")),
person(given = "Nikos",
family = "Bosse",
role = c("aut"),
email = "[email protected]"),
person("Joel", "Hellewell",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-2683-0849")),
person("Katharine", "Sherratt",
email = "[email protected]",
role = c("aut")),
person("James", "Munday",
email = "[email protected]",
role = c("aut")),
person("Robin", "Thompson",
email = "[email protected]",
role = c("aut")),
person("Aurelien", "Chateigner",
email = "[email protected]",
role = c("aut")),
person("Sylvain", "Mareschal",
email = "[email protected]",
role = c("aut")),
person("Andrea", "Rau",
email = "[email protected]",
role = c("aut")),
person("Nathalie", "Vialaneix",
email = "[email protected]",
role = c("aut")),
person(given = "Michael",
family = "DeWitt",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8940-1967")),
person("Sebastian", "Funk",
email = "[email protected]",
role = c("aut")))
Description: To forecast the time-varying reproduction number and use this to forecast reported case counts. Includes
tools to evaluate a range of models across samples and time series using proper scoring rules.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.3.0)
Imports:
scoringutils,
scoringRules,
purrr,
furrr,
magrittr,
dplyr,
tidyr,
rlang,
tibble,
data.table,
lubridate,
ggplot2,
cowplot,
HDInterval,
R.utils
Remotes:
nikosbosse/stackr
Suggests:
knitr,
rmarkdown,
fable,
fabletools,
tsibble,
forecastHybrid,
forecast,
fable,
feasts,
future.apply,
stackr,
bsts,
brms,
tidybayes,
testthat,
covr
VignetteBuilder: knitr