From 844609294ebf0be733371bfc4888549d8c637edf Mon Sep 17 00:00:00 2001 From: Christian Panse Date: Thu, 16 May 2024 09:58:28 +0200 Subject: [PATCH] fix: warning and version bump .2 R CMD check by importMethodsFrom ProtGenerics scanIndex --- DESCRIPTION | 2 +- NAMESPACE | 1 + R/MsBackendRawFileReader.R | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7418882..8da7581 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: MsBackendRawFileReader Type: Package Title: Mass Spectrometry Backend for Reading Thermo Fisher Scientific raw Files -Version: 1.11.1 +Version: 1.11.2 Authors@R: c(person(given = "Christian", family = "Panse", email = "cp@fgcz.ethz.ch", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1975-3064")), diff --git a/NAMESPACE b/NAMESPACE index af79e88..b0315fc 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -29,3 +29,4 @@ importMethodsFrom(ProtGenerics,dataStorage) importMethodsFrom(ProtGenerics,intensity) importMethodsFrom(ProtGenerics,mz) importMethodsFrom(ProtGenerics,peaksData) +importMethodsFrom(ProtGenerics,scanIndex) diff --git a/R/MsBackendRawFileReader.R b/R/MsBackendRawFileReader.R index baf86c4..86ca07b 100644 --- a/R/MsBackendRawFileReader.R +++ b/R/MsBackendRawFileReader.R @@ -198,6 +198,7 @@ setMethod("scanType", "MsBackendRawFileReader", }) #' @exportMethod scanIndex +#' @importMethodsFrom ProtGenerics scanIndex #' @rdname MsBackendRawFileReader #' @return a character vector of scan index. #' @examples