-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.05 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
Package: wastewater
Title: Wastewater Surveillance Dashboard
Version: 0.0.0.9000
Authors@R: c(
person(given = "Doug Ezra",
family = "Morrison",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7195-830X"),
role = c("aut", "cre")),
person(given = "Derek",
family = "Pham",
role = c("aut")))
Description: Monitors the wastewater concentrations of various viruses using Shewhart Control I-, X-Bar-, and S-Charts.
License: MIT + file LICENSE
Imports:
config (>= 0.3.1),
golem (>= 0.3.5),
janitor,
dplyr,
glue,
lubridate,
magrittr,
pkgload,
plotly,
shewhart.hybrid (>= 0.1.0),
shiny (>= 1.7.3),
shinyWidgets,
shinydashboard,
stringr,
tibble,
vroom,
reactlog
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.5)
URL: https://github.com/UCLA-PHP/wastewater
BugReports: https://github.com/UCLA-PHP/wastewater/issues
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Remotes:
UCLA-PHP/shewhart.hybrid