gnu: r-seuratobject: Update to 5.0.0.
* gnu/packages/cran.scm (r-seuratobject): Update to 5.0.0. [propagated-inputs]: Add r-generics, r-lifecycle, and r-spam. Change-Id: I8486d42c1f9d3e5f4b9fc091a4d4aab7b1c803b6
This commit is contained in:
parent
75db05d7db
commit
a14e534dbd
1 changed files with 6 additions and 3 deletions
|
@ -35871,25 +35871,28 @@ 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.1.4")
|
(version "5.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "SeuratObject" version))
|
(uri (cran-uri "SeuratObject" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vqhad76hnr0l47klg56fniah4cvpzbkkl0j1cn9cp3rv6d69rvl"))))
|
"0wlr53cswq7a7zzzzkif82iy4xrrd2afz093b265kjlq4qxmzn9d"))))
|
||||||
(properties `((upstream-name . "SeuratObject")))
|
(properties `((upstream-name . "SeuratObject")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-future
|
(list r-future
|
||||||
r-future-apply
|
r-future-apply
|
||||||
|
r-generics
|
||||||
|
r-lifecycle
|
||||||
r-matrix
|
r-matrix
|
||||||
r-progressr
|
r-progressr
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-rcppeigen
|
r-rcppeigen
|
||||||
r-rlang
|
r-rlang
|
||||||
r-sp))
|
r-sp
|
||||||
|
r-spam))
|
||||||
(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 a new issue