mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +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
|
||||
(base32
|
||||
"16djrka94dhj041sd52ni9r5283fpnj5h5ljzzjqfik10fc9k5z5"))))
|
||||
(properties `((upstream-name . "ncdfFlow")))
|
||||
(properties
|
||||
`((upstream-name . "ncdfFlow")
|
||||
;; Avoid dependency cycle.
|
||||
(updater-ignored-native-inputs . ("r-flowstats"))))
|
||||
(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
|
||||
(list r-bh
|
||||
r-biobase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue