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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user