-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
executable file
·46 lines (46 loc) · 1.1 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
Package: covid-us-deaths
Title: Forecasting US deaths from COVID-19
Version: 0.1.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("Katharine", "Sherratt",
email = "katharine.sherratt@lshtm.ac.uk",
role = c("aut")),
person("Nikos", "Bosse",
role = c("aut")),
person("Sophie", "Meakin",
email = "sophie.meakin@lshtm.ac.uk",
role = c("aut")),
person("Sebastian", "Funk",
email = "sebastian.funk@lshtm.ac.uk",
role = c("aut")))
Description: Forecast deaths from COVID-19 in the US by state.
Imports:
EpiNow2,
data.table,
dplyr,
tidyr,
readr,
stringr,
purrr,
magrittr,
furrr,
future,
future.apply,
here,
forecastHybrid,
Rglpk,
quantgen,
tigris,
scoringutils,
lubridate
Remotes:
epiforecasts/EpiNow2,
epiforecasts/scoringutils,
ryantibs/quantgen/quantgen
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true