Package: epiworldRShiny Type: Package Title: A 'shiny' Wrapper of the R Package 'epiworldR' Version: 0.2.6 Authors@R: c( person("George", "Vega Yon", role=c("aut"), email="g.vegayon@gmail.com", comment = c(ORCID = "0000-0002-3171-0844")), person("Derek", "Meyer", role=c("aut"), email="derekmeyer37@gmail.com", comment = c(ORCID = "0009-0005-1350-6988")), person("Andrew", "Pulsipher", role=c("aut", "cre"), email="pulsipher.a@gmail.com", comment = c(ORCID = "0000-0002-0773-3210")), person("Centers for Disease Control and Prevention", role="fnd", comment = "Award number 1U01CK000585; 75D30121F00003" ), person("Lindsay", "Keegan", role=c("ctb"), email="lindsay.keegan@utah.edu", comment = c(ORCID = "0000-0002-8526-3007")), person("Karim", "Khader", role=c("ctb"), email="karim.khader@hsc.utah.edu", comment = c(ORCID = "0000-0002-7206-8077")), person("Damon", "Toth", role=c("ctb"), email="damon.toth@hsc.utah.edu", comment = c(ORCID = "0000-0001-7393-4814")), person("Randon", "Gruninger", role=c("ctb"), email="rjgruninger@utah.gov"), person("Matthew", "Samore", role=c("ctb"), email="matthew.samore@hsc.utah.edu", comment = c(ORCID = "0000-0002-4862-9196")), person("Jay", "Love", role=c("ctb"), email="jay.love@utah.edu", comment = c(ORCID="0000-0002-9371-2466")), person("Kristina", "Stratford", role=c("ctb"), email="kristina.stratford@hsc.utah.edu")) Description: R 'shiny' web apps for epidemiological Agent-Based Models. It provides a user-friendly interface to the Agent-Based Modeling (ABM) R package 'epiworldR' (Meyer et al., 2023) . Some of the main features of the package include the Susceptible-Infected-Susceptible (SIS), Susceptible-Infected-Recovered (SIR), and Susceptible-Exposed-Infected-Recovered (SEIR) models. 'epiworldRShiny' provides a web-based user interface for running various epidemiological ABMs, simulating interventions, and visualizing results interactively. URL: https://github.com/UofUEpiBio/epiworldRShiny/, https://uofuepibio.github.io/epiworldRShiny/, https://gvegayon.shinyapps.io/epiworldRShiny/ BugReports: https://github.com/UofUEpiBio/epiworldRShiny/issues/ License: MIT + file LICENSE RoxygenNote: 7.3.2 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Suggests: knitr Imports: utils, DT, ggplot2, epiworldR, plotly, bslib Depends: R (>= 4.1.0), shiny Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev zlib1g-dev Repository: https://uofuepibio.r-universe.dev Date/Publication: 2025-11-19 21:45:27 UTC RemoteUrl: https://github.com/UofUEpiBio/epiworldRShiny RemoteRef: HEAD RemoteSha: 6a4205c35d647764da2266f6857551de1c291a41 NeedsCompilation: no Packaged: 2026-05-29 09:08:23 UTC; root Author: George Vega Yon [aut] (ORCID: ), Derek Meyer [aut] (ORCID: ), Andrew Pulsipher [aut, cre] (ORCID: ), Centers for Disease Control and Prevention [fnd] (Award number 1U01CK000585; 75D30121F00003), Lindsay Keegan [ctb] (ORCID: ), Karim Khader [ctb] (ORCID: ), Damon Toth [ctb] (ORCID: ), Randon Gruninger [ctb], Matthew Samore [ctb] (ORCID: ), Jay Love [ctb] (ORCID: ), Kristina Stratford [ctb] Maintainer: Andrew Pulsipher