Skip to content

Releases: RhoInc/safetyexploreR

v0.4.0

04 Nov 18:57
527dd31
Compare
Choose a tag to compare
  • Update JavaScript libraries to new versions, which offer support for returning values from selected participants. Thank you to @xni7 for the pull request.
  • Add eDISH renderer (interface to hep-explorer)

v0.3.2

09 Mar 20:42
Compare
Choose a tag to compare
  • Update according to the JS library releases:
    • aeexplorer v3.2.5
    • ae-timelines v2.0.4
    • safety-histogram v2.1.0
    • safety-outlier-explorer v2.2.1
    • safety-results-over-time v2.2.0
    • safety-shift-plot v2.0.4
  • Update example data by pulling from github.com/RhoInc/viz-library
  • Add arguments showGroupCols and summarizeBy to aeExplorer()
  • Temporary fix for handling missing data

v0.3.1

26 Apr 17:57
Compare
Choose a tag to compare

-update pkg dependencies
-replace deprecated I(NULL) with list()

v0.3.0

25 Apr 18:25
Compare
Choose a tag to compare
  • Update according to the JS library releases:
    • aeexplorer v3.0.2
    • ae-timelines v2.0.1
    • safety-histogram v2.0.1
    • safety-outlier-explorer v2.0.1
    • safety-results-over-time v2.0.1
    • safety-shift-plot v2.0.1
  • Pull data from github.com/RhoInc/viz-library
  • Improve documentation
  • Verify passing of R CMD check

0.2.0

16 Feb 15:18
Compare
Choose a tag to compare

New features include:

-Example datasets ADAE and ADBDS have been added.
-Improved flexibility of R functions. The user can specify columns of their dataset corresponding to each required parameter as arguments in the functions. Some functions also accept optional parameters, such as columns for filters or listing details.
-Two example Shiny apps have been added. These apps can be accessed by calling the corresponding R functions.

Initial release

12 Jan 20:57
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is the initial release of the safetyexploreR R package. This package provides an R interface for Rho's JavaScript-based safety explorer suite. The package contains individual functions for each of the 6 widgets: AE Explorer, AE Timelines, Safety Histogram, Safety Outlier Explorer, Safety Results Over Time, and Safety Shift Plot. The widgets can be viewed in the R console or embedded in an R Markdown file or Shiny app.