mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-flowclust: Update to 3.46.0.
* gnu/packages/bioconductor.scm (r-flowclust): Update to 3.46.0. [native-inputs]: Add r-devtools and r-ellipse. Change-Id: I8504dfcc28ac621ed4937d841d44f37855836ad2
This commit is contained in:
parent
4eb20674ff
commit
236bd2b6a8
1 changed files with 8 additions and 3 deletions
|
@ -21812,14 +21812,14 @@ statistics to the plot.")
|
||||||
(define-public r-flowclust
|
(define-public r-flowclust
|
||||||
(package
|
(package
|
||||||
(name "r-flowclust")
|
(name "r-flowclust")
|
||||||
(version "3.44.0")
|
(version "3.46.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowClust" version))
|
(uri (bioconductor-uri "flowClust" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0li9vcgk82vn5wqzmz6hbn04vqa5l0mwsb6vyb537mkcg45dhcr3"))))
|
"04zmgp11fajl72kif74zy3974dg780hx9dwp3g7y6dywf5bihlg6"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "flowClust")
|
`((upstream-name . "flowClust")
|
||||||
;; Avoid dependency cycle.
|
;; Avoid dependency cycle.
|
||||||
|
@ -21845,7 +21845,12 @@ statistics to the plot.")
|
||||||
(inputs
|
(inputs
|
||||||
(list gsl))
|
(list gsl))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config r-flowworkspace r-knitr r-testthat))
|
(list pkg-config
|
||||||
|
r-devtools
|
||||||
|
r-ellipse
|
||||||
|
r-flowworkspace
|
||||||
|
r-knitr
|
||||||
|
r-testthat))
|
||||||
(home-page "https://bioconductor.org/packages/flowClust")
|
(home-page "https://bioconductor.org/packages/flowClust")
|
||||||
(synopsis "Clustering for flow cytometry")
|
(synopsis "Clustering for flow cytometry")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue