1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-18 08:10:29 +02:00

gnu: r-bodymaprat: Disable tests.

* gnu/packages/bioconductor.scm (r-bodymaprat)[arguments]: Disable tests.

Change-Id: Icaa4428e4890a898c35444ae1bedd4258527ee37
This commit is contained in:
Ricardo Wurmus
2024-11-27 20:24:52 +01:00
parent cd9f1389d3
commit 0eec5846bb

View File

@@ -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