forked from EpiModel/EpiModel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
57 lines (57 loc) · 1.86 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: EpiModel
Version: 1.7.3
Date: 2018-12-20
Title: Mathematical Modeling of Infectious Disease Dynamics
Description: Tools for simulating mathematical models of infectious disease dynamics.
Epidemic model classes include deterministic compartmental models, stochastic
individual-contact models, and stochastic network models. Network models use the
robust statistical methods of exponential-family random graph models (ERGMs)
from the Statnet suite of software packages in R. Standard templates for epidemic
modeling include SI, SIR, and SIS disease types. EpiModel features
an API for extending these templates to address novel scientific research aims.
Maintainer: Samuel Jenness <samuel.m.jenness@emory.edu>
Authors@R: c(person("Samuel", "Jenness",
role=c("cre","aut"), email="samuel.m.jenness@emory.edu"),
person("Steven M.","Goodreau",
role=c("aut"), email="goodreau@uw.edu"),
person("Martina", "Morris",
role=c("aut"), email="morrism@uw.edu"),
person("Emily", "Beylerian",
role=c("ctb"), email="emily.beylerian@gmail.com"),
person("Skye", "Bender-deMoll",
role=c("ctb"), email="skyebend@uw.edu"),
person("Kevin", "Weiss",
role=c("ctb"), email="kevin.weiss@emory.edu"),
person("Shawnee", "Anderson",
role=c("ctb"), email="shawnee.marcell.anderson@emory.edu"))
License: GPL-3
URL: http://epimodel.org/, http://github.com/statnet/EpiModel
BugReports: https://github.com/statnet/EpiModel/issues
Depends:
R (>= 3.2),
deSolve (>= 1.21),
networkDynamic (>= 0.9),
tergm (>= 3.5)
Imports:
graphics,
grDevices,
stats,
utils,
doParallel,
ergm (>= 3.9),
foreach,
network (>= 1.13),
RColorBrewer,
ape,
lazyeval,
ggplot2
Suggests:
knitr,
ndtv,
rmarkdown,
shiny,
testthat
VignetteBuilder: knitr
LinkingTo: ergm
RoxygenNote: 6.1.1
Encoding: UTF-8