Skip to content

Commit

Permalink
Deprecated
Browse files Browse the repository at this point in the history
 - unresponsive
  • Loading branch information
lshep committed Jun 27, 2023
1 parent bdeeb23 commit 52a51c1
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
@@ -1,6 +1,6 @@
Package: hypeR
Title: An R Package For Geneset Enrichment Workflows
Version: 1.17.0
Version: 1.17.1
Authors@R: c(person(given="Anthony", family="Federico", email="[email protected]",
role=c("aut", "cre")),
person(given="Stefano", family="Monti", email="[email protected]",
Expand Down Expand Up @@ -42,3 +42,4 @@ Suggests:
biocViews: GeneSetEnrichment, Annotation, Pathways
VignetteBuilder: knitr
BugReports: https://github.com/montilab/hypeR/issues
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 52a51c1

Please sign in to comment.