gnu: r-flowcore: Update to 2.0.1.

* gnu/packages/bioconductor.scm (r-flowcore): Update to 2.0.1.
[propagated-inputs]: Add r-rcpparmadillo and r-rprotobuflib.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-06-13 00:59:54 +02:00
parent 3c73d7c5e4
commit faff2de0da
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5889,14 +5889,14 @@ (define-public r-cytolib
(define-public r-flowcore
(package
(name "r-flowcore")
(version "1.52.1")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "flowCore" version))
(sha256
(base32
"08kvxc187iwlixibx1860jcp5g9bsw8abkv06x2qv1w83fas4pp2"))))
"1xalndmfidfzqwlppdanx7cnm4ysznq21ingmykhxni86s42kd8p"))))
(properties `((upstream-name . "flowCore")))
(build-system r-build-system)
(propagated-inputs
@ -5905,7 +5905,11 @@ (define-public r-flowcore
("r-biocgenerics" ,r-biocgenerics)
("r-cytolib" ,r-cytolib)
("r-matrixstats" ,r-matrixstats)
("r-rcpp" ,r-rcpp)))
("r-rcpp" ,r-rcpp)
("r-rcpparmadillo" ,r-rcpparmadillo)
("r-rprotobuflib" ,r-rprotobuflib)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/flowCore")
(synopsis "Basic structures for flow cytometry data")
(description