-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
75 lines (75 loc) · 1.89 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
Package: EpiNow
Type: Package
Title: Estimate Realtime Case Counts and Time-varying Epidemiological Parameters
Version: 0.3.0
Authors@R: c(
person(given = "Sam Abbott",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8057-8037")),
person("Joel", "Hellewell",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-2683-0849")),
person("James", "Munday",
email = "[email protected]",
role = c("aut")),
person("Robin", "Thompson",
email = "[email protected]",
role = c("aut")),
person("Sebastian", "Funk",
email = "[email protected]",
role = c("aut")))
Description: To identify changes in the reproduction number, rate of spread,
and doubling time during the course of outbreaks whilst accounting
for potential biases due to delays in case reporting.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
EpiEstim,
EpiSoon,
data.table,
purrr,
Rcpp (>= 0.12.0),
rstan (>= 2.18.1),
rstantools (>= 2.0.0),
methods,
loo,
HDInterval,
future.apply,
stringr,
lubridate,
ggplot2,
cowplot,
patchwork,
R.devices,
truncnorm
Suggests:
dplyr,
tidyr,
knitr,
kableExtra,
here,
magrittr,
countrycode,
rnaturalearth,
rnaturalearthdata,
rnaturalearthhires,
rmarkdown
Additional_repositories:
https://epiforecasts.io/drat/,
http://packages.ropensci.org/
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Biarch: true
Depends:
R (>= 3.4.0)
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
SystemRequirements: GNU make
VignetteBuilder: knitr