R/zzz.R

Defines functions .onAttach

#R

.onAttach <- function(lib, pkg){
        if(interactive()){
                version <- packageVersion('specL')
                packageStartupMessage("Package 'specL' version ", version)
          invisible()
        }

}

Try the specL package in your browser

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

specL documentation built on Nov. 8, 2020, 7:55 p.m.