Skip to content

Commit

Permalink
add sparseMatrixStats to suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
shazanfar committed Oct 15, 2024
1 parent d25076f commit 65f94a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: StabMap
Type: Package
Title: Stabilised mosaic single cell data integration using unshared features
Version: 0.99.4
Version: 0.99.5
Authors@R: c(
person("Shila", "Ghazanfar", , "[email protected]", role = c("aut", "cre", "ctb")),
person("Aiden", "Jin", role = "ctb"),
Expand Down Expand Up @@ -45,8 +45,9 @@ Suggests:
BiocStyle,
magrittr,
testthat (>= 3.0.0),
purrr
purrr,
sparseMatrixStats
LazyData: false
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bpstart)
importFrom(BiocParallel,bpstop)
importFrom(MatrixGenerics,rowMaxs)
importFrom(MatrixGenerics,rowVars)
importFrom(MatrixGenerics,rowWeightedVars)
importFrom(SummarizedExperiment,assay)
2 changes: 1 addition & 1 deletion R/stabMap.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
#'
#' head(out)
#'
#' @importFrom MatrixGenerics rowMaxs rowWeightedVars
#' @importFrom MatrixGenerics rowMaxs rowWeightedVars rowVars
#' @importFrom BiocParallel SerialParam bpstart bpstop
#' @export
stabMap <- function(assay_list,
Expand Down

0 comments on commit 65f94a9

Please sign in to comment.