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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user