Skip to content

Commit

Permalink
Add deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
smjenness committed Nov 11, 2021
1 parent 8d95c0a commit 94a1f7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

.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"))
}

0 comments on commit 94a1f7a

Please sign in to comment.