R/00.r

Defines functions .onAttach .onLoad

# .onLoad<-function(lib,pkg){require(methods)}

.onLoad<-function(lib,pkg) {options("StartupBanner" = "no-version", "StartupShowHint_sessionInfo" = TRUE)}
.onAttach <- function(library, pkg)
{
#  if (is.null(library)) 
#            library <- .libPaths()

#  if(any(file.exists(file.path(library,"startupmsg"))))
buildStartupMessage(pkg="startupmsg", library=library, packageHelp=TRUE)
  invisible()
} 

Try the startupmsg package in your browser

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

startupmsg documentation built on April 3, 2025, 10:37 p.m.