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()
}

Try the tripEstimation package in your browser

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

tripEstimation documentation built on April 22, 2023, 1:11 a.m.