gnu: r-derfinder: Enable all tests.

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

Change-Id: Ib4e5e8557209b5a46b48e77c52c6355676b3e577
This commit is contained in:
Ricardo Wurmus
2026-04-06 19:23:33 +02:00
parent 9a2efa7b44
commit 2763e48f66

View File

@@ -7242,17 +7242,6 @@ heterogeneity in the original high-dimensional space.")
"19r6bzx6lz03pvzjvvy0g6pbf48vzp229lbd2lpgp3z6x1ncrrz5"))))
(properties `((upstream-name . "derfinder")))
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'delete-bad-tests
(lambda _
;; These tests attempt to download files.
(delete-file "tests/testthat/test_data.R")
;; One test fails with: object of type 'closure' is not
;; subsettable
(delete-file "tests/testthat/test_Fstats.R"))))))
(propagated-inputs (list r-annotationdbi
r-biocgenerics
r-biocparallel