-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
33 lines (33 loc) · 991 Bytes
/
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
Package: nowcaster
Title: Nowcaster
Version: 0.2.3
Authors@R: c(
person("Rafael", "Lopes", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9416-6145")),
person("Leonardo", "Bastos", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-1406-0122")))
Description: Nowcaster is a package wrapping statistical models to estimate not yet reported data from a empirical delay distribution
between dates of onset of symptoms and date of digitation.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://covid19br.github.io/nowcaster
BugReports: https://github.com/covid19br/nowcaster/issues
Suggests:
ggplot2,
knitr,
rmarkdown,
vroom
Depends:
R (>= 2.10)
LazyData: true
Additional_repositories:
https://inla.r-inla-download.org/R/stable/
Imports:
dplyr,
INLA (>= 22.5.3),
lubridate,
tidyr,
tibble
VignetteBuilder: knitr