[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
118/324: gnu: r-mbkmeans: Update to 1.8.0.
From: |
guix-commits |
Subject: |
118/324: gnu: r-mbkmeans: Update to 1.8.0. |
Date: |
Sat, 5 Jun 2021 03:15:02 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ff7a86f0ca342e9f48c961881c19944d026ef868
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:51 2021 +0200
gnu: r-mbkmeans: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-mbkmeans): Update to 1.8.0.
[propagated-inputs]: Remove r-bluster; add r-rcpparmadillo.
---
gnu/packages/bioconductor.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index f84dd15..aaee7f6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4842,29 +4842,29 @@ processing to visualization and annotation.")
(define-public r-mbkmeans
(package
(name "r-mbkmeans")
- (version "1.6.1")
+ (version "1.8.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "mbkmeans" version))
(sha256
(base32
- "0rc83mh9xzwczfn88j0xah86ldzi1kdfqgd938nj57ifx3zci4xh"))))
+ "1k7ngpx4s50jplrsv19zzjr7izpdl9wwppb218ih5cp0ki1gcc2n"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))
(propagated-inputs
- `(("r-delayedarray" ,r-delayedarray)
- ("r-rcpp" ,r-rcpp)
- ("r-s4vectors" ,r-s4vectors)
- ("r-singlecellexperiment" ,r-singlecellexperiment)
- ("r-summarizedexperiment" ,r-summarizedexperiment)
- ("r-clusterr" ,r-clusterr)
+ `(("r-beachmat" ,r-beachmat)
("r-benchmarkme" ,r-benchmarkme)
+ ("r-biocparallel" ,r-biocparallel)
+ ("r-clusterr" ,r-clusterr)
+ ("r-delayedarray" ,r-delayedarray)
("r-matrix" ,r-matrix)
- ("r-bluster" ,r-bluster)
- ("r-beachmat" ,r-beachmat)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcpparmadillo" ,r-rcpparmadillo)
("r-rhdf5lib" ,r-rhdf5lib)
- ("r-biocparallel" ,r-biocparallel)))
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-singlecellexperiment" ,r-singlecellexperiment)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)))
(home-page "https://bioconductor.org/packages/mbkmeans")
(synopsis "Mini-batch k-means clustering for single-cell RNA-seq")
(description "This package implements the mini-batch k-means algorithm for
- 74/324: gnu: r-genomicranges: Update to 1.44.0., (continued)
- 74/324: gnu: r-genomicranges: Update to 1.44.0., guix-commits, 2021/06/05
- 76/324: gnu: r-gseabase: Update to 1.54.0., guix-commits, 2021/06/05
- 77/324: gnu: r-hpar: Update to 1.34.0., guix-commits, 2021/06/05
- 81/324: gnu: r-keggrest: Update to 1.32.0., guix-commits, 2021/06/05
- 82/324: gnu: r-limma: Update to 3.48.0., guix-commits, 2021/06/05
- 89/324: gnu: r-protgenerics: Update to 1.24.0., guix-commits, 2021/06/05
- 101/324: gnu: r-structuralvariantannotation: Update to 1.8.0., guix-commits, 2021/06/05
- 110/324: gnu: r-zlibbioc: Update to 1.38.0., guix-commits, 2021/06/05
- 116/324: gnu: r-greylistchip: Update to 1.24.0., guix-commits, 2021/06/05
- 123/324: gnu: r-marray: Update to 1.70.0., guix-commits, 2021/06/05
- 118/324: gnu: r-mbkmeans: Update to 1.8.0.,
guix-commits <=
- 124/324: gnu: r-cghbase: Update to 1.52.0., guix-commits, 2021/06/05
- 128/324: gnu: r-chipcomp: Update to 1.22.0., guix-commits, 2021/06/05
- 131/324: gnu: r-interactionset: Update to 1.20.0., guix-commits, 2021/06/05
- 135/324: gnu: r-glimma: Update to 2.2.0., guix-commits, 2021/06/05
- 39/324: gnu: r-affyio: Update to 1.62.0., guix-commits, 2021/06/05
- 28/324: gnu: r-decipher: Update to 2.20.0., guix-commits, 2021/06/05
- 31/324: gnu: r-bluster: Update to 1.2.1., guix-commits, 2021/06/05
- 33/324: gnu: r-iranges: Update to 2.26.0., guix-commits, 2021/06/05
- 35/324: gnu: r-affycomp: Update to 1.68.0., guix-commits, 2021/06/05
- 36/324: gnu: r-affycompatible: Update to 1.52.0., guix-commits, 2021/06/05