R/zzz.R

Defines functions .onAttach

THISPKG <- "SNPchip"
.onAttach <- function(libname, pkgname) {
        msg <- sprintf(
        "Package '%s' is deprecated and will be removed from Bioconductor
         version %s", pkgname, "3.11")
        .Deprecated(msg=paste(strwrap(msg, exdent=2), collapse="\n"))
       
}
.SNPchipPkgEnv <- new.env(parent=emptyenv())

Try the SNPchip package in your browser

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

SNPchip documentation built on Oct. 31, 2019, 2:07 a.m.