gnu: r-seuratobject: Update to 4.0.1.
* gnu/packages/cran.scm (r-seuratobject): Update to 4.0.1. [propagated-inputs]: Remove r-sctransform.master
parent
428fda3587
commit
0df3c20243
|
@ -26767,22 +26767,21 @@ data to rasters. It speeds up plotting of data with millions of points.")
|
||||||
(define-public r-seuratobject
|
(define-public r-seuratobject
|
||||||
(package
|
(package
|
||||||
(name "r-seuratobject")
|
(name "r-seuratobject")
|
||||||
(version "4.0.0")
|
(version "4.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "SeuratObject" version))
|
(uri (cran-uri "SeuratObject" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03k27z7g76wy7mfja2cpxq183xk0906k9gxb2j6p1zw341gv4gii"))))
|
"0g32ivx7g64a1sbxc5ym1832wh14w22z025lzyasn8yn2769c1f9"))))
|
||||||
(properties `((upstream-name . "SeuratObject")))
|
(properties `((upstream-name . "SeuratObject")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-matrix" ,r-matrix)
|
`(("r-matrix" ,r-matrix)
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
("r-rcppeigen" ,r-rcppeigen)
|
("r-rcppeigen" ,r-rcppeigen)
|
||||||
("r-rlang" ,r-rlang)
|
("r-rlang" ,r-rlang)))
|
||||||
("r-sctransform" ,r-sctransform)))
|
|
||||||
(home-page "https://satijalab.org/seurat")
|
(home-page "https://satijalab.org/seurat")
|
||||||
(synopsis "Data structures for single cell data")
|
(synopsis "Data structures for single cell data")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue