mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: r-ggformula: Replace custom phase with test arguments.
* gnu/packages/cran.scm (r-ggformula)[arguments]: Remove phase 'delete-bad-tests; provide SKIPPED-TESTS argument instead. Change-Id: Id64f18c83b7a8168bd83c6ccf3e2aaa61db92687
This commit is contained in:
@@ -29468,13 +29468,10 @@ haven package.")
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'delete-bad-tests
|
||||
(lambda _
|
||||
;; This file requires r-mosaic, which we can't add because of a
|
||||
;; dependency cycle.
|
||||
(delete-file "tests/testthat/test-layer-factory.R"))))))
|
||||
#:skipped-tests
|
||||
;; This file requires r-mosaic, which we can't add because of a
|
||||
;; dependency cycle.
|
||||
'("test-layer-factory.R")))
|
||||
(propagated-inputs
|
||||
(list r-ggiraph
|
||||
r-ggplot2
|
||||
|
||||
Reference in New Issue
Block a user