1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-dendextend: Enable all but one test.

* gnu/packages/cran.scm (r-dendextend)[arguments]: Remove phase
'delete-bad-tests; supply SKIPPED-TESTS argument instead.

Change-Id: I7dd31bedd66fa9fe8b57c6e4e13f2c952231fe0e
This commit is contained in:
Ricardo Wurmus
2026-03-11 19:52:18 +01:00
parent 694359fbcb
commit fffc3c0da0

View File

@@ -18323,17 +18323,8 @@ Zero-inflated CMP regression (Sellers & Raim, 2016)
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'delete-bad-tests
(lambda _
;; Needs package seriation, but adding it would lead to a
;; dependency cycle.
(delete-file "tests/testthat/test-seriate_dendrogram.R")
;; XXX Test fails with: `best_entanglement` not identical to 0.
(delete-file "tests/testthat/test-untangle.R")
;; XXX Test fails with: !opt$warn is not TRUE
(delete-file "tests/testthat/test-zzz.R"))))))
#:skipped-tests
'(("test-seriate_dendrogram.R" "seriate_dendrogram works"))))
(propagated-inputs
(list r-ggplot2 r-magrittr r-viridis))
(native-inputs