-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
72 lines (72 loc) · 2 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
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: covid19RiskPlanner
Title: COVID-19 Event Risk Assessment Planning Tool
Version: 1.3
Authors@R: c(
person('Aroon', 'Chande', 'T.', email = 'achande@ihrc.com', role = c('cre', 'aut')),
person('Joshua', 'Weitz', 'S.', email = 'jsweitz@gatech.edu', role = c('cph', 'aut')),
person('Stephen', 'Beckett', 'J.', email = 'stephen.beckett@biology.gatech.edu', role = c('aut')),
person('Clio', 'Andris', email = 'clio@gatech.edu', role = c('aut')),
person('Lavanya', 'Rishishwar', email = 'lrishishwar@ihrc.com', role = c('aut')),
person('Freyja', 'Brandel-Tanis', 'A.', email = 'achande@ihrc.com', role = c('aut')),
person('Seohla', 'Lee', email = 'achande@ihrc.com', role = c('aut')),
person('Quan', 'Nguyen', email = 'qnguyen83@gatech.edu', role = c('aut')),
person('Mallory', 'Harris', email = 'Mharris9@stanford.edu', role = c('aut')),
person('Audra', 'Davidson', email = 'davidson.audra@gatech.edu', role = c('aut'))
)
Description: Visualize the risk estimated risk (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,
attempt,
DT,
glue,
htmltools,
withr,
ggplot2,
ggrepel,
matlab,
lubridate,
dplyr,
ggthemes,
sever,
DBI,
dbplyr,
sf,
leaflet,
shinyjs,
magrittr,
shinypanels,
vroom,
rlang,
shinyWidgets,
shinythemes,
tidyr,
utils,
wk,
s2,
pool,
jsonlite,
data.table,
RMySQL,
waiter,
c19rdata,
bslib,
pkgload
Remotes: github::appliedbinf/c19rdata
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
URL: https://github.com/appliedbinf/c19r-app,
https://appliedbinf.github.io/c19r-app
BugReports: https://github.com/appliedbinf/c19r-app/issues
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr