R/zzz.R

Defines functions .onLoad

.onLoad <- function(lib, pkg) {
	 cat("******************************************\n")
	 cat("*                                        *\n")
	 cat("*         Welcome to use NetSAM !        *\n")
	 cat("*                                        *\n")
	 cat("******************************************\n")
	 require(methods)
}

Try the NetSAM package in your browser

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

NetSAM documentation built on Nov. 8, 2020, 6:50 p.m.