R/zzz.R

Defines functions .onAttach

.onAttach = function(libname, pkgname)
{
    temp = packageDescription("copCAR")
    msg = paste(temp$Package, ": ", temp$Title, "\n", "Version ", temp$Version,
                " created on ", temp$Date, ".\n", sep = "")
    msg = paste(msg, "copyright (c) 2014-2021, John Hughes\n",
                sep = "")
    msg = paste(msg, 'For citation information, type citation("copCAR").\n', sep = "")
    msg = paste(msg, 'Type help(package = copCAR) to get started.\n', sep = "")
    packageStartupMessage(msg)
}

Try the copCAR package in your browser

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

copCAR documentation built on Jan. 13, 2021, 7:07 a.m.