mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-seqminer: Disable two tests.
* gnu/packages/cran.scm (r-seqminer)[arguments]: Add phase 'disable-bad-tests. Change-Id: I939922a57d8cbd1f50c0dababd527cf4e4144b44
This commit is contained in:
parent
37a20d67b7
commit
77cc7fba69
1 changed files with 13 additions and 0 deletions
|
|
@ -51312,6 +51312,19 @@ designs. Broman et al. (2018) <doi:10.1534/genetics.118.301595>.")
|
|||
(base32
|
||||
"15dkh4wfszfrpfpwyhnwj3bnkjfxm17bp0grr1wf4h6zxj0jbkp5"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-bad-tests
|
||||
(lambda _
|
||||
;; These tests fail with
|
||||
;; "`failure_message` must be a character vector, not absent."
|
||||
(substitute* "tests/testthat/test-vcf.R"
|
||||
((".*createSingleChromosomeBCFIndex.*" m)
|
||||
(string-append m "skip('skip')\n"))
|
||||
((".*createSingleChromosomeVCFIndex.*" m)
|
||||
(string-append m "skip('skip')\n"))))))))
|
||||
(inputs
|
||||
(list zlib))
|
||||
(native-inputs (list r-testthat))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue