forked from EpiModel/EpiModel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.23 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
Package: EpiModel
Version: 1.1.4.687
Date: 2015-04-13
Title: Mathematical Modeling of Infectious Disease
Description: Tools for simulating mathematical models of infectious disease.
Epidemic model classes include deterministic compartmental models,
stochastic individual contact models, and stochastic network models.
Disease types include SI, SIR, and SIS epidemics with and without
demography, with tools available for expansion to model complex epidemic
processes.
Maintainer: Samuel Jenness <[email protected]>
Authors@R: c(person("Samuel", "Jenness",
role=c("cre","aut"), email="[email protected]"),
person("Steven M.","Goodreau",
role=c("aut"), email="[email protected]"),
person("Martina", "Morris",
role=c("aut"), email="[email protected]"),
person("Li", "Wang",
role=c("ctb"), email="[email protected]"))
License: GPL-2
URL: http://epimodel.org/
BugReports: https://github.com/statnet/EpiModel/issues
Depends:
R (>= 3.1),
deSolve (>= 1.11),
network (>= 1.11.3),
networkDynamic (>= 0.7.1),
tergm (>= 3.2.4)
Imports:
doParallel,
ergm (>= 3.2.4),
foreach,
RColorBrewer,
statnet.common
Suggests:
doMPI,
knitr,
ndtv,
shiny,
testthat
VignetteBuilder: knitr