Skip to content

Commit

Permalink
fix: add missing import for scalePeaks()
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed May 15, 2024
1 parent 9c04ee0 commit f31941e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ importFrom(S4Vectors,endoapply)
importFrom(Spectra,MsBackendDataFrame)
importFrom(Spectra,Spectra)
importFrom(Spectra,joinPeaks)
importFrom(Spectra,scalePeaks)
importFrom(grDevices,n2mfrow)
importFrom(graphics,par)
importFrom(methods,"slot<-")
Expand Down
2 changes: 2 additions & 0 deletions R/MatchedSpectra.R
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ setMethod(
#'
#' @importFrom grDevices n2mfrow
#'
#' @importFrom Spectra scalePeaks
#'
#' @export
setMethod(
"plotSpectraMirror", "MatchedSpectra",
Expand Down

0 comments on commit f31941e

Please sign in to comment.