R/zzz.R

Defines functions onAttach

.onAttach <- function(lib, pkg)
{
  packageStartupMessage("------------------------------------------")
  packageStartupMessage("If you use this package, please cite the recent paper containing description of this software:")
  packageStartupMessage("Komsta, L. Chemometric and statistical evaluation of calibration curves in pharmaceutical analysis ")
  packageStartupMessage("           - a short review on trends and recommendations. J. AOAC Int. 2012, 95, 3, 669-672.")
  packageStartupMessage("------------------------------------------")
  invisible()
}



  

Try the quantchem package in your browser

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

quantchem documentation built on May 30, 2017, 5:28 a.m.