R/startup_msg.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  version <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                      fields="Version")
  packageStartupMessage("This is ", paste(pkgname, version))
  packageStartupMessage("Please report issues on Github: https://github.com/jmbh/mnet/issues")
}

Try the mnet package in your browser

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

mnet documentation built on June 7, 2023, 6:34 p.m.