forked from epiforecasts/EpiNow2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
139 lines (139 loc) · 4.04 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
Type: Package
Package: EpiNow2
Title: Estimate Real-Time Case Counts and Time-Varying
Epidemiological Parameters
Version: 1.3.3.4
Authors@R:
c(person(given = "Sam",
family = "Abbott",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8057-8037")),
person(given = "Joel",
family = "Hellewell",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2683-0849")),
person(given = "Katharine",
family = "Sherratt",
role = "aut",
email = "[email protected]"),
person(given = "Katelyn",
family = "Gostic",
role = "aut",
email = "[email protected]"),
person(given = "Joe",
family = "Hickson",
role = "aut",
email = "[email protected]"),
person(given = "Hamada S.",
family = "Badr",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-9808-2344")),
person(given = "Michael",
family = "DeWitt",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8940-1967")),
person(given = "Robin",
family = "Thompson",
role = "ctb",
email = "[email protected]"),
person(given = "Sophie",
family = "Meakin",
role = "ctb",
email = "[email protected]"),
person(given = "James",
family = "Munday",
role = "ctb",
email = "[email protected]"),
person(given = "Nikos",
family = "Bosse",
role = "ctb"),
person(given = "Paul",
family = "Mee",
role = "ctb",
email = "[email protected]"),
person(given = "Peter",
family = "Ellis",
role = "ctb",
email = "[email protected]"),
person(given = "Pietro",
family = "Monticone",
role = "ctb",
email = "[email protected]"),
person(given = "EpiForecasts",
role = "aut"),
person(given = "Sebastian",
family = "Funk",
role = "aut",
email = "[email protected]"))
Description: Estimates the time-varying reproduction number,
rate of spread, and doubling time using a range of open-source tools
(Abbott et al. (2020) <doi:10.12688/wellcomeopenres.16006.1>), and
current best practices (Gostic et al. (2020)
<doi:10.1101/2020.06.18.20134858>). It aims to help users avoid some
of the limitations of naive implementations in a framework that is
informed by community feedback and is under active development.
License: MIT + file LICENSE
URL: https://epiforecasts.io/EpiNow2/,
https://epiforecasts.io/EpiNow2/dev/,
https://github.com/epiforecasts/EpiNow2
BugReports: https://github.com/epiforecasts/EpiNow2/issues
Depends:
R (>= 3.4.0)
Imports:
cowplot,
data.table,
futile.logger (>= 1.4),
future,
future.apply,
ggplot2,
lifecycle,
lubridate,
methods,
patchwork,
progressr,
purrr,
R.utils (>= 2.0.0),
Rcpp (>= 0.12.0),
rlang (>= 0.4.7),
rstan (>= 2.21.1),
runner,
scales,
stats,
truncnorm,
utils
Suggests:
countrycode,
covr,
dplyr,
EpiSoon,
forecastHybrid,
here,
kableExtra,
knitr,
magrittr,
precommit,
rmarkdown,
rnaturalearth,
rstantools,
spelling,
styler,
testthat,
tidyr
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
rstan (>= 2.21.1),
StanHeaders (>= 2.21.0-5)
Additional_repositories: https://epiforecasts.io/drat/
Biarch: true
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
SystemRequirements: GNU make