forked from epiforecasts/covid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.37 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
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 = "contact@samabbott.co.uk",
comment = c(ORCID = "0000-0001-8057-8037")),
person("Joel", "Hellewell",
email = "joel.hellewell@lshtm.ac.uk",
role = c("aut"),
comment = c(ORCID = "0000-0003-2683-0849")),
person("James", "Munday",
email = "james.munday@lshtm.ac.uk",
role = c("aut")),
person("Robin", "Thompson",
email = "robin.thompson@lshtm.ac.uk",
role = c("aut")),
person("Sebastian", "Funk",
email = "sebastian.funk@lshtm.ac.uk",
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:
EpiNow,
NCoVUtils,
dplyr,
tidyr,
readr,
stringr,
purrr,
magrittr,
furrr,
future,
data.table,
here,
rnaturalearth,
rnaturalearthhires,
countrycode,
sf,
distill
Remotes:
epiforecasts/EpiNow,
epiforecasts/NCoVUtils,
ropensci/rnaturalearthhires
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true