mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-seurat: Update to 4.3.0.
* gnu/packages/cran.scm (r-seurat): Update to 4.3.0. [propagated-inputs]: Remove r-spatstat-core; add r-progressr and r-spatstat-explore.
This commit is contained in:
parent
df18be44e1
commit
21db522259
1 changed files with 4 additions and 3 deletions
|
@ -31272,13 +31272,13 @@ other R users.")
|
||||||
(define-public r-seurat
|
(define-public r-seurat
|
||||||
(package
|
(package
|
||||||
(name "r-seurat")
|
(name "r-seurat")
|
||||||
(version "4.2.0")
|
(version "4.3.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
|
||||||
"1vzb2k21nnzlky5dbf586wnixffz7wc9ncrpbgdw8md2kcmd58r2"))))
|
"0z7rzxi1gli56k50s6w1363ndw18wykgk5xmc3g7jhpphqxwpfky"))))
|
||||||
(properties `((upstream-name . "Seurat")))
|
(properties `((upstream-name . "Seurat")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -31306,6 +31306,7 @@ other R users.")
|
||||||
r-pbapply
|
r-pbapply
|
||||||
r-plotly
|
r-plotly
|
||||||
r-png
|
r-png
|
||||||
|
r-progressr
|
||||||
r-rann
|
r-rann
|
||||||
r-rcolorbrewer
|
r-rcolorbrewer
|
||||||
r-rcpp
|
r-rcpp
|
||||||
|
@ -31321,7 +31322,7 @@ other R users.")
|
||||||
r-sctransform
|
r-sctransform
|
||||||
r-seuratobject
|
r-seuratobject
|
||||||
r-shiny
|
r-shiny
|
||||||
r-spatstat-core
|
r-spatstat-explore
|
||||||
r-spatstat-geom
|
r-spatstat-geom
|
||||||
r-tibble
|
r-tibble
|
||||||
r-uwot))
|
r-uwot))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue