R/aCRM-internal.R

Defines functions .onAttach

.onAttach <-
function(libname, pkgname) {
    kFversion <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                      fields="Version")
    packageStartupMessage(paste(pkgname, kFversion ))
    packageStartupMessage("Type aCRMNews() to see the change log")
}

Try the aCRM package in your browser

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

aCRM documentation built on May 1, 2019, 8:29 p.m.