-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathDESCRIPTION
executable file
·62 lines (62 loc) · 1.45 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
Package: covid
Title: Temporal variation in transmission during the COVID-19 outbreak
Version: 0.2.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("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.
Imports:
EpiNow2,
covidregionaldata,
distill,
bookdown,
data.table,
dplyr,
tidyr,
readr,
stringr,
purrr,
magrittr,
forecast,
future,
future.apply,
here,
rnaturalearth,
rnaturalearthdata,
rnaturalearthhires,
countrycode,
sf,
knitr,
kableExtra,
patchwork,
RColorBrewer,
ggplot2,
cowplot,
forecast,
DT,
xaringanExtra,
leaflet,
leaflet.extras,
rgdal,
htmltools,
AzureStor,
rgeos
Additional_repositories:
http://packages.ropensci.org/
Remotes:
epiforecasts/EpiNow2,
gadenbuie/xaringanExtra
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true