[73f552]: / R / zzz.R

Download this file

7 lines (6 with data), 243 Bytes

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