mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +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:
@@ -7228,12 +7228,9 @@ multivariate analysis.")
|
|||||||
(list
|
(list
|
||||||
;; Vignettes require r-ggally.
|
;; Vignettes require r-ggally.
|
||||||
#:test-types '(list "tests")
|
#:test-types '(list "tests")
|
||||||
#:phases
|
;; These tests require r-rrcov, leading to a dependency cycle.
|
||||||
'(modify-phases %standard-phases
|
#:test-directory "tests"
|
||||||
(add-after 'unpack 'delete-bad-tests
|
#:skipped-tests '("tmcd.R")))
|
||||||
(lambda _
|
|
||||||
;; These tests require r-rrcov, leading to a dependency cycle.
|
|
||||||
(delete-file "tests/tmcd.R"))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gfortran
|
(list gfortran
|
||||||
r-cluster
|
r-cluster
|
||||||
|
|||||||
Reference in New Issue
Block a user