R/onAttach.R

###############################################################################
## package 'secr'
## onAttach.R
## last changed 2017-10-05
###############################################################################

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

Try the secrdesign package in your browser

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

secrdesign documentation built on March 31, 2023, 10:25 p.m.