mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: r-ewastools: Disable done test.
* gnu/packages/bioinformatics.scm (r-ewastools)[arguments]: Add phase 'disable-bad-tests. Change-Id: I65f3e8e1104ed51578dc25797692dc8e8ef199b9
This commit is contained in:
parent
6b33095a54
commit
65025b9445
1 changed files with 10 additions and 0 deletions
|
@ -1072,6 +1072,16 @@ simultaneously considered.")
|
|||
(base32 "0irarlnxfnasa755adxsn67rxsy01zwhjhw18g4cag08cqiyyw41"))))
|
||||
(properties `((upstream-name . "ewastools")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-bad-tests
|
||||
(lambda _
|
||||
;; Test data are missing.
|
||||
(substitute* "tests/testthat/test-minfi-pipeline.R"
|
||||
((".*compatibility with minfi.*" m)
|
||||
(string-append m "skip('guix')\n"))))))))
|
||||
(propagated-inputs
|
||||
(list r-data-table
|
||||
r-igraph
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue