gnu: r-bedr: Disable tests.

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

Change-Id: Ib0057f60a794b9cd0d52f5c4cd92079b74808824
This commit is contained in:
Ricardo Wurmus 2024-11-26 16:43:07 +01:00
parent 5d73904f72
commit 899d3394e5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26085,6 +26085,8 @@ (define-public r-bedr
(base32
"0zpqvyjgwyqawxm8qrhcv8zq2b3yxgcqkkc87br29yrl7sjb8h6j"))))
(build-system r-build-system)
;; FIXME Tests fail with: could not find function "context"
(arguments (list #:tests? #false))
(propagated-inputs
(list r-data-table
r-r-utils