gnu: r-flowclust: Update to 3.26.0.
* gnu/packages/bioconductor.scm (r-flowclust): Update to 3.26.0. [native-inputs]: Add r-knitr.master
parent
062789b87a
commit
b347d6c32b
|
@ -6047,14 +6047,14 @@ statistics to the plot.")
|
||||||
(define-public r-flowclust
|
(define-public r-flowclust
|
||||||
(package
|
(package
|
||||||
(name "r-flowclust")
|
(name "r-flowclust")
|
||||||
(version "3.24.0")
|
(version "3.26.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
|
||||||
"0k4bgc4mf512njfdfg5ld9l7slgfxyfh766jab87j96zrrgcnj8s"))))
|
"06mkq9y41jax07x4knhvhzgrkgqdvpvcw604bxdk6bv9wx3ipq5b"))))
|
||||||
(properties `((upstream-name . "flowClust")))
|
(properties `((upstream-name . "flowClust")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -6073,7 +6073,8 @@ statistics to the plot.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("gsl" ,gsl)))
|
`(("gsl" ,gsl)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("r-knitr" ,r-knitr)))
|
||||||
(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
|
||||||
|
|
Reference in New Issue