R/zzz.R

Defines functions .onAttach

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

## Display a startup message

.onAttach <- function(libname, pkgname) {

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

}

Try the widenet package in your browser

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

widenet documentation built on May 2, 2019, 2:10 p.m.