gnu: r-manipulatewidget: Skip bad tests.

* gnu/packages/cran.scm (r-manipulatewidget)[arguments]: Add phase
'testthat-compatibility.

Change-Id: I5d3741de0d68701e8bf972de786e42163bd3af12
This commit is contained in:
Ricardo Wurmus 2025-11-26 12:37:58 +01:00
parent a4543d40cc
commit 3938247527
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26939,6 +26939,11 @@ visualization of similarity data.")
(guix build minify-build-system))
#:phases
'(modify-phases (@ (guix build r-build-system) %standard-phases)
;; These two tests use the deprecated procedure "with_mock" that has
;; since been removed from testthat.
(add-after 'unpack 'testthat-compatibility
(lambda _
(delete-file "tests/testthat/test-on_done.R")))
(add-after 'unpack 'process-javascript
(lambda* (#:key inputs #:allow-other-keys)
(with-directory-excursion "inst/lib/export"