mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-monocle: Update to 2.24.0.
* gnu/packages/bioconductor.scm (r-monocle): Update to 2.24.0. [propagated-inputs]: Remove r-densityclust; add r-leidenbase.
This commit is contained in:
parent
2fb6818ab8
commit
84d78abd52
1 changed files with 3 additions and 3 deletions
|
@ -7597,14 +7597,14 @@ (define-public r-mast
|
|||
(define-public r-monocle
|
||||
(package
|
||||
(name "r-monocle")
|
||||
(version "2.22.0")
|
||||
(version "2.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "monocle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wb2c1jf502lrfx3d0amb09fvhalrwxvpsp99jsab162v4hddg85"))))
|
||||
"1fyqd7qhij2iyx9vdmgnx2qf0w3kwbkmg805539zrmxry8cwfldb"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
|
@ -7613,13 +7613,13 @@ (define-public r-monocle
|
|||
r-cluster
|
||||
r-combinat
|
||||
r-ddrtree
|
||||
r-densityclust
|
||||
r-dplyr
|
||||
r-fastica
|
||||
r-ggplot2
|
||||
r-hsmmsinglecell
|
||||
r-igraph
|
||||
r-irlba
|
||||
r-leidenbase
|
||||
r-limma
|
||||
r-mass
|
||||
r-matrix
|
||||
|
|
Loading…
Reference in a new issue