R/zzz.R

################################################################################
######################################### zzz.R ################################
################################################################################

## Display a startup message

.onAttach <- function(libname, pkgname) {

  packageStartupMessage('This is relaxnet version ',
                        packageDescription('relaxnet')$Version, "\n")

}

Try the relaxnet package in your browser

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

relaxnet documentation built on May 2, 2019, 12:39 p.m.