R/zzz.r

Defines functions .onAttach

.onAttach <- function(...) {

  if (!interactive()) return()

  # packageStartupMessage(paste0("ggalt is under *active* development. ",
  #                              "See https://github.com/hrbrmstr/ggalt for changes"))

}
hrbrmstr/ggalt documentation built on May 1, 2023, 7:36 a.m.