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
This commit is contained in:
Ricardo Wurmus 2025-11-27 07:12:55 +01:00
parent 99449eafb6
commit 94262f11fb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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