mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: r-ncdfflow: Delete bad tests.
* gnu/packages/bioconductor.scm (r-ncdfflow)[arguments]: Add phase 'delete-bad-tests. [properties]: Tell updater not to add r-flowstats. Change-Id: I3ba5519d907890d606ea1160d4b715ce82392e36
This commit is contained in:
parent
1bdde11073
commit
62c0eda7f4
1 changed files with 12 additions and 1 deletions
|
@ -20075,8 +20075,19 @@ change point detection.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16djrka94dhj041sd52ni9r5283fpnj5h5ljzzjqfik10fc9k5z5"))))
|
"16djrka94dhj041sd52ni9r5283fpnj5h5ljzzjqfik10fc9k5z5"))))
|
||||||
(properties `((upstream-name . "ncdfFlow")))
|
(properties
|
||||||
|
`((upstream-name . "ncdfFlow")
|
||||||
|
;; Avoid dependency cycle.
|
||||||
|
(updater-ignored-native-inputs . ("r-flowstats"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
'(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'delete-bad-tests
|
||||||
|
(lambda _
|
||||||
|
;; Avoid dependency cycle.
|
||||||
|
(delete-file "tests/testthat/test_ncdfFlowSet_accessor.R"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-bh
|
(list r-bh
|
||||||
r-biobase
|
r-biobase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue