-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.25 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: Covid19Wastewater
Title: Prepare, Analyze, and Visualize Covid-19 Wastewater Data
Version: 1.0.1
Date: 2023-08-7
Authors@R: c(
person("Marlin", "Lee", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0009-0000-0448-9585")),
person("Kyllan", "Wunder", email = "[email protected]", role = "aut", comment = c(ORCID = "0009-0008-8587-0967")),
person("Abe", "Megahed", email = "[email protected]", role = "aut", comment = c(ORCID = "0009-0000-0890-2656")))
Description: Intended to make the process of
analyzing epidemiological wastewater data easier and more insightful.
Includes tools for preparing, analyzing, and visualizing data. It
additionally includes Wisconsin's Covid19 data.
URL: https://github.com/UW-Madison-DSI/Covid19Wastewater
License: MIT + file LICENSE
Depends:
R (>= 4.3)
Imports:
data.table,
dplyr,
forecast,
ggplot2,
grDevices,
gridExtra,
methods,
partykit,
patchwork,
plotly,
plyr,
randomForest,
RcppRoll,
reshape2,
rlang,
rsample,
scales,
signal,
stats,
tidyr,
tidyselect,
zoo
Suggests:
knitr,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3