~ruther/guix-local

39382475276d9d6d372d8f2f724d06f5bf60af9c — Ricardo Wurmus 3 months ago a4543d4
gnu: r-manipulatewidget: Skip bad tests.

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

Change-Id: I5d3741de0d68701e8bf972de786e42163bd3af12
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +5 -0
@@ 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"