mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: r-metagenomeseq: Enable all tests.
* gnu/packages/bioconductor.scm (r-metagenomeseq)[arguments]: Remove phase 'delete-bad-tests. Change-Id: I17d0d965b6d7702dfd6eb24eef288a51915aa3f6
This commit is contained in:
@@ -11321,14 +11321,6 @@ mixes commonly used in MS experiments.")
|
||||
(base32 "0bkgf6kyh7j767cynxcxqm9xxrqxfq0zzps82hj168n27agx5m30"))))
|
||||
(properties `((upstream-name . "metagenomeSeq")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'delete-bad-tests
|
||||
(lambda _
|
||||
;; Two tests fail with accuracy problems.
|
||||
(delete-file "tests/testthat/test-fitZig.R"))))))
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
r-foreach
|
||||
|
||||
Reference in New Issue
Block a user