OHDSI / CohortDiagnostics

An R package for performing various cohort diagnostics.
https://ohdsi.github.io/CohortDiagnostics
41 stars 48 forks source link

Fail to launch diagnostics explorer #1125

Closed SamuelFan1215 closed 3 days ago

SamuelFan1215 commented 2 months ago

I managed to generate cohort diagnostics sqlite file and are trying to display the result in R Shiny. However, I faced error when I try to run the codes cohortDiagnostics::launchDiagnosticsExplorer(sqliteDbPath = "MergedCohortDiagnosticsData.sqlite") Below is the error message.

Error in DatabaseConnector::getTableNames(): ! Pool, R6 connection not supported

It is very strange that I was able to visualize results using the same codes a few months ago. Wonder if there is any change in my R environment.

Thank you for any advice!

azimov commented 2 months ago

@SamuelFan1215 have you updated to the latest version of OhdsiShinyModules? This was hot fixed yesterday and was caused by some changes in DatabaseConnector

azimov commented 3 days ago

Closed as likely resolved in OSM release problem