R/zzz.R

Defines functions .onAttach

.onAttach <- function( lib, pkg ) {
   packageStartupMessage(
      paste0(
        '\n ========================================================================',
        '\n If you have any question about this package and corresponding paper use ',
		    '\n      hamedhaseli@gmail.com                                              ',
		    '\n ========================================================================'
         ),
      domain = NULL,  appendLF = TRUE )
}

Try the BDWreg package in your browser

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

BDWreg documentation built on May 29, 2024, 5:51 a.m.