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

gnu: r-abn: Enable all tests.

* gnu/packages/bioconductor.scm (r-abn)[arguments]: Remove phase
'delete-bad-tests.

Change-Id: I78978dfc6e606c90d24c6ef6b4cf0ed5f1af3492
This commit is contained in:
Ricardo Wurmus
2026-04-02 12:14:35 +02:00
parent 2bc95c61a7
commit acd2265821

View File

@@ -27328,14 +27328,6 @@ on the plot.")
(base32
"1l1yv2rc4aa3zp5w9qsr4n9mbr7g5n5bgldpvpy9z1wf664lxy8w"))))
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'delete-bad-tests
(lambda _
;; Seven tests need INLA, which bundles mystery binaries.
(delete-file "tests/testthat/test-build_score_cache.R"))))))
(inputs
(list gsl jags))
(propagated-inputs