guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 3ea4d35ca2b63d46022d0a02fe8cabf983703530
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Mar 12 13:26:14 2026 +0100

    gnu: r-metafor: Replace custom phase with SKIPPED-TESTS argument.
    
    * gnu/packages/cran.scm (r-metafor)[arguments]: Remove phase
    'delete-bad-tests; supply SKIPPED-TESTS argument instead.
    
    Change-Id: I084e975dc3cebe5e1a5a7e1c09d6896bc7d056cc
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2cfa93d092..ef975b8a24 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -52920,11 +52920,11 @@ package also provides functions to visualize the 
observed data and the MLE.")
     (build-system r-build-system)
     (arguments
      (list
+      #:skipped-tests
+      ;; Requires r-dfoptim.
+      '("test_misc_rma_mv.r")
       #:phases
       '(modify-phases %standard-phases
-         (add-after 'unpack 'delete-bad-tests
-           ;; Requires r-dfoptim.
-           (lambda _ (delete-file "tests/testthat/test_misc_rma_mv.r")))
          ;; When there is no HOME directory, this package will fail to find
          ;; the vignette builder.
          (add-after 'unpack 'set-HOME

Reply via email to