Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman committed Dec 8, 2024
1 parent eb505c4 commit cc516be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions R/deprecate.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
NULL

#' @rdname deprecate
#' @aliases plotRowPrevalence
#' @export
setGeneric("plotTaxaPrevalence", signature = c("x"),
function(x, ...)
standardGeneric("plotTaxaPrevalence"))

#' @rdname deprecate
#' @aliases plotRowPrevalence
#' @export
setMethod("plotTaxaPrevalence", signature = c(x = "ANY"), function(x, ...){
.Deprecated(
Expand All @@ -27,14 +25,12 @@ setMethod("plotTaxaPrevalence", signature = c(x = "ANY"), function(x, ...){
)

#' @rdname deprecate
#' @aliases plotRowPrevalence
#' @export
setGeneric("plotFeaturePrevalence", signature = c("x"),
function(x, ...)
standardGeneric("plotFeaturePrevalence"))

#' @rdname deprecate
#' @aliases plotRowPrevalence
#' @export
setMethod("plotFeaturePrevalence", signature = c(x = "ANY"), function(x, ...){
.Deprecated(
Expand Down
1 change: 0 additions & 1 deletion man/deprecate.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc516be

Please sign in to comment.