mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
e0c512a00a
commit
073056638c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue