mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-glmgampoi: Delete bad test.
* gnu/packages/bioconductor.scm (r-glmgampoi)[arguments]: Add phase 'delete-bad-tests. Change-Id: I86d6e61d2cf452aae35a76a1535c6ba8e0311899
This commit is contained in:
parent
0ccd8f222a
commit
6f20da43b3
1 changed files with 8 additions and 0 deletions
|
@ -15814,6 +15814,14 @@ information.")
|
||||||
"141drlbgld05npk1bay7pcng7xmm43y26559qs8mxy9432cpzx9n"))))
|
"141drlbgld05npk1bay7pcng7xmm43y26559qs8mxy9432cpzx9n"))))
|
||||||
(properties `((upstream-name . "glmGamPoi")))
|
(properties `((upstream-name . "glmGamPoi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
'(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'delete-bad-tests
|
||||||
|
(lambda _
|
||||||
|
;; This test needs r-deseq2, which depends on this package.
|
||||||
|
(delete-file "tests/testthat/test-size_factors.R"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-beachmat
|
(list r-beachmat
|
||||||
r-biocgenerics
|
r-biocgenerics
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue