mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bodymaprat: Disable tests.
* gnu/packages/bioconductor.scm (r-bodymaprat)[arguments]: Disable tests. Change-Id: Icaa4428e4890a898c35444ae1bedd4258527ee37
This commit is contained in:
parent
cd9f1389d3
commit
0eec5846bb
1 changed files with 2 additions and 0 deletions
|
@ -2045,6 +2045,8 @@ example with the @code{biotmle} R package.")
|
|||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; Tests fail with: could not find function "bodymapRat"
|
||||
#:tests? #false
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'set-HOME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue