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

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

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

Change-Id: Icfbb16c47a50acbc5df14ccaa319064ee84b1a77
This commit is contained in:
Ricardo Wurmus
2026-03-11 14:40:42 +01:00
parent b12b1545cf
commit 02e6a8fd5d

View File

@@ -7228,12 +7228,9 @@ multivariate analysis.")
(list
;; Vignettes require r-ggally.
#:test-types '(list "tests")
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'delete-bad-tests
(lambda _
;; These tests require r-rrcov, leading to a dependency cycle.
(delete-file "tests/tmcd.R"))))))
;; These tests require r-rrcov, leading to a dependency cycle.
#:test-directory "tests"
#:skipped-tests '("tmcd.R")))
(native-inputs
(list gfortran
r-cluster