Package: ReviewR Title: A Light-Weight, Portable Tool for Reviewing Individual Patient Records Version: 2.3.10 Authors@R: c( person('Laura', 'Wiley', email = 'laura.wiley@cuanschutz.edu', role = c('aut'), comment = c(ORCID = "0000-0001-6681-9754")), person('Luke', 'Rasmussen', email = 'luke.rasmussen@northwestern.edu', role = c('aut'), comment = c(ORCID = "0000-0002-4497-8049")), person('David', 'Mayer', email = 'david.mayer@cuanschutz.edu', 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 Config/pak/sysreqs: cmake make libicu-dev libsodium-dev libuv1-dev libssl-dev libpq-dev libx11-dev zlib1g-dev Repository: https://thewileylab.r-universe.dev Date/Publication: 2023-09-01 16:19:10 UTC RemoteUrl: https://github.com/thewileylab/reviewr RemoteRef: HEAD RemoteSha: 0d8264ffd0bb46832564f3a24a4afd89f7694a7f NeedsCompilation: no Packaged: 2026-07-12 08:17:22 UTC; root Author: Laura Wiley [aut] (ORCID: ), Luke Rasmussen [aut] (ORCID: ), David Mayer [cre, aut] (ORCID: ), The Wiley Lab [cph, fnd] Maintainer: David Mayer