R/zzz.R

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

Try the prot2D package in your browser

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

prot2D documentation built on May 1, 2019, 11:54 p.m.