Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/devel' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
anfederico committed Oct 18, 2023
2 parents cca2a5a + 52a51c1 commit e9685a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.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"))
}

0 comments on commit e9685a0

Please sign in to comment.