R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("\nThis is MALDIquant version ",
    utils::packageVersion("MALDIquant"), "\n",
    "Quantitative Analysis of Mass Spectrometry Data\n",
    " See ", sQuote("?MALDIquant"),
    " for more information about this package.\n")
}

Try the MALDIquant package in your browser

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

MALDIquant documentation built on May 29, 2024, 6:11 a.m.