-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·57 lines (57 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
Package: VisitContactTrace
Type: Package
Title: A contact tracing application built to consume healthcare encounter data
Version: 0.1.0
Author: Timothy Peng, Carlin Brickner, Naomi Shinoda, Rushabh Patel
Maintainer: VNSNY Data Science <DataScience-Provider@vnsny.org>
Description: This application is designed to conduct contact tracing on healthcare encounter data with a specific focus on providers of community-based healthcare delivery services. In a community based healthcare system, patients are typically considered to be homebound and do not interact with each other.
License: AGPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
shiny,
shinydashboard,
pals,
shinyFiles,
shinycssloaders,
shinyWidgets (>= 0.5.3),
data.table,
assertthat,
dplyr,
purrr,
rmarkdown,
visNetwork (>= 2.0.9),
DT,
fst,
stringr,
shinyalert,
epicontacts,
fs,
readxl,
shinyjs,
lubridate
Depends:
R (>= 2.10),
shiny,
shinydashboard,
pals,
shinyFiles,
shinycssloaders,
shinyWidgets (>= 0.5.3),
data.table,
assertthat,
dplyr,
purrr,
rmarkdown,
visNetwork (>= 2.0.9),
DT,
fst,
stringr,
shinyalert,
epicontacts,
fs,
readxl,
shinyjs,
lubridate
Remotes: cttobin/ggthemr
RoxygenNote: 7.1.0