Skip to content

Commit be99bd1

Browse files
authored
Merge pull request #40 from rformassspectrometry/bioconductor
add IRanges dep
2 parents d785cf9 + 74dd514 commit be99bd1

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: Chromatograms
22
Title: Infrastructure for Chromatographic Mass Spectrometry Data
3-
Version: 0.99.4
3+
Version: 0.99.5
44
Description: The Chromatograms packages defines an efficient infrastructure
55
for storing and handling of chromatographic mass spectrometry data. It
66
provides different implementations of *backends* to store and represent the
@@ -29,7 +29,8 @@ Depends:
2929
Imports:
3030
methods,
3131
S4Vectors,
32-
MsCoreUtils (>= 1.7.5)
32+
MsCoreUtils (>= 1.7.5),
33+
IRanges
3334
Suggests:
3435
msdata (>= 0.19.3),
3536
roxygen2,

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ importClassesFrom(ProtGenerics,ProcessingStep)
8181
importFrom(BiocParallel,SerialParam)
8282
importFrom(BiocParallel,bplapply)
8383
importFrom(BiocParallel,bpparam)
84+
importFrom(IRanges,NumericList)
8485
importFrom(MsCoreUtils,between)
8586
importFrom(MsCoreUtils,i2index)
8687
importFrom(MsCoreUtils,maxi)

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Version 0.99.0
1+
# Version 0.99.5
2+
3+
## Changes in 0.99.5
4+
5+
- Add `IRanges` dependency
26

37
## Changes in 0.99.4
48

R/ChromBackendSpectra.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ NULL
7373
#' @return Refer to the individual function description for information on the
7474
#' return value.
7575
#'
76+
#' @importFrom IRanges NumericList
77+
#'
7678
#' @examples
7779
#' library(Spectra)
7880
#' library(MsBackendMetaboLights)
@@ -115,7 +117,6 @@ NULL
115117
#'
116118
NULL
117119

118-
119120
#' @noRd
120121
ChromBackendSpectra <- setClass(
121122
"ChromBackendSpectra",

0 commit comments

Comments
 (0)