Skip to content

Commit

Permalink
Deprecated
Browse files Browse the repository at this point in the history
 - unresponsive
  • Loading branch information
lshep committed Oct 5, 2023
1 parent fd35d2b commit ce654f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: GEOexplorer
Title: GEOexplorer: an R/Bioconductor package for gene expression analysis
and visualisation
Date: 2021/10/15
Version: 1.7.0
Version: 1.7.1
Authors@R:
c(person(given = "Guy",
family = "Hunt",
Expand Down Expand Up @@ -73,3 +73,4 @@ Suggests:
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
PackageStatus: Deprecated
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 ce654f8

Please sign in to comment.