-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
33 lines (33 loc) · 1.01 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
Package: EpiEstimApp
Title: EpiEstimApp: a package to add a graphical interface around EpiEstim,
which is a package to estimate time varying reproduction numbers from
epidemic curves
Version: 1.0.2
Authors@R: c(person("Jake", "Stockwin", email = "[email protected]", role = c("cre"), comment = c(ORCID = "0000-0001-7835-6603")),
person("Anne", "Cori", role = "ctb", comment = c(ORCID = "0000-0002-8443-9162")),
person("Zhian N.", "Kamvar", role = "ctb", comment = c(ORCID = "0000-0003-1458-7108"))
)
Description: This package adds a graphic interface (using R Shiny) around the
EpiEstim package.
BugReports: https://github.com/jstockwin/EpiEstimApp/issues
Imports:
EpiEstim (>= 2.2-3),
coarseDataTools (>= 0.6-4),
shiny,
shinyjs,
shinythemes,
future,
devtools,
httr
Remotes:
annecori/EpiEstim,
ropensci/RSelenium
Suggests:
callr,
testthat,
RSelenium,
compare
License: GPL (>=2) | file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000