guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

305/324: gnu: r-scater: Update to 1.20.0.


From: guix-commits
Subject: 305/324: gnu: r-scater: Update to 1.20.0.
Date: Sat, 5 Jun 2021 03:16:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d9755a22f6738b3e3ee65101b33e1bbe666fbd48
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:14 2021 +0200

    gnu: r-scater: Update to 1.20.0.
    
    * gnu/packages/bioconductor.scm (r-scater): Update to 1.20.0.
    [propagated-inputs]: Add r-beachmat, r-rcolorbrewer, and r-rtsne.
---
 gnu/packages/bioconductor.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4a15a15..8c660d4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12560,16 +12560,17 @@ of other packages.")
 (define-public r-scater
   (package
     (name "r-scater")
-    (version "1.18.6")
+    (version "1.20.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "scater" version))
               (sha256
                (base32
-                "0k1ls5gqv1zsn1w2kszhmbhwfccfjw8khk36s5zbf90rbbkw5609"))))
+                "0rppbd0mfyi41wb56i499mk3nj2ljhgnv3bv0k2p31bngvmb03j5"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-biocgenerics" ,r-biocgenerics)
+     `(("r-beachmat" ,r-beachmat)
+       ("r-biocgenerics" ,r-biocgenerics)
        ("r-biocneighbors" ,r-biocneighbors)
        ("r-biocparallel" ,r-biocparallel)
        ("r-biocsingular" ,r-biocsingular)
@@ -12579,7 +12580,9 @@ of other packages.")
        ("r-ggplot2" ,r-ggplot2)
        ("r-gridextra" ,r-gridextra)
        ("r-matrix" ,r-matrix)
+       ("r-rcolorbrewer" ,r-rcolorbrewer)
        ("r-rlang" ,r-rlang)
+       ("r-rtsne" ,r-rtsne)
        ("r-s4vectors" ,r-s4vectors)
        ("r-scuttle" ,r-scuttle)
        ("r-singlecellexperiment" ,r-singlecellexperiment)



reply via email to

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