-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 2.22 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: epiworldRShiny
Type: Package
Title: A 'shiny' Wrapper of the R Package 'epiworldR'
Version: 0.1-0
Date: 2024-05-31
Authors@R: c(
person("Derek", "Meyer", role=c("aut","cre"),
email="[email protected]", comment = c(ORCID = "0009-0005-1350-6988")),
person("George", "Vega Yon", role=c("aut"),
email="[email protected]", comment = c(ORCID = "0000-0002-3171-0844")),
person("Centers for Disease Control and Prevention", role="fnd", comment = "Award number 1U01CK000585; 75D30121F00003"
),
person("Lindsay", "Keegan", role=c("ctb"), email="[email protected]", comment = c(ORCID = "0000-0002-8526-3007")),
person("Karim", "Khader", role=c("ctb"), email="[email protected]", comment = c(ORCID = "0000-0002-7206-8077")),
person("Damon", "Toth", role=c("ctb"), email="[email protected]", comment = c(ORCID = "0000-0001-7393-4814")),
person("Randon", "Gruninger", role=c("ctb"), email="[email protected]"),
person("Matthew", "Samore", role=c("ctb"), email="[email protected]", comment = c(ORCID = "0000-0002-4862-9196")),
person("Jay", "Love", role=c("ctb"), email="[email protected]", comment = c(ORCID="0000-0002-9371-2466")),
person("Kristina", "Stratford", role=c("ctb"), email="[email protected]"))
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) <DOI:10.21105/joss.05781>. 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/,
BugReports: https://github.com/UofUEpiBio/epiworldRShiny/issues/
License: MIT + file LICENSE
RoxygenNote: 7.3.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Suggests:
knitr
Imports:
shinyjs,
utils,
shinydashboard,
DT,
ggplot2,
epiworldR,
shinycssloaders,
plotly
Depends:
shiny