R/zzz.R

Defines functions .onAttach

.onAttach <- function( lib, pkg ) {
   packageStartupMessage(
      paste0("SUMMER version ", utils::packageDescription("SUMMER")$Version, "\n", 
      		 "  See latest changes with 'news(package = 'SUMMER')'"),
      domain = NULL,  appendLF = TRUE )
}

Try the SUMMER package in your browser

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

SUMMER documentation built on July 8, 2022, 9:05 a.m.