mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-ucsc-utils: Disable tests.
* gnu/packages/bioconductor.scm (r-ucsc-utils)[arguments]: Disable tests. Change-Id: Id01c315cdfbca4f8f7816dfca586e44a4688fab9
This commit is contained in:
parent
a7ee9359da
commit
c96b0f3813
1 changed files with 2 additions and 0 deletions
|
@ -22233,6 +22233,8 @@ directly interact with SingleCellExperiment and Seurat objects.")
|
|||
(base32 "14nyaqwz1mvaab5kj63j8h56f2n14v6dz5l1nl9zpp4icgx9hp64"))))
|
||||
(properties `((upstream-name . "UCSC.utils")))
|
||||
(build-system r-build-system)
|
||||
;; Tests require Internet access.
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs (list r-httr r-jsonlite r-s4vectors))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://bioconductor.org/packages/UCSC.utils")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue