Skip to content

Commit

Permalink
fix: importMethodsFrom ProtGenerics scanIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse committed Jun 10, 2024
2 parents 4001cc0 + 8446092 commit eced04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ importMethodsFrom(ProtGenerics,dataStorage)
importMethodsFrom(ProtGenerics,intensity)
importMethodsFrom(ProtGenerics,mz)
importMethodsFrom(ProtGenerics,peaksData)
importMethodsFrom(ProtGenerics,scanIndex)
1 change: 1 addition & 0 deletions R/MsBackendRawFileReader.R
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ setMethod("scanType", "MsBackendRawFileReader",
})

#' @exportMethod scanIndex
#' @importMethodsFrom ProtGenerics scanIndex
#' @rdname MsBackendRawFileReader
#' @return a character vector of scan index.
#' @examples
Expand Down

0 comments on commit eced04e

Please sign in to comment.