-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.31 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
48
49
50
51
52
53
54
55
56
57
58
59
Package: ExcessILI
Title: A package and RShiny app to examine excess ILI from syndromic
surveillance data
Version: 0.2
Authors@R: c(
person("Daniel", "Weinberger",
email = "[email protected]",
role = "cre"),
person("Marcus", "Russi",
email = "[email protected]",
role = "aut"),
person("Alyssa", "Amick",
email = "[email protected]",
role = "ctb"),
person("Kelsie", "Cassell",
email = "[email protected]",
role = "ctb"),
person("Yu-Han", "Kao",
email = "[email protected]",
role = "ctb"),
person("Ernest", "Asare",
email = "[email protected]",
role = "ctb"),
person("Forrest", "Crawford",
email = "[email protected]",
role = "ctb"),
person("Amy", "Graves",
email = "[email protected]",
role = "ctb")
)
Description: Estimate excess ILI from syndromic data
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
LazyData: true
Suggests:
testthat (>= 2.1.0),
plotly,
knitr,
rmarkdown,
cdcfluview,
pkgdown
Imports:
lubridate,
MMWRweek,
gtrendsR,
shiny,
dplyr,
pbapply,
zoo,
MASS,
tidyr,
reshape2,
MASS,
assertthat,
purrr,
magrittr
RoxygenNote: 7.1.1
Encoding: UTF-8
VignetteBuilder: knitr