[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/27: gnu: r-seuratobject: Update to 5.0.0.
From: |
guix-commits |
Subject: |
21/27: gnu: r-seuratobject: Update to 5.0.0. |
Date: |
Tue, 31 Oct 2023 16:58:43 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a14e534dbdaba3a3c763d55b830160ab82c845b3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 31 17:15:12 2023 +0100
gnu: r-seuratobject: Update to 5.0.0.
* gnu/packages/cran.scm (r-seuratobject): Update to 5.0.0.
[propagated-inputs]: Add r-generics, r-lifecycle, and r-spam.
Change-Id: I8486d42c1f9d3e5f4b9fc091a4d4aab7b1c803b6
---
gnu/packages/cran.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d1142d3896..69dcd3bd10 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35871,25 +35871,28 @@ data to rasters. It speeds up plotting of data with
millions of points.")
(define-public r-seuratobject
(package
(name "r-seuratobject")
- (version "4.1.4")
+ (version "5.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "SeuratObject" version))
(sha256
(base32
- "1vqhad76hnr0l47klg56fniah4cvpzbkkl0j1cn9cp3rv6d69rvl"))))
+ "0wlr53cswq7a7zzzzkif82iy4xrrd2afz093b265kjlq4qxmzn9d"))))
(properties `((upstream-name . "SeuratObject")))
(build-system r-build-system)
(propagated-inputs
(list r-future
r-future-apply
+ r-generics
+ r-lifecycle
r-matrix
r-progressr
r-rcpp
r-rcppeigen
r-rlang
- r-sp))
+ r-sp
+ r-spam))
(home-page "https://satijalab.org/seurat")
(synopsis "Data structures for single cell data")
(description
- branch master updated (e82b700228 -> 4254269ad5), guix-commits, 2023/10/31
- 01/27: gnu: r-rsqlite: Update to 2.3.2., guix-commits, 2023/10/31
- 03/27: gnu: r-abn: Update to 3.0.2., guix-commits, 2023/10/31
- 04/27: gnu: r-consort: Update to 1.2.1., guix-commits, 2023/10/31
- 08/27: gnu: r-rbibutils: Update to 2.2.16., guix-commits, 2023/10/31
- 07/27: gnu: r-lambertw: Update to 0.6.9., guix-commits, 2023/10/31
- 16/27: gnu: r-adagio: Update to 0.9.2., guix-commits, 2023/10/31
- 19/27: gnu: r-spatstat: Update to 3.0-7., guix-commits, 2023/10/31
- 21/27: gnu: r-seuratobject: Update to 5.0.0.,
guix-commits <=
- 14/27: gnu: r-sampling: Update to 2.10., guix-commits, 2023/10/31
- 06/27: gnu: r-mbess: Update to 4.9.3., guix-commits, 2023/10/31
- 15/27: gnu: r-rintrojs: Update to 0.3.3., guix-commits, 2023/10/31
- 20/27: gnu: r-rfast: Update to 2.0.9., guix-commits, 2023/10/31
- 22/27: gnu: r-strex: Update to 1.6.1., guix-commits, 2023/10/31
- 23/27: gnu: r-knitr: Update to 1.45., guix-commits, 2023/10/31
- 25/27: gnu: r-checkmate: Update to 2.3.0., guix-commits, 2023/10/31
- 24/27: gnu: r-dbplyr: Update to 2.4.0., guix-commits, 2023/10/31
- 26/27: gnu: r-withr: Update to 2.5.2., guix-commits, 2023/10/31
- 27/27: gnu: r-logspline: Update to 2.1.21., guix-commits, 2023/10/31