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

View file

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