[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: r-flowviz: Disable tests.
From: |
guix-commits |
Subject: |
03/09: gnu: r-flowviz: Disable tests. |
Date: |
Wed, 27 Nov 2024 11:24:45 -0500 (EST) |
rekado pushed a commit to branch r-team
in repository guix.
commit 87728fa12ff76f91bc8ec3232cfa6a017640f609
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 27 17:15:07 2024 +0100
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
---
gnu/packages/bioconductor.scm | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 91b8964de6..1c1d47d71f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -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
- branch r-team updated (81a33ff5dc -> 062a767ef0), guix-commits, 2024/11/27
- 06/09: gnu: r-adductomicsr: Disable tests., guix-commits, 2024/11/27
- 03/09: gnu: r-flowviz: Disable tests.,
guix-commits <=
- 04/09: gnu: r-httpgd: Add missing input., guix-commits, 2024/11/27
- 01/09: gnu: Add r-derfinderdata., guix-commits, 2024/11/27
- 05/09: gnu: r-seraster: Add missing input., guix-commits, 2024/11/27
- 07/09: gnu: r-catalyst: Add missing input., guix-commits, 2024/11/27
- 09/09: gnu: r-brms: Fix vignettes., guix-commits, 2024/11/27
- 08/09: gnu: r-cycombine: Add missing input., guix-commits, 2024/11/27
- 02/09: gnu: r-derfinder: Add missing inputs., guix-commits, 2024/11/27