aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2 daysAdd GitHub action to run 'R CMD check'HEADmasterNaeem Model-0/+60
2 daysUpdate READMENaeem Model-63/+111
2 daysUpdate vignettes and create 'Get started' vignetteNaeem Model-6/+93
2 daysFix logo width/height and generate faviconsNaeem Model-1/+29
2025-01-07Move _pkgdown.yml into subdirectoryNaeem Model-1/+0
2025-01-07Create subheadings in pkgdown reference pageNaeem Model-4/+17
2025-01-06Update web app entry pointNaeem Model-17/+55
- Rename 'app' -> 'web' - Return shiny app object in entry point function
2025-01-06Create package help topicNaeem Model-0/+42
2025-01-06Update package citation and descriptionNaeem Model-35/+14
2024-11-16Update READMENaeem Model-19/+59
2024-11-16Change SI units to "day(s)" and "week(s)" in the estimates tableNaeem Model-3/+5
2024-11-14Update README.mdTatiana Krikella-1/+2
2024-11-14Update README.mdTatiana Krikella-1/+17
2024-11-14Update wp.htmlTatiana Krikella-1/+6
2024-11-14Update seq_bayes.htmlTatiana Krikella-1/+9
2024-11-14Update idea.htmlTatiana Krikella-2/+2
2024-11-14Update idea.htmlTatiana Krikella-1/+4
2024-11-14Update id.htmlTatiana Krikella-5/+3
2024-11-03Set up GitHub actions for auto-building pkgdown siteNaeem Model-1/+62
2024-11-02Initialize READMENaeem Model-0/+32
2024-11-02Add input validation to estimatorsNaeem Model-39/+168
2024-06-09Update Shiny appNaeem Model-439/+345
- 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-06-06entry.html (renamed bulk-entry)kfiliyork-0/+48
2024-06-06Enter data html updatedkfiliyork-17/+8
removed Single entry template
2024-06-06SI removedkfiliyork-39/+16
moved to Help page
2024-06-06Add files via uploadkfiliyork-0/+18
SI help
2024-06-06Help pagekfiliyork-12/+4
What is a SI?
2024-05-30Add files via uploadhannajankowski-2/+6
2024-05-30Add files via uploadhannajankowski-8/+8
2024-05-30Delete inst/app/templates/content/estimators/estimators.htmlhannajankowski-13/+0
2024-05-30Add files via uploadhannajankowski-2/+2
2024-05-30Add files via uploadhannajankowski-0/+13
2024-05-30Add files via uploadhannajankowski-2/+4
2024-05-30Add files via uploadhannajankowski-0/+1
2024-05-30Add files via uploadhannajankowski-0/+1
2024-05-30Add files via uploadhannajankowski-0/+8
2024-05-30Add files via uploadhannajankowski-1/+1
2024-05-30Add files via uploadhannajankowski-9/+9
2024-05-30Delete inst/app/templates/about.htmlhannajankowski-27/+0
2024-05-30Add files via uploadhannajankowski-2/+29
2024-05-26Update Shiny appNaeem Model-517/+195
- Refactor data upload and sample data - Create custom data upload button - Create script.js - Change Shiny notification colour - Bug fix: ensure the case counts in bulk data that have only one row are treated as a data frame, by wrapping them in 'data.frame' before passing to 'apply'
2024-05-24Sample data and Upload datakfiliyork-0/+439
2024-05-17Update package logoNaeem Model-0/+39
2024-05-15Change color scheme of Shiny app to black/whiteNaeem Model-3/+3
2024-05-11Update COVID-19 Canada datasetsNaeem Model-14280/+18267
2024-05-09Generate doc for R/app.RNaeem Model-0/+11
2024-05-09Update project URL and fix formatting for citation filesNaeem Model-12/+12
2024-05-09Add HTML and CSS extensions to .gitattributesNaeem Model-0/+3
2024-05-09Remove old Shiny UI and server filesNaeem Model-506/+0
2024-05-09Add Shiny app dependencies add specify entry pointNaeem Model-15/+30