ashokkrish / episim

episim is an R Shiny app for mathematical modelling of infectious diseases
GNU General Public License v3.0
3 stars 3 forks source link

Revert change to app title pane #16

Closed bryce-carson closed 2 months ago

bryce-carson commented 2 months ago

There was a missing comma! Uh-oh!

Error in parse(file, keep.source = FALSE, srcfile = src, encoding = enc) : 
  /home/bryce/Documents/src/r/episim/ui.R:241:11: unexpected symbol
240:           div(titlePanel("Compartmental Models of Epidemiology"))
241:           withMathJax
ashokkrish commented 2 months ago

Good catch and thanks for fixing it.