R/zzz.r

######################################################################
#
# zzz.r
#
# .First.lib is run when the package is loaded with library(epinet)
#
######################################################################

.onAttach <- function(lib, pkg){
  info <- packageDescription("epinet")
  packageStartupMessage(
    paste('\nepinet: version ', info$Version, ', created on ', info$Date, '\n', sep="")
    )
}

Try the epinet package in your browser

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

epinet documentation built on May 2, 2019, 3:37 p.m.