mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-gqtlbase: Disable tests.
* gnu/packages/bioconductor.scm (r-gqtlbase)[arguments]: Disable tests; remove trailing #T from 'fix-imports phase. [native-inputs]: Add r-runit. Change-Id: Ic05a67edccfb5eebe312811d461d65bc49929ec9
This commit is contained in:
parent
a4a110c6c6
commit
1bdde11073
1 changed files with 7 additions and 5 deletions
|
@ -24458,15 +24458,17 @@ (define-public r-gqtlbase
|
|||
(properties `((upstream-name . "gQTLBase")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list
|
||||
;; Tests fail with "The file does not exist".
|
||||
#:tests? #false
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
;; This is an upstream bug.
|
||||
(add-after 'unpack 'fix-imports
|
||||
(lambda _
|
||||
(substitute* "NAMESPACE"
|
||||
((".*maxffmode.*") "")
|
||||
(("importFrom\\(ff,.*") "import(ff)\n"))
|
||||
#t)))))
|
||||
(("importFrom\\(ff,.*") "import(ff)\n")))))))
|
||||
(propagated-inputs
|
||||
(list r-batchjobs
|
||||
r-bbmisc
|
||||
|
@ -24482,7 +24484,7 @@ (define-public r-gqtlbase
|
|||
r-s4vectors
|
||||
r-summarizedexperiment))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(list r-knitr r-runit))
|
||||
(home-page "https://bioconductor.org/packages/gQTLBase")
|
||||
(synopsis "Infrastructure for eQTL, mQTL and similar studies")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue