gnu: r-acde: Disable tests.

* gnu/packages/bioconductor.scm (r-acde)[arguments]: Disable tests.
[native-inputs]: Add r-biocgenerics.

Change-Id: I801951e942c80843bbdd6bc2eb63a31ddaf365a2
This commit is contained in:
Ricardo Wurmus 2024-11-24 10:57:24 +01:00
parent f848e45061
commit fb8f5b8c37
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20808,8 +20808,10 @@ on whole-genome tiling array experiments quite easily with enough memory.")
"0x49x7xyjwfw5zf4w4rchapnb40mr1c6shj5cdsg9cbwwdz971ws"))))
(properties `((upstream-name . "acde")))
(build-system r-build-system)
;; FIXME One test fails.
(arguments (list #:tests? #false))
(propagated-inputs (list r-boot))
(native-inputs (list r-runit))
(native-inputs (list r-biocgenerics r-runit))
(home-page "https://bioconductor.org/packages/acde")
(synopsis
"Identification of differentially expressed genes with artificial components")