R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    paste(c(strwrap(
      paste("NOTE: tergmLite functionality has largely been wrapped into EpiModel
            with EpiModel >= v2.2.0. Some updates may be needed for EpiModel extension
            models or packages that modify the network resimulation modules in EpiModel.
            File a help issue at https://github.com/EpiModel/EpiModel for assistance.",
            sep = "")), ""), collapse = "\n"))
}

Try the tergmLite package in your browser

Any scripts or data that you put into this service are public.

tergmLite documentation built on July 20, 2022, 5:06 p.m.