mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocset: Add missing inputs.
* gnu/packages/bioconductor.scm (r-biocset)[native-inputs]: Add r-gseabase and r-org-hs-eg-db. [arguments]: Add phase 'delete-bad-tests. Change-Id: I062af0403952e209b07488afa5b939bee60cadc0
This commit is contained in:
parent
965dd8b3bc
commit
3f2531f918
1 changed files with 11 additions and 1 deletions
|
@ -22531,6 +22531,16 @@ analytics on packages.")
|
||||||
"1jl4q3r6zcn837kd627wfki6z42bxdfklrj97c4r3cr3bnbyxvk0"))))
|
"1jl4q3r6zcn837kd627wfki6z42bxdfklrj97c4r3cr3bnbyxvk0"))))
|
||||||
(properties `((upstream-name . "BiocSet")))
|
(properties `((upstream-name . "BiocSet")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
'(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'delete-bad-tests
|
||||||
|
(lambda _
|
||||||
|
;; One test tries to connect to a website.
|
||||||
|
(delete-file "tests/testthat/test_mapping_set.R")
|
||||||
|
;; One test fails with a sorting error.
|
||||||
|
(delete-file "tests/testthat/test_BiocSet-methods.R"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationdbi
|
(list r-annotationdbi
|
||||||
r-biocio
|
r-biocio
|
||||||
|
@ -22543,7 +22553,7 @@ analytics on packages.")
|
||||||
r-tibble
|
r-tibble
|
||||||
r-tidyr))
|
r-tidyr))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-gseabase r-knitr r-org-hs-eg-db r-testthat))
|
||||||
(home-page
|
(home-page
|
||||||
"https://bioconductor.org/packages/BiocSet")
|
"https://bioconductor.org/packages/BiocSet")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue