guix-commits
[Top][All Lists]
Advanced

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

43/63: gnu: r-seurat: Update to 5.0.0.


From: guix-commits
Subject: 43/63: gnu: r-seurat: Update to 5.0.0.
Date: Wed, 15 Nov 2023 09:57:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b4cf3fde74852997fb9ca50bf0931d3cd584bc61
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 15 15:54:39 2023 +0100

    gnu: r-seurat: Update to 5.0.0.
    
    * gnu/packages/cran.scm (r-seurat): Update to 5.0.0.
    [propagated-inputs]: Add r-fastdummies, r-generics, r-lifecycle, 
r-rcpphnsw, and
    r-rspectra.
    
    Change-Id: If728a0340cdeec5c2d5671025711a2ed42ee265b
---
 gnu/packages/cran.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9feb75a87f..69ccebef27 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -36208,21 +36208,23 @@ other R users.")
 (define-public r-seurat
   (package
     (name "r-seurat")
-    (version "4.4.0")
+    (version "5.0.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "Seurat" version))
               (sha256
                (base32
-                "1pdlvjh5xs1fyj2zic98sfz9zazbb45qywfqnhfzqb34jyaxy5qg"))))
+                "1hvqxfskwpw06dxc9hc9zvxqb73wr7qjxgrqgyjklxaq1xhr335v"))))
     (properties `((upstream-name . "Seurat")))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cluster
            r-cowplot
+           r-fastdummies
            r-fitdistrplus
            r-future
            r-future-apply
+           r-generics
            r-ggplot2
            r-ggrepel
            r-ggridges
@@ -36233,6 +36235,7 @@ other R users.")
            r-jsonlite
            r-kernsmooth
            r-leiden
+           r-lifecycle
            r-lmtest
            r-mass
            r-matrix
@@ -36249,10 +36252,12 @@ other R users.")
            r-rcpp
            r-rcppannoy
            r-rcppeigen
+           r-rcpphnsw
            r-rcppprogress
            r-reticulate
            r-rlang
            r-rocr
+           r-rspectra
            r-rtsne
            r-scales
            r-scattermore



reply via email to

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