mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-flowviz: Update to 1.52.0.
* gnu/packages/bioconductor.scm (r-flowviz): Update to 1.52.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
3407dfa61f
commit
062789b87a
1 changed files with 4 additions and 2 deletions
|
@ -6016,14 +6016,14 @@ (define-public r-ggcyto
|
|||
(define-public r-flowviz
|
||||
(package
|
||||
(name "r-flowviz")
|
||||
(version "1.50.0")
|
||||
(version "1.52.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowViz" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ik16bxcfcg3q26ra3055718kskid64aaazcbqsxalca9ppdm4k7"))))
|
||||
"0f3jfwdmaq9wrgl737blk5gmpc29l9kb6nadqhxpvbjwqsnzx0yq"))))
|
||||
(properties `((upstream-name . "flowViz")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -6036,6 +6036,8 @@ (define-public r-flowviz
|
|||
("r-latticeextra" ,r-latticeextra)
|
||||
("r-mass" ,r-mass)
|
||||
("r-rcolorbrewer" ,r-rcolorbrewer)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/flowViz/")
|
||||
(synopsis "Visualization for flow cytometry")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue