Releases: SafetyGraphics/safetyCharts
v0.4.0
v0.4.0 adds additional data domains cm
, mh
, ex
, and vs
; standardizes widget creation; and adds a helper function that standardizes and binds event-type data domains.
What's Changed
- Merge pull request #107 from SafetyGraphics/dev by @jwildfire in #108
- paneledOutlierExplorer() by @MayaGans in #109
- Add a dedicated aeExplorer rendering function. by @samussiah in #117
- enable rendering of aeexplorer without treatment_col by @pburnsdata in #115
- Adds event listeners to relevant renderers for integration with safetyGraphics/safetyProfile. by @samussiah in #126
- Add data specifications to each chart configuration. by @samussiah in #132
- add conmeds domain by @jwildfire in #91
- Add Exposure and Vitals domains by @jwildfire in #139
- new stack_events function + tests by @jwildfire in #144
- add param for baseline by @jwildfire in #143
- add stack_events to namespace by @samussiah in #146
- Fix standardize_events() bug by @nandriychuk in #149
- Fix namespace. by @samussiah in #147
- Update DESCRIPTION by @samussiah in #156
- v0.4.0 by @samussiah in #155
New Contributors
- @MayaGans made their first contribution in #109
- @pburnsdata made their first contribution in #115
- @nandriychuk made their first contribution in #149
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Overview
This release adds several new features. New features include:
- Chart metadata has been migrated from
safetygraphics
tosafetycharts
to support the new metadata framework being introduced in the upcoming safetyGraphics v2.1 release. - A new
hepExplorer()
function has been added to allow for a simple workflow to render the hepatic explorer with customizations.hepExplorer()
calls a newrenderWidget()
function has been added for a more generalized widget rendering workflow. More updates may be added in this area in future releases. - A prototype QT chart has been added by @xni7.
Several bugs have been addressed, including #79 which was causing errors in the safetyGraphics Shiny App. For a full list of resolved issues see the the list of PRs below or the v0.3 milestone.
What's Changed
- RTF Demographics Table Bug Fix by @jwildfire in #84
- fix: replaces geom_path for geom_line in safety outlier explorer by @zsigmas in #86
- Update README.md by @rescalan in #87
- added ecg domain + QT charts by @xni7 in #90
- fix #93 by @jwildfire in #94
- Make meta by @jwildfire in #97
- add framework for rendering widgets by @jwildfire in #101
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
This is the first CRAN release of the safetyCharts R package. It provides a stable set of chart functions, widgets and metadata used to create charts for monitoring clinical trial safety. This release was made in association with (and is a dependency for) the v2 release of the safetyGraphics package and shiny app.