OHDSI / OmopViewer

https://ohdsi.github.io/OmopViewer/
Apache License 2.0
2 stars 0 forks source link

summary with an empty summarised result #175

Closed edward-burn closed 4 weeks ago

edward-burn commented 1 month ago

I'm seeing results in the summary even if I pass an empty summarised result

OmopViewer::exportStaticApp(
  result = omopgenerics::emptySummarisedResult(), 
  directory = here::here(),
  summary = TRUE) 

image

image

edward-burn commented 1 month ago

this seems to only happen if overwriting an existing app - if I delete the previous app manually, the new one works as expected

image

catalamarti commented 4 weeks ago

this has been fixed by #184