-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
37 lines (37 loc) · 1.13 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
Package: covid19RiskPlanner
Title: COVID-19 Event Risk Assessment Planning Tool
Version: 0.0.0.9000
Authors@R: person('Aroon', 'Chande', email = '[email protected]', role = c('cre', 'aut'))
Description: Visualize the risk stimated chance (0-100%) that at least 1 COVID-19 positive individual will be present at an event in a county, given the size of the event.
License: MIT + file LICENSE
Imports:
config (>= 0.3.1),
golem (>= 0.3.1),
shiny (>= 1.6.0),
processx (>= 3.5.2),
attempt (>= 0.3.1),
DT (>= 0.17),
glue (>= 1.4.2),
htmltools (>= 0.5.1.1),
withr (>= 2.4.2),
ggplot2 (>= 3.3.3),
ggrepel (>= 0.9.1),
matlab (>= 1.0.2),
lubridate (>= 1.7.10),
dplyr (>= 1.0.6),
ggthemes (>= 4.2.4),
sever (>= 0.0.6),
DBI (>= 1.1.1),
dbplyr (>= 2.1.1),
sf (>= 0.9.7),
leaflet (>= 2.0.4.1),
shinyjs (>= 2.0.0),
magrittr (>= 2.0.1)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/appliedbinf/covid19-event-risk-planner
BugReports: https://github.com/appliedbinf/covid19-event-risk-planner/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3