gnu: r-sctransform: Update to 0.3.3.

* gnu/packages/cran.scm (r-sctransform): Update to 0.3.3.
[propagated-inputs]: Add r-dplyr, r-magrittr, and r-rlang.
This commit is contained in:
Ricardo Wurmus 2022-01-23 13:33:36 +01:00
parent 5e5b25bb9d
commit 91776fa18a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18652,26 +18652,29 @@ (define-public r-lintr
(define-public r-sctransform
(package
(name "r-sctransform")
(version "0.3.2")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "sctransform" version))
(sha256
(base32
"1p3m6i28nlxh6r609syn88cwlbdpl3dw44dy3gsijk2ibq20mfsx"))))
"0aqbcarsvvzkh5h4i65f08y4b8dfcs3zi62hmvfy24gj81f15bw3"))))
(build-system r-build-system)
(propagated-inputs
(list r-future
(list r-dplyr
r-future
r-future-apply
r-ggplot2
r-gridextra
r-magrittr
r-mass
r-matrix
r-matrixstats
r-rcpp
r-rcpparmadillo
r-reshape2))
r-reshape2
r-rlang))
(home-page "https://github.com/ChristophH/sctransform")
(synopsis "Variance stabilizing transformations for Single Cell UMI Data")
(description