thibautjombart / covid19_bed_occupancy

Shiny app providing estimates of future bed occupancy given recent admissions
https://cmmid-lshtm.shinyapps.io/hospital_bed_occupancy_projections/
Other
12 stars 5 forks source link

Optimize app #14

Closed thibautjombart closed 4 years ago

thibautjombart commented 4 years ago

Current app is slow, but can be optimized, e.g.:

thibautjombart commented 4 years ago

@pearsonca I dictatorially assigned you this one but please feel free to decline if no time today ;)

pearsonca commented 4 years ago

once #19 is merged into master, I'll have a look at speed-ups

thibautjombart commented 4 years ago

@pearsonca should be good to go now

thibautjombart commented 4 years ago

@pearsonca when you make the changes could you set it up so that the output of run_model() sits on its own reactive component, so it can be re-used for plotting and for the table?