1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-lme4: Skip one test.

* gnu/packages/cran.scm (r-lme4)[arguments]: Skip one test.

Change-Id: I6662e45cebfc42678f7893ea66890b98db0091e5
This commit is contained in:
Ricardo Wurmus
2026-03-11 18:03:15 +01:00
parent d67c6db5d2
commit e87e15ba2d

View File

@@ -9782,6 +9782,11 @@ between a set of landmarks and the samples are calculated.")
(build-system r-build-system)
(properties
'((updater-ignored-native-inputs . ("r-car" "r-gamm4"))))
(arguments
(list
#:skipped-tests
;; 2/3 mismatches (average diff: 0.267)
'(("test-resids.R" "weighted residuals"))))
(propagated-inputs
(list r-boot
r-lattice