Skip to content

Commit

Permalink
remove generics
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Mar 6, 2024
1 parent 7370cfb commit ee44007
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions R/AllGenerics.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@ setGeneric("export", function(object, ...)
standardGeneric("export"))
setGeneric("filterFourierTransformArtefacts", function(object, ...)
standardGeneric("filterFourierTransformArtefacts"))
#' @rdname hidden_aliases
setGeneric("filterMzRange", function(object, ...)
standardGeneric("filterMzRange"))
#' @rdname hidden_aliases
setGeneric("filterMzValues", function(object, ...)
standardGeneric("filterMzValues"))
#' @rdname hidden_aliases
setGeneric("filterPrecursorMzValues", function(object, ...)
standardGeneric("filterPrecursorMzValues"))
#' @rdname hidden_aliases
setGeneric("filterPrecursorMzRange", function(object, ...)
standardGeneric("filterPrecursorMzRange"))
#' @rdname neutralLoss
setGeneric("neutralLoss", function(object, param, ...)
standardGeneric("neutralLoss"))
Expand Down
12 changes: 0 additions & 12 deletions man/hidden_aliases.Rd

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

0 comments on commit ee44007

Please sign in to comment.