mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 22:35:57 +02:00
gnu: r-ggdist: Replace custom phase with #:skipped-tests.
* gnu/packages/cran.scm (r-ggdist)[arguments]: Remove phase 'skip-bad-tests; provide #:skipped-tests argument. Change-Id: I43dd35d5d311e0865ff24163f8bfe39ae1cc24e2
This commit is contained in:
committed by
Andreas Enge
parent
1550831eba
commit
63ede74078
@@ -4683,14 +4683,10 @@ cluster diagrams.")
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'skip-bad-tests
|
||||
(lambda _
|
||||
;; Fetching the R releases requires internet access.
|
||||
(substitute* "tests/testthat/test.scale_.R"
|
||||
((".*mapping custom aesthetics works.*" m)
|
||||
(string-append m "skip('skip');\n"))))))))
|
||||
#:skipped-tests
|
||||
;; Fetching the R releases requires internet access.
|
||||
'(("test.scale_.R"
|
||||
"mapping custom aesthetics works"))))
|
||||
(propagated-inputs (list r-cli
|
||||
r-distributional
|
||||
r-ggplot2
|
||||
|
||||
Reference in New Issue
Block a user