diff --git a/Epidemiology.md b/Epidemiology.md index 1853460..f3be054 100644 --- a/Epidemiology.md +++ b/Epidemiology.md @@ -348,6 +348,8 @@ task view, which has a dedicated section on susceptible-infectious-recovered epidemic in a population with demographic variation in contact patterns and susceptibility to disease, as discussed in [Miller (2012)](https://doi.org/10.1007/s11538-012-9749-6). +- `r pkg("shinySIR")`: A Shiny graphical interface to interactively explore + simple SIR models. Users can also provide their own ODEs. ### Transmission tree reconstruction diff --git a/data-raw/source_repositories.R b/data-raw/source_repositories.R index 1b3c9fa..53abaa0 100644 --- a/data-raw/source_repositories.R +++ b/data-raw/source_repositories.R @@ -26,6 +26,7 @@ source_from_manual <- tribble( "mediation", "kosukeimai/mediation", "outbreaker2", "reconhub/outbreaker2", "riskCommunicator", "jgrembi/riskCommunicator", + "shinySIR", "SineadMorris/shinySIR", "TransPhylo", "xavierdidelot/TransPhylo", "tsiR", "adbecker/tsiR" )