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

commit 9c52b9368864a539726a2cf8d7143023a5b24103
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Nov 27 07:12:55 2025 +0100

    gnu: r-papaja: Add missing input and enable all tests.
    
    * gnu/packages/cran.scm (r-papaja)[native-inputs]: Add r-beeswarm.
    [arguments]: Remove phase 'delete-bad-tests.
    
    Change-Id: Iab573e6a373e848977738c319d9e74fe23cde7c4
---
 gnu/packages/cran.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c5c5f1aa9f..6228b214fb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9623,14 +9623,7 @@ palettes, color maps, and tools to evaluate them.")
       '(modify-phases %standard-phases
          ;; This is needed for vignettes.
          (add-before 'check 'set-HOME
-           (lambda _ (setenv "HOME" "/tmp")))
-         (add-after 'unpack 'delete-bad-tests
-           (lambda _
-             ;; 6 tests fail because of slight format differences.  The values
-             ;; are all fine.
-             (for-each delete-file
-                       '("tests/testthat/test_apa_print_glm.R"
-                         "tests/testthat/test_apa_print_model_comp.R")))))))
+           (lambda _ (setenv "HOME" "/tmp"))))))
     (propagated-inputs
      (list r-bookdown
            r-broom
@@ -9672,6 +9665,7 @@ palettes, color maps, and tools to evaluate them.")
     (native-inputs
      (list r-afex
            r-bayesfactor
+           r-beeswarm
            r-car
            r-dplyr
            r-effectsize

Reply via email to