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.19")
    .Deprecated(msg=paste(strwrap(msg, exdent=2), collapse="\n"))
}
reedssorenson/RNAdecay documentation built on Oct. 28, 2023, 11:31 a.m.