R/zzz.R

Defines functions .onAttach

.onAttach = function(libname, pkgname){
  packageStartupMessage(paste(
	  "Welcome to optDesignSlopeInt v", utils::packageVersion("optDesignSlopeInt"), ".\n", 
	  sep = ""
  ))  
}

Try the optDesignSlopeInt package in your browser

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

optDesignSlopeInt documentation built on July 9, 2023, 6:43 p.m.