gnu: r-preprocesscore: Disable tests.

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

Change-Id: If3704b4fdf712b8ab65c02f55ed1c0cefc64fc8e
This commit is contained in:
Ricardo Wurmus 2024-11-23 00:54:06 +01:00 committed by Andreas Enge
parent 3d8078fa80
commit 8359559cd4
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -22310,6 +22310,8 @@ (define-public r-preprocesscore
(properties
`((upstream-name . "preprocessCore")))
(build-system r-build-system)
;; Tests fail with: "return code from pthread_create() is 22"
(arguments (list #:tests? #false))
(home-page "https://github.com/bmbolstad/preprocessCore")
(synopsis "Collection of pre-processing functions")
(description