R/zzz.r

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("tripEstimation has been superseded by SGAT and SGATII:\nhttps://github.com/SWotherspoon/SGAT, https://github.com/SWotherspoon/SGATII")
  invisible()
}
mdsumner/tripEstimation documentation built on May 2, 2023, 12:49 p.m.