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