Skip to content

Releases: thewileylab/ReviewR

ReviewR 2.3.10

01 Sep 16:04
Compare
Choose a tag to compare

Fixes

  • Address Rd issue with package overview help file (#36)
  • DOI Formatting in CITATION

Misc Updates

  • Update CITATION
  • Remove dashboardthemes dependency (#32)
  • Refresh vignettes with updated URLs
  • update Dockerfile(s)

ReviewR 2.3.8

18 May 17:06
Compare
Choose a tag to compare

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

02 Sep 15:17
0d56281
Compare
Choose a tag to compare

ReviewR 2.3.7

Fixes

  • Fixes template issue with development function (#24)
  • Updated demo database

ReviewR v2.3.6

01 Apr 16:10
Compare
Choose a tag to compare

ReviewR v2.3.6

Updated package documentation throughout!

Issues?

Please report any issues with this release on GitHub.

ReviewR v2.3.1

27 Jan 18:32
Compare
Choose a tag to compare

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

12 Jan 20:48
Compare
Choose a tag to compare

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

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

23 Oct 19:52
Compare
Choose a tag to compare

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

12 Feb 17:12
Compare
Choose a tag to compare

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

15 Nov 06:39
Compare
Choose a tag to compare
ReviewR Pre-release
Pre-release
Merge pull request #7 from lrasmus/master

Fixes for OMOP, new Postgres driver