-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
71 lines (71 loc) · 2.17 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
Package: ReviewR
Title: A Light-Weight, Portable Tool for Reviewing Individual Patient Records
Version: 2.3.10
Authors@R: c(
person('Laura', 'Wiley', email = '[email protected]', role = c('aut'), comment = c(ORCID = "0000-0001-6681-9754")),
person('Luke', 'Rasmussen', email = '[email protected]', role = c('aut'), comment = c(ORCID = "0000-0002-4497-8049")),
person('David', 'Mayer', email = '[email protected]', role = c('cre', 'aut'), comment = c(ORCID = "0000-0002-6056-9771")),
person(given = "The Wiley Lab", role = c("cph", "fnd"))
)
Description: A portable Shiny tool to explore patient-level electronic health record data
and perform chart review in a single integrated framework. This tool supports
browsing clinical data in many different formats including multiple versions
of the 'OMOP' common data model as well as the 'MIMIC-III' data model. In
addition, chart review information is captured and stored securely via the
Shiny interface in a 'REDCap' (Research Electronic Data Capture) project
using the 'REDCap' API. See the 'ReviewR' website for additional information,
documentation, and examples.
License: BSD_3_clause + file LICENSE
URL: https://reviewr.thewileylab.org/, https://github.com/thewileylab/ReviewR/
BugReports: https://github.com/thewileylab/ReviewR/issues
Depends:
R (>= 3.5.0)
Imports:
bigrquery (>= 1.2.0),
config,
DBI,
dbplyr,
dplyr (>= 1.0.0),
DT,
gargle,
glue,
golem,
httr,
jsonlite,
magrittr,
purrr,
redcapAPI,
REDCapR,
rlang (>= 0.4.7),
RPostgres,
RSQLite,
shiny (>= 1.5.0),
shinycssloaders (>= 1.0.0),
shinydashboard,
shinydashboardPlus (>= 2.0.0),
shinyjs,
shinyWidgets (>= 0.6.0),
snakecase,
stringr,
tibble,
tidyr (>= 1.1.0)
Suggests:
fs,
gt,
here,
htmltools,
knitr,
pkgload,
processx,
readr,
rmarkdown,
rstudioapi,
spelling,
testthat (>= 2.1.0),
usethis
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3