me
/
guix
Archived
1
0
Fork 0

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.
Ricardo Wurmus 2022-11-29 15:22:30 +01:00
parent df18be44e1
commit 21db522259
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -31272,13 +31272,13 @@ other R users.")
(define-public r-seurat
(package
(name "r-seurat")
(version "4.2.0")
(version "4.3.0")
(source (origin
(method url-fetch)
(uri (cran-uri "Seurat" version))
(sha256
(base32
"1vzb2k21nnzlky5dbf586wnixffz7wc9ncrpbgdw8md2kcmd58r2"))))
"0z7rzxi1gli56k50s6w1363ndw18wykgk5xmc3g7jhpphqxwpfky"))))
(properties `((upstream-name . "Seurat")))
(build-system r-build-system)
(propagated-inputs
@ -31306,6 +31306,7 @@ other R users.")
r-pbapply
r-plotly
r-png
r-progressr
r-rann
r-rcolorbrewer
r-rcpp
@ -31321,7 +31322,7 @@ other R users.")
r-sctransform
r-seuratobject
r-shiny
r-spatstat-core
r-spatstat-explore
r-spatstat-geom
r-tibble
r-uwot))