R/zzz.r

Defines functions .onAttach

.onAttach <- function(...) {

  if (!interactive()) return()

  packageStartupMessage(paste0("irced is under *active* development. ",
                               "See https://github.com/hrbrmstr/irced for info/news."))

}
hrbrmstr/irced documentation built on May 17, 2019, 5:09 p.m.