R/zzz.R

Defines functions .onAttach

# show a message during startup
.onAttach <- function(libname, pkgname){
  packageStartupMessage("Please send bug reports and suggestions to shahrisa.arman@hotmail.com with a meaningful email subject")
}

Try the cbaf package in your browser

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

cbaf documentation built on Dec. 9, 2020, 2:02 a.m.