R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname)
{
	f <- read.dcf(file.path(libname, pkgname, "DESCRIPTION"),
                      c("Version", "Date"))
        packageStartupMessage('Successfully loaded changepoint package version ',
                              f[1,1],'\n WARNING: From v.2.3 the default method in cpt.* functions has changed from AMOC to PELT.',
                              '\n See NEWS for details of all changes.')
}

Try the changepoint package in your browser

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

changepoint documentation built on Nov. 4, 2024, 9:06 a.m.