R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname)
{
    packageStartupMessage("\n'drc' has been loaded.\n")
    packageStartupMessage("Please cite R and 'drc' if used for a publication,")
    packageStartupMessage("for references type 'citation()' and 'citation('drc')'.\n")
    
#    cat("\n")
#    cat("'drc' has been loaded.\n\n")
#    cat("for references type 'citation()' and 'citation('drc')'.\n\n")
}

Try the drc package in your browser

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

drc documentation built on May 1, 2019, 8:43 p.m.