-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port over EPT analysis into public package
- Loading branch information
Kevin Weiss
committed
Jul 15, 2019
1 parent
ff1f9ef
commit 78a2366
Showing
92 changed files
with
8,831 additions
and
1,459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
.travis.yml | ||
LICENSE.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ src/*.so | |
src/*.dll | ||
*.Rproj | ||
.DS_Store | ||
*.rda |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,3 @@ notifications: | |
email: | ||
on_success: never | ||
on_failure: change | ||
slack: epimodel:ARrkdZn2p9KKRZxkcGFK9Ns0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
Package: EpiModelHIV | ||
Version: 1.5.0 | ||
Date: 2017-05-04 | ||
Version: 1.0.0 | ||
Date: 2016-06-25 | ||
Type: Package | ||
Title: Network-Based Epidemic Modeling of HIV Transmission among MSM and Heterosexual Populations | ||
Title: Epidemic Modeling of HIV Transmission among MSM and Heterosexual Populations | ||
Authors@R: c(person("Samuel M.", "Jenness", role = c("cre", "aut"), email = "[email protected]"), | ||
person("Steven M.", "Goodreau", role="aut", email="[email protected]"), | ||
person("Emily", "Beylerian", role = "ctb", email = "[email protected]"), | ||
person("Kevin", "Weiss", role = "aut", email = "[email protected]")) | ||
person("Emily", "Beylerian", role = "ctb", email = "[email protected]")) | ||
Maintainer: Samuel M. Jenness <[email protected]> | ||
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.2.0), | ||
EpiModel (>= 1.6.5), | ||
EpiModel (>= 1.2.7), | ||
EpiModelHPC (>= 1.3.1), | ||
ergm (>= 3.9.4), | ||
tergm (>= 3.5.2), | ||
tergmLite (>= 1.1.0) | ||
ergm (>= 3.5), | ||
tergm, | ||
tergmLite | ||
Imports: | ||
bindata, | ||
network, | ||
|
@@ -29,6 +28,5 @@ Suggests: | |
testthat | ||
VignetteBuilder: knitr | ||
LinkingTo: ergm | ||
RoxygenNote: 6.1.0 | ||
RoxygenNote: 6.1.1 | ||
LazyData: true | ||
Encoding: UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.