R/attach.R

Defines functions .onAttach

.onAttach <- function(...) {
  packageStartupMessage(
    "This package is no longer being maintained and will be archived on CRAN.
    All its functionality and development has now moved to `{ggstatsplot}` package.
    Please see: https://indrajeetpatil.github.io/ggstatsplot/"
  )
}
IndrajeetPatil/pairwiseComparisons documentation built on April 1, 2022, 5 a.m.