1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 09:00:39 +02:00

gnu: r-datawizard: Replace custom phase with #:skipped-tests.

* gnu/packages/cran.scm (r-datawizard)[arguments]: Remove phase
'disable-bad-tests; provide #:skipped-tests argument.

Change-Id: I9f4d5654db714d4bddc295ad3dd51b39b1b4f6d2
This commit is contained in:
Ricardo Wurmus
2026-02-18 10:11:06 +01:00
committed by Andreas Enge
parent 63ede74078
commit 56e8a87a7b

View File

@@ -2594,14 +2594,10 @@ and fast file reading.")
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'disable-bad-tests
(lambda _
;; Fails with "NA in coercion to boolean"
(substitute* "tests/testthat/test-data_rename.R"
((".*data_rename: multiple selection types.*" m)
(string-append m "skip('skip');\n"))))))))
#:skipped-tests
;; Fails with "NA in coercion to boolean"
'(("test-data_rename.R"
"data_rename: multiple selection types"))))
(propagated-inputs
(list r-insight))
(native-inputs