mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: r-seurat: Update to 5.0.0.
* gnu/packages/cran.scm (r-seurat): Update to 5.0.0. [propagated-inputs]: Add r-fastdummies, r-generics, r-lifecycle, r-rcpphnsw, and r-rspectra. Change-Id: If728a0340cdeec5c2d5671025711a2ed42ee265b
This commit is contained in:
parent
352ccf5122
commit
b4cf3fde74
1 changed files with 7 additions and 2 deletions
|
@ -36208,21 +36208,23 @@ (define-public r-seurat5object
|
||||||
(define-public r-seurat
|
(define-public r-seurat
|
||||||
(package
|
(package
|
||||||
(name "r-seurat")
|
(name "r-seurat")
|
||||||
(version "4.4.0")
|
(version "5.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Seurat" version))
|
(uri (cran-uri "Seurat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pdlvjh5xs1fyj2zic98sfz9zazbb45qywfqnhfzqb34jyaxy5qg"))))
|
"1hvqxfskwpw06dxc9hc9zvxqb73wr7qjxgrqgyjklxaq1xhr335v"))))
|
||||||
(properties `((upstream-name . "Seurat")))
|
(properties `((upstream-name . "Seurat")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-cluster
|
(list r-cluster
|
||||||
r-cowplot
|
r-cowplot
|
||||||
|
r-fastdummies
|
||||||
r-fitdistrplus
|
r-fitdistrplus
|
||||||
r-future
|
r-future
|
||||||
r-future-apply
|
r-future-apply
|
||||||
|
r-generics
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-ggrepel
|
r-ggrepel
|
||||||
r-ggridges
|
r-ggridges
|
||||||
|
@ -36233,6 +36235,7 @@ (define-public r-seurat
|
||||||
r-jsonlite
|
r-jsonlite
|
||||||
r-kernsmooth
|
r-kernsmooth
|
||||||
r-leiden
|
r-leiden
|
||||||
|
r-lifecycle
|
||||||
r-lmtest
|
r-lmtest
|
||||||
r-mass
|
r-mass
|
||||||
r-matrix
|
r-matrix
|
||||||
|
@ -36249,10 +36252,12 @@ (define-public r-seurat
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-rcppannoy
|
r-rcppannoy
|
||||||
r-rcppeigen
|
r-rcppeigen
|
||||||
|
r-rcpphnsw
|
||||||
r-rcppprogress
|
r-rcppprogress
|
||||||
r-reticulate
|
r-reticulate
|
||||||
r-rlang
|
r-rlang
|
||||||
r-rocr
|
r-rocr
|
||||||
|
r-rspectra
|
||||||
r-rtsne
|
r-rtsne
|
||||||
r-scales
|
r-scales
|
||||||
r-scattermore
|
r-scattermore
|
||||||
|
|
Loading…
Reference in a new issue