Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
handcock committed Jul 23, 2024
2 parents fcf23fd + cb8e13f commit 63d22ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
library.dynam.unload("ergm.tapered",libpath)
}


.onLoad <- function(libname, pkgname){
utils::globalVariables(names=c(".","NO_LOGLIK_MESSAGE","NO_NULL_IMPLICATION"))
.RegisterKeywords()
if(packageVersion("ergm") != "4.3.6983"){
stop("ergm.tapered requires a variant of the current version of 'ergm' (the 'tapered' branch).\n To install it use:\n devtools::install_github('statnet/ergm', ref='tapered')")
stop("ergm.tapered requires a variant of the current version of 'ergm' (the 'tapered' branch).\n To install it use:\n devtools::install_github('statnet/ergm', ref='tapered')")
}
}

Expand Down

0 comments on commit 63d22ab

Please sign in to comment.