Skip to content

Commit

Permalink
Add back in EpiModel suggests and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smjenness committed Jan 14, 2020
1 parent 770d21b commit 12a55a9
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 451 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Imports:
network (>= 1.16.0),
Rcpp
Suggests:
testthat
testthat,
EpiModel (>= 1.7.5)
LinkingTo: Rcpp, ergm
LazyData: true
RoxygenNote: 7.0.2
Expand Down
2 changes: 0 additions & 2 deletions R/initialize.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ ergm_prep <- function(nw,
#' @export
#'
#' @examples
#' \dontrun{
#' library("EpiModel")
#' nw <- network.initialize(n = 100, directed = FALSE)
#' formation <- ~edges
Expand All @@ -115,7 +114,6 @@ ergm_prep <- function(nw,
#' dat <- initialize.net(x, param, init, control)
#'
#' dat <- init_tergmLite(dat)
#' }
#'
init_tergmLite <- function(dat) {

Expand Down
2 changes: 0 additions & 2 deletions man/init_tergmLite.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 12a55a9

Please sign in to comment.