Skip to content

Commit

Permalink
Minor bug fixes
Browse files Browse the repository at this point in the history
version 2.15.2 (2023-12-22)
- Minor bug fixes
  • Loading branch information
catavallejos committed Dec 22, 2023
1 parent ef06313 commit 8e8f3d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: BASiCS
Type: Package
Title: Bayesian Analysis of Single-Cell Sequencing data
Version: 2.15.1
Date: 2023-11-20
Version: 2.15.2
Date: 2023-12-22
Authors@R: c(person("Catalina", "Vallejos", role=c("aut", "cre"),
email="[email protected]",
comment=c(ORCID = "0000-0003-3638-1960")),
Expand Down
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -1682,4 +1682,7 @@ version 2.13.3 (2023-06-16)

version 2.13.5 (2023-09-20)
- Minor update in no-spikes code to avoid re-calculating a constant quantity.
Does not affect output.
Does not affect output.

version 2.15.2 (2023-12-22)
- Minor bug fixes
2 changes: 1 addition & 1 deletion R/Methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#'
#' Data <- makeExampleBASiCS_Data()
#' Chain <- BASiCS_MCMC(Data, N = 50, Thin = 2, Burn = 2, Regression = FALSE)
#'|
#'
#' @author Catalina A. Vallejos \email{cnvallej@@uc.cl}
#'
#' @rdname BASiCS_Chain-methods
Expand Down
2 changes: 1 addition & 1 deletion man/BASiCS_Chain-methods.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e8f3d7

Please sign in to comment.