mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: r-forestplot: Replace custom phase with SKIPPED-TESTS argument.
* gnu/packages/cran.scm (r-forestplot)[arguments]: Remove phase 'delete-bad-tests; supply TEST-DIRECTORY and SKIPPED-TESTS arguments instead. Change-Id: I785bd439887f016c4863b89c947292e357f65c75
This commit is contained in:
@@ -47023,12 +47023,10 @@ space models and automatic ARIMA modelling.")
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'delete-bad-tests
|
||||
(lambda _
|
||||
;; This depends on r-greg, which depends on this package.
|
||||
(delete-file "tests/test_visual_with_Greg.R"))))))
|
||||
#:test-directory "tests"
|
||||
#:skipped-tests
|
||||
;; This depends on r-greg, which depends on this package.
|
||||
'("test_visual_with_Greg.R")))
|
||||
(propagated-inputs
|
||||
(list r-abind r-checkmate))
|
||||
(native-inputs (list r-dplyr
|
||||
|
||||
Reference in New Issue
Block a user