Skip to content

Commit

Permalink
Updated the package, version number bumped.
Browse files Browse the repository at this point in the history
  • Loading branch information
PratibhaPanwar committed Jan 7, 2025
1 parent 2e5ee69 commit 53d9a85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: clustSIGNAL
Type: Package
Title: clustSIGNAL: a spatial clustering method
Version: 0.99.6
Version: 0.99.7
Authors@R: c(
person("Pratibha", "Panwar", email = "[email protected]",
role = c("cre", "aut", "ctb"), comment = c(ORCID = "0000-0002-7437-7084")),
Expand All @@ -28,7 +28,7 @@ RoxygenNote: 7.3.2
Depends: R (>= 4.4.0), SpatialExperiment
Imports: BiocParallel,
BiocNeighbors,
bluster,
bluster (>= 1.16.0),
scater,
harmony,
SingleCellExperiment,
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## clustSIGNAL v0.99.7 (2025-01-08)
* Minor updates.
* Renamed the example dataset from example.RData to ClustSignal_example.RData
* Updated DESCRIPTION file to add bluster package version (>= 1.16.0) required to run ClustSIGNAL.

## clustSIGNAL v0.99.6 (2024-12-11)
* Modified adaptiveSmoothing() function to improve its runtime.
* Improved the tutorial vignette content.
Expand Down
3 changes: 2 additions & 1 deletion R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
#' A utility function to generate BPPARAM object.
#'
#' @param cores Desired number of cores for BPPARAM object.
#' @return A BPPPARAM object.
#' @importFrom BiocParallel SerialParam SnowParam MulticoreParam bpparam
#'
#' @return A BPPPARAM object.

.generateBPParam <- function(cores = 1) {
seed <- .Random.seed[1]
Expand Down

0 comments on commit 53d9a85

Please sign in to comment.