-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
26 lines (26 loc) · 863 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
Package: excessmort
Type: Package
Title: Excess Mortality
Version: 0.7.0
Authors@R: c(person(c("Rafael", "A."), "Irizarry", email = "[email protected]",
role = c("aut", "cre")),
person("Rolando", "Acosta", role = "aut"),
person("Ferenci", "Tamás", role = "ctb"))
Depends: R (>= 3.5.0),
Imports: stats,
datasets,
dplyr,
tidyr,
rlang,
lubridate,
splines,
ggplot2,
scales
Suggests: tidycensus, knitr, rmarkdown
VignetteBuilder: knitr
Description: Implementation of method for estimating excess mortality and other health related outcomes from weekly or daily count data described in Acosta and Irizarry (2021) "A Flexible Statistical Framework for Estimating Excess Mortality".
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.1