mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
951bdcc925
commit
f577adac87
1 changed files with 8 additions and 2 deletions
|
@ -20187,8 +20187,14 @@ statistics to the plot.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ymqx5zasrr5snmg71p58hk526yxpvs4d78df2hgxfah5w6vxd6w"))))
|
"1ymqx5zasrr5snmg71p58hk526yxpvs4d78df2hgxfah5w6vxd6w"))))
|
||||||
(properties `((upstream-name . "flowViz")))
|
(properties
|
||||||
|
`((upstream-name . "flowViz")
|
||||||
|
;; Avoid dependency cycle.
|
||||||
|
(updater-ignored-native-inputs . ("r-flowstats"))))
|
||||||
(build-system r-build-system)
|
(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
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
r-flowcore
|
r-flowcore
|
||||||
|
@ -20200,7 +20206,7 @@ statistics to the plot.")
|
||||||
r-mass
|
r-mass
|
||||||
r-rcolorbrewer))
|
r-rcolorbrewer))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-knitr r-ncdfflow r-testthat))
|
||||||
(home-page "https://bioconductor.org/packages/flowViz/")
|
(home-page "https://bioconductor.org/packages/flowViz/")
|
||||||
(synopsis "Visualization for flow cytometry")
|
(synopsis "Visualization for flow cytometry")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue