Releases: thewileylab/ReviewR
ReviewR 2.3.10
ReviewR 2.3.8
Fixes
- Address Rd issue in
mod_layout_chartreview()
Misc Updates
- minor version bump
- move pkgload to suggests
- use latest roxygen
- update Dockerfile
- add package CITATION
ReviewR v2.3.7
ReviewR v2.3.6
ReviewR v2.3.6
Updated package documentation throughout!
Issues?
Please report any issues with this release on GitHub.
ReviewR v2.3.1
ReviewR v2.3.1
A few small updates here and there, including updated vignettes for local and server based Docker deployments.
Issues?
Please report any issues with this release on GitHub.
ReviewR v2.3.0
ReviewR v2.3.0
This release re-organizes ReviewR, integrating individual module files from other Wiley Lab packages. A demonstration database module has been added, including a 10 subject sample from the CMS 2008-2010 Data Entrepreneurs’ Synthetic Public Use File (DE-SynPUF) provided by OHDSI. Additionally, PostgreSQL databases are now supported with a new PostgreSQL database module.
Included Modules
- thewileylab/shinyBigQuery: https://github.com/thewileylab/shinyBigQuery/releases/tag/0.0.3.0000
- thewileylab/shinyPostgreSQL: https://github.com/thewileylab/shinyPostgreSQL/releases/tag/0.0.1.0000
- thewileylab/shinyREDCap: https://github.com/thewileylab/shinyREDCap/releases/tag/0.0.3.0000
- thewileylab/synPUF: https://github.com/thewileylab/synPUF/releases/tag/0.0.1.10
Updates
- New Google OAuth page for ReviewR Application
- Support for using your own Google OAuth credentials
- Updated documentation
- Bug fixes!
Issues?
Please report any issues with this release on GitHub.
2.1.0
ReviewR v2.1.0
This release fixes a number of bugs, improves performance, and has been updated to use the new moduleServer()
syntax introduced in Shiny v1.5. Additionally, development functions have been included to assist with extending ReviewR's capabilities.
New Features
- Search Globally across all patient tables on the Chart Review page
- Improved REDCap Support
- Keyboard Navigation through patient list
- Ability to add support for a new database with
dev_add_database_module()
- Ability to add support for a custom data model with
dev_add_datamodel()
Issues?
Please report any issues with this release on GitHub.
ReviewR 2.0
ReviewR 2.0
This release of ReviewR includes "Review Mode," where patient information can be abstracted and stored in a supported REDCap Project. The UI and back-end have undergone a rewrite resulting in an improved user experience.
Breaking Changes
- PostgreSQL support removed in current release
- Development of updated PostgreSQL connection module in progress
New Features
- REDCap patient review functionality added via REDCap API
- REDCap instrument rendered next to patient information when configured
- Native Shiny controls for supported REDCap fields
- Modular app code, making ReviewR more extensible
- Data model auto-detection (MIMIC vs OMOP, and OMOP data model version)
- In app Google BigQuery Authentication
- Regex search and highlight patient information tables
Improvements
- Shiny reactivity overhaul
- Tidy overhaul, dbplyr used to construct patient tables making ReviewR more database agnostic
- Server side DT rendering: faster client side loading of large patient/patient information tables
Issues?
Please report any issues with this release on GitHub.
ReviewR
Merge pull request #7 from lrasmus/master Fixes for OMOP, new Postgres driver