gnu: r-flowviz: Disable tests.

* gnu/packages/bioconductor.scm (r-flowviz)[arguments]: Disable tests.
[properties]: Tell updater to ignore r-flowstats.
[native-inputs]: Add r-ncdfflow.

Change-Id: Ic6123c745dbfc25c026646e92a230a62db483306
This commit is contained in:
Ricardo Wurmus 2024-11-27 17:15:07 +01:00
parent 951bdcc925
commit f577adac87
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20187,8 +20187,14 @@ statistics to the plot.")
(sha256
(base32
"1ymqx5zasrr5snmg71p58hk526yxpvs4d78df2hgxfah5w6vxd6w"))))
(properties `((upstream-name . "flowViz")))
(properties
`((upstream-name . "flowViz")
;; Avoid dependency cycle.
(updater-ignored-native-inputs . ("r-flowstats"))))
(build-system r-build-system)
;; There is only one test file and it depends on r-flowstats, which
;; depends on this package.
(arguments (list #:tests? #false))
(propagated-inputs
(list r-biobase
r-flowcore
@ -20200,7 +20206,7 @@ statistics to the plot.")
r-mass
r-rcolorbrewer))
(native-inputs
(list r-knitr r-testthat))
(list r-knitr r-ncdfflow r-testthat))
(home-page "https://bioconductor.org/packages/flowViz/")
(synopsis "Visualization for flow cytometry")
(description