R/handlers.R

Defines functions .onAttach

.onAttach <- function(...) {
    msg <- "From version 0.3 functions tanorm and glyco.outliers expect data frames in long format."
    packageStartupMessage(paste(strwrap(msg), collapse = "\n"))
    return(TRUE)
}

Try the glycanr package in your browser

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

glycanr documentation built on March 29, 2021, 5:07 p.m.