-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.07 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
Package: covidrtbrazilsubregional
Type: Package
Title: Forecasting and nowcasting Covid-19 related metrics for Subregional Areas of Brazil.
Version: 0.1.0
Authors@R: c(
person(given = "Sam Abbott",
role = c("aut", "cre"),
email = "sam.abbott@lshtm.ac.uk",
comment = c(ORCID = "0000-0001-8057-8037")),
person("Paul", "Mee",
email = "paul.mee@lshtm.ac.uk",
role = c("aut")),
person("Oliver", "Brady",
email = "oliver.brady@lshtm.ac.uk",
role = c("aut")),
person("Sebastian", "Funk",
email = "sebastian.funk@lshtm.ac.uk",
role = c("aut")))
Description: Forecasting and nowcasting Covid-19 related metrics in subregional areas of Brazil
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
EpiNow2 (>= 1.3.1),
covidregionaldata,
RtD3,
data.table,
future,
here,
httr,
jsonlite,
lubridate,
rmarkdown
Remotes:
epiforecasts/EpiNow2,
epiforecasts/covidregionaldata,
epiforecasts/RtD3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Biarch: true
Depends:
R (>= 3.4.0)