Browse code

Enforcing minimum version of the upstream dependency Matrix 1.5-0

Robert Castelo authored on 20/09/2022 06:03:08
Showing 1 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: GSVA
2
-Version: 1.44.3
2
+Version: 1.44.4
3 3
 Title: Gene Set Variation Analysis for microarray and RNA-seq data
4 4
 Authors@R: c(person("Justin", "Guinney", role=c("aut", "cre"), email="justin.guinney@sagebase.org"),
5 5
              person("Robert", "Castelo", role="aut", email="robert.castelo@upf.edu"),
... ...
@@ -7,7 +7,7 @@ Authors@R: c(person("Justin", "Guinney", role=c("aut", "cre"), email="justin.gui
7 7
              person("Pablo Sebastian", "Rodriguez", role="ctb", email="pablosebastian.rodriguez@upf.edu"))
8 8
 Depends: R (>= 3.5.0)
9 9
 Imports: methods, stats, utils, graphics, S4Vectors, IRanges,
10
-         Biobase, SummarizedExperiment, GSEABase, Matrix, parallel,
10
+         Biobase, SummarizedExperiment, GSEABase, Matrix (>= 1.5-0), parallel,
11 11
          BiocParallel, SingleCellExperiment, sparseMatrixStats, DelayedArray,
12 12
          DelayedMatrixStats, HDF5Array, BiocSingular
13 13
 Suggests: BiocGenerics, RUnit, BiocStyle, knitr, rmarkdown, limma, RColorBrewer,