R/polnet.R

Defines functions .onAttach

# display version number and date when the package is loaded
.onAttach <- function(libname, pkgname) {
  desc  <- packageDescription(pkgname, libname)
  packageStartupMessage('Version:  ', desc$Version, '\n', 'Date:     ', 
      desc$Date)
}

Try the polnet package in your browser

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

polnet documentation built on May 2, 2019, 5:22 p.m.