-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
33 lines (33 loc) · 1.14 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: EpiModelHIV
Version: 1.5.0
Date: 2017-05-04
Type: Package
Title: Network-Based Epidemic Modeling of HIV Transmission among MSM and Heterosexual Populations
Authors@R: c(person("Samuel M.", "Jenness", role = c("cre", "aut"), email = "samuel.m.jenness@emory.edu"),
person("Steven M.", "Goodreau", role="aut", email="goodeau@uw.edu"),
person("Emily", "Beylerian", role = "ctb", email = "ebey@uw.edu"),
person("Kevin", "Weiss", role = "aut", email = "kevin.weiss@emory.edu"))
Maintainer: Samuel M. Jenness <samuel.m.jenness@emory.edu>
Description: EpiModelHIV provides extensions to our general EpiModel package to allow for simulating HIV transmission
dynamics among two populations: men who have sex with men (MSM) in the United States and heterosexual adults in
sub-Saharan Africa.
License: GPL-3
Depends:
R (>= 3.5.0),
EpiModel (>= 1.7.0),
EpiModelHPC (>= 2.0.0),
ergm (>= 3.9.4),
tergm (>= 3.5.2),
tergmLite (>= 1.2.0)
Imports:
bindata,
network,
networkDynamic,
dplyr
Suggests:
knitr,
testthat
VignetteBuilder: knitr
RoxygenNote: 6.1.1
LazyData: true
Encoding: UTF-8