R/init.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  quote <- "  I'd seen my father. He was a poor man, and I watched him do astonishing things.\n    - Sidney Poitier"
  packageStartupMessage(quote)
  require(ggplot2, quietly = TRUE)
  require(patchwork, quietly = TRUE)
  cat("\n  Thses packages are loaded: ggplot2; patchwork\n ")
}
ZhonghuiGai/gfun documentation built on Feb. 10, 2023, 6:10 p.m.