-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.74 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
Package: flumodelr
Title: An R Package for Estimating Attributable Influenza Morbidity and Mortality
Description: The primary goal of this package is to provide a toolkit for researchers who wish to estimate the proportion of a particular outcome which is due to influenza. Conceptually this is achieved through estimating a baseline rate of the outcome across seasons, then using a measure of influenza endemicity to identify the marginal rate due to influenza morbidity. The particular measure of influenza endemicity and outcome being modelled can be arbitrarily specified by the user.
Version: 0.1.0.9999
Date: 2018-11-20
Authors@R: c(person(given = "Kevin W.", family = "McConeghy", role = c("aut", "cre", "cph"), email = "[email protected]"), person(given = "Rob", family = "Van Aalst", role = c("aut", "cph")), person(given = "Andrew", family = "Zullo", role = c("aut", "cph")), person(given = "Nina", family="Joyce", role=c("aut", "cph")))
Maintainer: Kevin W. McConeghy <[email protected]>
URL: https://github.com/kmcconeghy/flumodelr
Depends: R (>= 3.5.0),
tidyverse,
lubridate (>= 1.7.4),
forecast,
Imports:
dplyr (>= 0.7.4),
tidyr(>= 0.7.2),
ggplot2,
scales(>= 0.5.0),
tibble,
rlang,
broom (>= 0.4.2),
magrittr (>= 1.5.0),
forecast (>= 8.2.0),
stats,
MASS,
mgcv
Suggests:
knitr,
microbenchmark,
XML,
memoise,
profr,
digest,
xtable,
rmarkdown,
sessioninfo,
testthat,
roxygen2 (>= 6.0.0),
rstan,
prophet,
imputeTS
LazyData: true
LazyDataCompression: xz
BugReports: https://github.com/kmcconeghy/flumodelr/issues
License: GPL-3
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))