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.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:43:12 +01:00
parent 4788286556
commit cd98078c75
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15778,14 +15778,14 @@ (define-public r-lintr
(define-public r-sctransform (define-public r-sctransform
(package (package
(name "r-sctransform") (name "r-sctransform")
(version "0.3") (version "0.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "sctransform" version)) (uri (cran-uri "sctransform" version))
(sha256 (sha256
(base32 (base32
"1vyjxzghfvw57pwncvkfg3lbcsqfdsiplh1h4vscxpnd3872nrq3")))) "0b8ni8dzlcikjm2bx5w8yi9vygx0qqxjrmnsy4kf7d1h03n2sxwa"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-future" ,r-future) `(("r-future" ,r-future)
@ -15794,8 +15794,9 @@ (define-public r-sctransform
("r-gridextra" ,r-gridextra) ("r-gridextra" ,r-gridextra)
("r-mass" ,r-mass) ("r-mass" ,r-mass)
("r-matrix" ,r-matrix) ("r-matrix" ,r-matrix)
("r-matrixstats" ,r-matrixstats)
("r-rcpp" ,r-rcpp) ("r-rcpp" ,r-rcpp)
("r-rcppeigen" ,r-rcppeigen) ("r-rcpparmadillo" ,r-rcpparmadillo)
("r-reshape2" ,r-reshape2))) ("r-reshape2" ,r-reshape2)))
(home-page "https://github.com/ChristophH/sctransform") (home-page "https://github.com/ChristophH/sctransform")
(synopsis "Variance stabilizing transformations for Single Cell UMI Data") (synopsis "Variance stabilizing transformations for Single Cell UMI Data")