mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: r-latex2exp: Skip bad test.
* gnu/packages/cran.scm (r-latex2exp)[arguments]: Add phase 'disable-bad-test. Change-Id: I8cd2d0428d3434866185f8d1f5e6cfc1f2e93981
This commit is contained in:
parent
c2b7144a80
commit
7ef8abcf75
1 changed files with 10 additions and 0 deletions
|
|
@ -47145,6 +47145,16 @@ appropriate dog and cat images for many status codes.")
|
|||
(base32
|
||||
"1jp0l0hi5kv4yh28qg2yj2z5fj33gnfvdz2g2v4ibn516fj2d636"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-bad-test
|
||||
(lambda _
|
||||
;; This test produces warnings.
|
||||
(substitute* "tests/testthat/test_simple.R"
|
||||
((".*Escaped symbols renders correctly.*" m)
|
||||
(string-append m "skip('skip')\n"))))))))
|
||||
(propagated-inputs
|
||||
(list r-magrittr r-stringr))
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue