R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
   packageStartupMessage(paste0(c("\n****\nWelcome to hht 2.1.6 \"Sippin\' that cider\"!\n",
   "Questions? Follow @dannycbowman on Twitter or send a message to danny.c.bowman@gmail.com\n",
   "Using hht for data analysis in a publication?  Please cite it!\n****\n")))  
}

Try the hht package in your browser

Any scripts or data that you put into this service are public.

hht documentation built on March 31, 2023, 10:08 p.m.