-
Notifications
You must be signed in to change notification settings - Fork 32
/
DESCRIPTION
161 lines (161 loc) · 4.82 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
Type: Package
Package: EpiNow2
Title: Estimate Real-Time Case Counts and Time-Varying
Epidemiological Parameters
Version: 1.6.1.9000
Authors@R:
c(person(given = "Sam",
family = "Abbott",
role = c("aut"),
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 = "James M.",
family = "Azam",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5782-7330")),
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 = "Lloyd",
family = "Chapman",
role = "ctb",
email = "[email protected] "),
person(given = "Andrew",
family = "Johnson",
role = "ctb",
email = "[email protected]"),
person(given = "Kaitlyn",
family = "Johnson",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8011-0012")),
person(given = "EpiForecasts",
role = "aut"),
person(given = "Sebastian",
family = "Funk",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2842-3406"))
)
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 actively supported.
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.5.0)
Imports:
checkmate,
cli,
data.table,
futile.logger (>= 1.4),
ggplot2,
lifecycle,
lubridate,
methods,
patchwork,
posterior,
purrr,
R.utils (>= 2.0.0),
Rcpp (>= 0.12.0),
rlang (>= 0.4.7),
rstan (>= 2.26.0),
rstantools (>= 2.2.0),
runner,
scales,
stats,
truncnorm,
utils
Suggests:
cmdstanr,
covr,
future,
future.apply,
here,
knitr,
precommit,
progressr,
rmarkdown,
spelling,
testthat,
usethis,
withr
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.26.0),
StanHeaders (>= 2.26.0)
Additional_repositories:
https://stan-dev.r-universe.dev
Biarch: true
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
NeedsCompilation: yes
SystemRequirements: GNU make
C++17
VignetteBuilder: knitr