gnu: r-bedtorch: Disable tests.

* gnu/packages/bioinformatics.scm (r-bedtorch)[arguments]: Disable tests.
[native-inputs]: Add r-testthat.

Change-Id: Ia06aca330528eb2b9eea569d5d12db0f12d6511e
This commit is contained in:
Ricardo Wurmus 2024-11-26 11:38:26 +01:00 committed by Andreas Enge
parent e0c512a00a
commit 073056638c
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -824,6 +824,8 @@ (define-public r-bedtorch
"08l04iqf54b5995gc7rvqqd7w327fwqs7qjyhc9y5cqfj8yv4c48"))))
(properties `((upstream-name . "bedtorch")))
(build-system r-build-system)
;; Some of the tests attempt to download files off the internet.
(arguments (list #:tests? #false))
(propagated-inputs
(list r-assertthat
r-curl
@ -840,6 +842,7 @@ (define-public r-bedtorch
r-s4vectors
r-stringr
r-tidyr))
(native-inputs (list r-testthat))
(home-page "https://github.com/haizi-zh/bedtorch/")
(synopsis "R package for fast BED-file manipulation")
(description