You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jwildfire outlier explorer htmlwidget seems to break and not rendering with following reprex
# HEAD of dev as of 15APR2023remotes::install_github("SafetyGraphics/safetyCharts@9f99670")
# HEAD of dev as of 15APR2023remotes::install_github("SafetyGraphics/safetyGraphics@b34bca0")
# Restart the R sessionrstudioapi::restartSession()
rm(list=ls())
library(purrr)
library(safetyData)
sdtm<-list(
dm=safetyData::sdtm_dm,
aes=safetyData::sdtm_ae,
labs=safetyData::sdtm_lb
)
outExpChart<- makeChartConfig() %>% purrr::keep(~.x$name=="safetyOutlierExplorer")
safetyGraphics::safetyGraphicsApp(
charts=outExpChart,
domainData=sdtm
)
@jwildfire outlier explorer htmlwidget seems to break and not rendering with following reprex
Chrome dev console Error Msg:
Chart renders ok with older version of
{safetyCharts}
The text was updated successfully, but these errors were encountered: