SafetyGraphics / safetyGraphics

Clinical Trial Safety Graphics with R
https://safetygraphics.github.io/safetyGraphics/
Other
93 stars 24 forks source link

safetyProfile Updates #721

Closed jwildfire closed 12 months ago

jwildfire commented 1 year ago

Overview

Minor tweaks to sync with newest safetyProfile tweaks.

Review with https://github.com/SafetyGraphics/safetyProfile/pull/35

close #720

Test Code

devtools::install_github('safetyGraphics/safetyProfile', ref="fix-28a")
library(safetyProfile)
devtools::install_github('safetyGraphics/safetyCharts', ref="dev")
library(safetyCharts)
devtools::install_github('safetyGraphics/safetyGraphics', ref="fix-720")
library(safetyGraphics)

safetyGraphicsApp()
nandriychuk commented 1 year ago

This PR addresses the Profile UI header layout issue @samussiah could you please check if the AE plot under the Profile tab loads and doesn't give the error for you?

Test code for this PR has changed since we had a few PRs merged.

devtools::install_github('safetyGraphics/safetyProfile', ref="main") library(safetyProfile) devtools::install_github('safetyGraphics/safetyCharts', ref="dev") library(safetyCharts) devtools::install_github('safetyGraphics/safetyGraphics', ref="fix-720") library(safetyGraphics)

safetyGraphicsApp()