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

gnu: r-calculus: Replace custom phase with SKIPPED-TESTS argument.

* gnu/packages/cran.scm (r-calculus)[arguments]: Remove phase
'delete-bad-tests; supply SKIPPED-TESTS argument instead.

Change-Id: Iaeb02ed0de4fb43f45f300b19abb9486b0548ad2
This commit is contained in:
Ricardo Wurmus
2026-03-12 13:25:45 +01:00
parent 84a23fbbb0
commit 8ade45da35

View File

@@ -53479,12 +53479,9 @@ rate speciation and extinction.")
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'delete-bad-tests
(lambda _
;; 17 tests here fail with minor accuracy errors.
(delete-file "tests/testthat/test-integral.R"))))))
#:skipped-tests
;; 18 tests here fail with minor accuracy errors.
'("test-integral.R")))
(propagated-inputs
(list r-rcpp))
(native-inputs