[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/43: gnu: r-seurat: Update to 3.2.1.
From: |
guix-commits |
Subject: |
36/43: gnu: r-seurat: Update to 3.2.1. |
Date: |
Mon, 14 Sep 2020 13:07:35 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 8731d274ae1afb53a85151629f34e35d2eeb75c0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 14 19:03:29 2020 +0200
gnu: r-seurat: Update to 3.2.1.
* gnu/packages/cran.scm (r-seurat): Update to 3.2.1.
[propagated-inputs]: Remove r-ape; add r-matrixstats.
---
gnu/packages/cran.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1c4e894..20e2bc3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24437,18 +24437,17 @@ as allowing spectra with different resolutions.")
(define-public r-seurat
(package
(name "r-seurat")
- (version "3.2.0")
+ (version "3.2.1")
(source (origin
(method url-fetch)
(uri (cran-uri "Seurat" version))
(sha256
(base32
- "1vj3dlsqakgnn4x1jz9fkl2cy0jzc5s65h1c20fnamr7lk45pnf2"))))
+ "0jipc4xpmx56jzc31w6nsl77ah8x8wq7jclg2mxhjql4ixkwmz54"))))
(properties `((upstream-name . "Seurat")))
(build-system r-build-system)
(propagated-inputs
- `(("r-ape" ,r-ape)
- ("r-cluster" ,r-cluster)
+ `(("r-cluster" ,r-cluster)
("r-cowplot" ,r-cowplot)
("r-fitdistrplus" ,r-fitdistrplus)
("r-future" ,r-future)
@@ -24466,6 +24465,7 @@ as allowing spectra with different resolutions.")
("r-lmtest" ,r-lmtest)
("r-mass" ,r-mass)
("r-matrix" ,r-matrix)
+ ("r-matrixstats" ,r-matrixstats)
("r-miniui" ,r-miniui)
("r-patchwork" ,r-patchwork)
("r-pbapply" ,r-pbapply)
- 28/43: gnu: r-sf: Update to 0.9-6., (continued)
- 28/43: gnu: r-sf: Update to 0.9-6., guix-commits, 2020/09/14
- 22/43: gnu: r-misc3d: Update to 0.9-0., guix-commits, 2020/09/14
- 24/43: gnu: r-fields: Update to 11.4., guix-commits, 2020/09/14
- 25/43: gnu: r-etm: Update to 1.1.1., guix-commits, 2020/09/14
- 26/43: gnu: r-shinyjs: Update to 2.0.0., guix-commits, 2020/09/14
- 30/43: gnu: r-systemfonts: Update to 0.3.1., guix-commits, 2020/09/14
- 31/43: gnu: r-parameters: Update to 0.8.5., guix-commits, 2020/09/14
- 34/43: gnu: r-scatterpie: Update to 0.1.5., guix-commits, 2020/09/14
- 32/43: gnu: r-gamlss: Update to 5.2-0., guix-commits, 2020/09/14
- 35/43: gnu: r-rfast: Update to 2.0.1., guix-commits, 2020/09/14
- 36/43: gnu: r-seurat: Update to 3.2.1.,
guix-commits <=
- 37/43: gnu: r-diversitree: Update to 0.9-14., guix-commits, 2020/09/14
- 40/43: gnu: r-ggdendro: Update to 0.1.22., guix-commits, 2020/09/14
- 41/43: gnu: r-rcpparmadillo: Update to 0.9.900.3.0., guix-commits, 2020/09/14
- 42/43: gnu: r-cowplot: Update to 1.1.0., guix-commits, 2020/09/14
- 43/43: gnu: r-quantreg: Update to 5.67., guix-commits, 2020/09/14