R/attach.R

Defines functions .onAttach

.onAttach <- function(...) {
  packageStartupMessage(
    "This package is no longer being maintained and has been archived on CRAN.
    All its functionality and development has now moved to `statsExpressions` package.
    Please see: https://indrajeetpatil.github.io/statsExpressions/"
  )
}
IndrajeetPatil/tidyBF documentation built on June 26, 2021, 3:07 a.m.