summaryrefslogtreecommitdiff
path: root/R/app.R
AgeCommit message (Collapse)AuthorLines
2024-06-09Update Shiny appHEADmasterNaeem Model-3/+6
- Remove template/logic for single data entry - Change 'Add estimators' to 'About estimators'; adding estimators and viewing estimates are now done in the same tab - Swap rows and columns in estimates table (estimators as row names, datasets as column names) - Add a separate column for the serial interval to the estimates table - Add plots for daily and weekly data using the Plotly library - Remove italics from the subscript in all occurences of 'R_0' - Fix code/text formatting
2024-05-09Add Shiny app dependencies add specify entry pointNaeem Model-8/+25
2023-07-25Prompt user to install optional dependencyNaeem Model-3/+13
2023-07-24Adjust indent level and enforce 80-character line limitNaeem Model-3/+3
2023-06-27Remove 'shinyBS' dependencyNaeem Model-2/+0
2023-06-25Remove 'shinyjs' dependencyNaeem Model-2/+0
2023-06-24Create entrypoint for shiny appNaeem Model-0/+13