guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]