mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-abaenrichment: Adjust for testthat compatibility.
* gnu/packages/bioconductor.scm (r-abaenrichment)[arguments]: Add phase 'testthat-compatibility. Change-Id: I532339067402d2465b793bb16f6b137c425170ff
This commit is contained in:
parent
5492b50068
commit
1ec0fb5d18
1 changed files with 13 additions and 0 deletions
|
|
@ -20273,6 +20273,19 @@ annotations and ontologies.")
|
|||
(base32
|
||||
"1sp3f72rzlr822dxx42bswynrwwfx6f520hdhfdikqp13p2y4044"))))
|
||||
(properties `((upstream-name . "ABAEnrichment")))
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
;; These deprecated procedures have been removed in testthat.
|
||||
(add-after 'unpack 'testthat-compatibility
|
||||
(lambda _
|
||||
(substitute* '("tests/testthat/test_0load_by_name.R"
|
||||
"tests/testthat/test_aba_enrich.R"
|
||||
"tests/testthat/test_detect_identifier.R"
|
||||
"tests/testthat/test_get_superstructures.R")
|
||||
(("is_true\\(\\)") "expect_true")
|
||||
(("is_false\\(\\)") "expect_false")))))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-abadata
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue