R/zzz.R

Defines functions .onAttach

.onAttach<-function(libname, pkgname){   
   this.year <- format(Sys.time(), "%Y")
   packageStartupMessage("## Adaptive Designs for IVPT (", this.year, ")", sep="")
   packageStartupMessage("## This package reflects the views of the authors and should not be construed to represent the FDA's views or policies.")
}

Try the adaptIVPT package in your browser

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

adaptIVPT documentation built on May 29, 2024, 12:02 p.m.