R/zzz.R

Defines functions onAttach

.onAttach <- function(libname, pkgname) {
    msg <- c(
        "\n*** Deprecation warning ***\n",
        "The ", pkgname, " package is deprecated and will be removed from\n",
        "Bioconductor 3.6.\n"
    )
    msg <- paste(msg, collapse="")
    .Deprecated(msg=msg)

    invisible(NULL)
}

Try the pdmclass package in your browser

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

pdmclass documentation built on Nov. 17, 2017, 12:19 p.m.