R/zzz.R

Defines functions .onAttach

.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"))
}
ComputationalProteomicsUnit/Pbase documentation built on Aug. 10, 2019, 1:25 a.m.