R/zzz.R

Defines functions .onAttach

.onAttach <- function( ... )
{
  msg <- paste("\n",
"subdetect was developed in support of IMPACT, a comprehensive research\n", 
"program that aims to improve the health and longevity of people by\n",
"improving the clinical trial process. To learn more about our \n",
"research and available software visit www.impact.unc.edu. \n\n",
               sep = "")

  packageStartupMessage(msg)
}

Try the subdetect package in your browser

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

subdetect documentation built on June 7, 2022, 1:08 a.m.