R/zzz.R

Defines functions .onAttach

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

Try the sklarsomega package in your browser

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

sklarsomega documentation built on April 4, 2023, 5:15 p.m.