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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

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