Browse code

Add DelayedMatrixStats to Suggests field

Vignette uses the scale() method for DelayedMatrix objects (implemented in
the DelayedArray package) which uses the rowSds() method for DelayedMatrix
objects implemented in the DelayedMatrixStats package. Thus the ScaledMatrix
package needs to suggest DelayedMatrixStats.

Hervé Pagès authored on 14/04/2023 04:04:35
Showing 1 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: ScaledMatrix
2
-Version: 1.7.0
3
-Date: 2022-09-08
2
+Version: 1.7.1
3
+Date: 2023-04-13
4 4
 Title: Creating a DelayedMatrix of Scaled and Centered Values 
5 5
 Authors@R: person("Aaron", "Lun", role=c("aut", "cre", "cph"),
6 6
         email="[email protected]")
... ...
@@ -14,7 +14,8 @@ Suggests:
14 14
     BiocStyle, 
15 15
     knitr, 
16 16
     rmarkdown,
17
-    BiocSingular 
17
+    BiocSingular,
18
+    DelayedMatrixStats
18 19
 biocViews: 
19 20
     Software, 
20 21
     DataRepresentation