Skip to content

Commit

Permalink
v3.6.2 bugfix (in matter sgmixn)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuwisdelu committed Jun 10, 2024
1 parent d35bc78 commit 1c6249e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Cardinal
Type: Package
Title: A mass spectrometry imaging toolbox for statistical analysis
Version: 3.6.1
Version: 3.6.2
Date: 2021-11-21
Authors@R: person("Kylie Ariel", "Bemis",
email = "[email protected]",
Expand All @@ -13,7 +13,7 @@ License: Artistic-2.0
Depends: R (>= 4.3), ProtGenerics, BiocGenerics, BiocParallel,
S4Vectors (>= 0.27.3), methods, stats, stats4
Imports: CardinalIO, Biobase, EBImage, graphics, grDevices,
irlba, Matrix, matter, nlme, parallel, utils
irlba, Matrix, matter (>= 2.6.2), nlme, parallel, utils
Suggests: BiocStyle, testthat, knitr, rmarkdown
VignetteBuilder: knitr
biocViews: Software, Infrastructure, Proteomics, Lipidomics,
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

CHANGES IN VERSION 3.6.2 [2024-6-10]
-----------------------------------

BUG FIXES

o Version bump for 'matter' 2.6.2 bugfixes

CHANGES IN VERSION 3.6.1 [2024-5-17]
-----------------------------------

Expand Down

0 comments on commit 1c6249e

Please sign in to comment.