mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
99449eafb6
commit
94262f11fb
1 changed files with 2 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue