R/onAttach.R

###############################################################################
## package 'openCR'
## onAttach.R
## last changed 2018-03-11
###############################################################################

.onAttach <- function (libname, pkgname) {
    version <- paste0(packageVersion('openCR'), .openCRstuff$packageType)
    packageStartupMessage( "This is openCR ", version,
                           ". For overview type ?openCR and see openCR-vignette.pdf" )
}

Try the openCR package in your browser

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

openCR documentation built on May 29, 2024, 6:02 a.m.