R/onAttach.R

###############################################################################
## package 'secr'
## onAttach.R
## last changed 2011-06-16 2013-04-20 2016-10-07
###############################################################################

.onAttach <- function (libname, pkgname) {
    version <- paste0(packageVersion('secr'), .localstuff$packageType)
    packageStartupMessage( "This is secr ", version,
                           ". For overview type ?secr" )
}

## .onLoad is preferred if actions are required for single functions 
## that may be called without attaching package

Try the secr package in your browser

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

secr documentation built on Oct. 18, 2023, 1:07 a.m.