1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-libcoin: Replace custom phase with test arguments.

* gnu/packages/cran.scm (r-libcoin)[arguments]: Remove phase
'delete-bad-tests; provide TEST-DIRECTORY and SKIPPED-TESTS arguments instead.

Change-Id: Ia8b2765472a1883862c70a3887514c1e5c1cd57b
This commit is contained in:
Ricardo Wurmus
2026-03-11 20:06:48 +01:00
parent 4a0e418e42
commit 1f40f7f9aa

View File

@@ -30982,12 +30982,10 @@ Cohen (1988).")
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'delete-bad-tests
(lambda _
;; This file requires r-coin, which depends on this package.
(delete-file "tests/regtest_libcoin.R"))))))
#:test-directory "tests"
#:skipped-tests
;; This file requires r-coin, which depends on this package.
'("regtest_libcoin.R")))
(propagated-inputs (list r-mvtnorm))
(home-page "https://cran.r-project.org/web/packages/libcoin")
(synopsis "Linear test statistics for permutation inference")