[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/93: gnu: r-sctransform: Update to 0.3.1.
From: |
guix-commits |
Subject: |
48/93: gnu: r-sctransform: Update to 0.3.1. |
Date: |
Sat, 31 Oct 2020 08:46:15 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit cd98078c7582b9eac6671df912892094c322ba3d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:43:12 2020 +0100
gnu: r-sctransform: Update to 0.3.1.
* gnu/packages/cran.scm (r-sctransform): Update to 0.3.1.
[propagated-inputs]: Remove r-rcppeigen; add r-matrixstats and
r-rcpparmadillo.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 38715a8..08702dc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15778,14 +15778,14 @@ code edited with @code{RStudio IDE}, @code{Emacs} and
@code{Vim}.")
(define-public r-sctransform
(package
(name "r-sctransform")
- (version "0.3")
+ (version "0.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "sctransform" version))
(sha256
(base32
- "1vyjxzghfvw57pwncvkfg3lbcsqfdsiplh1h4vscxpnd3872nrq3"))))
+ "0b8ni8dzlcikjm2bx5w8yi9vygx0qqxjrmnsy4kf7d1h03n2sxwa"))))
(build-system r-build-system)
(propagated-inputs
`(("r-future" ,r-future)
@@ -15794,8 +15794,9 @@ code edited with @code{RStudio IDE}, @code{Emacs} and
@code{Vim}.")
("r-gridextra" ,r-gridextra)
("r-mass" ,r-mass)
("r-matrix" ,r-matrix)
+ ("r-matrixstats" ,r-matrixstats)
("r-rcpp" ,r-rcpp)
- ("r-rcppeigen" ,r-rcppeigen)
+ ("r-rcpparmadillo" ,r-rcpparmadillo)
("r-reshape2" ,r-reshape2)))
(home-page "https://github.com/ChristophH/sctransform")
(synopsis "Variance stabilizing transformations for Single Cell UMI Data")
- 19/93: gnu: r-sna: Update to 2.6., (continued)
- 19/93: gnu: r-sna: Update to 2.6., guix-commits, 2020/10/31
- 17/93: gnu: r-xfun: Update to 0.19., guix-commits, 2020/10/31
- 16/93: gnu: r-cli: Update to 2.1.0., guix-commits, 2020/10/31
- 33/93: gnu: r-performance: Update to 0.5.1., guix-commits, 2020/10/31
- 40/93: gnu: r-fields: Update to 11.6., guix-commits, 2020/10/31
- 29/93: gnu: r-furrr: Update to 0.2.1., guix-commits, 2020/10/31
- 39/93: gnu: r-rnifti: Update to 1.2.3., guix-commits, 2020/10/31
- 18/93: gnu: r-network: Update to 1.16.1., guix-commits, 2020/10/31
- 31/93: gnu: r-emmeans: Update to 1.5.2-1., guix-commits, 2020/10/31
- 26/93: gnu: r-insight: Update to 0.10.0., guix-commits, 2020/10/31
- 48/93: gnu: r-sctransform: Update to 0.3.1.,
guix-commits <=
- 61/93: gnu: r-rcppziggurat: Update to 0.1.6., guix-commits, 2020/10/31
- 02/93: gnu: r-v8: Update to 3.3.1., guix-commits, 2020/10/31
- 09/93: gnu: r-getoptlong: Update to 1.0.4., guix-commits, 2020/10/31
- 32/93: gnu: r-bayestestr: Update to 0.7.5., guix-commits, 2020/10/31
- 45/93: gnu: r-haplo-stats: Update to 1.8.6., guix-commits, 2020/10/31
- 46/93: gnu: r-ldheatmap: Update to 1.0-4., guix-commits, 2020/10/31
- 47/93: gnu: r-bookdown: Update to 0.21., guix-commits, 2020/10/31
- 06/93: gnu: r-servr: Update to 0.20., guix-commits, 2020/10/31
- 12/93: gnu: r-squarem: Update to 2020.5., guix-commits, 2020/10/31
- 21/93: gnu: r-dosnow: Update to 1.0.19., guix-commits, 2020/10/31