gnu: r-ingredients: Disable tests.

* gnu/packages/cran.scm (r-ingredients)[arguments]: Disable tests.

Change-Id: I8e97f856f3b089bd6e9c04f75d3b61556d7f3f07
This commit is contained in:
Ricardo Wurmus 2024-11-26 17:49:11 +01:00 committed by Andreas Enge
parent 60e33f3a40
commit 37e087dbfc
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -29564,6 +29564,8 @@ (define-public r-ingredients
"0jvxkdhbc28a096hi0y6519cj4im4mnl1vz9s563dvb5g4vb7r7b"))))
(properties `((upstream-name . "ingredients")))
(build-system r-build-system)
;; Tests need r-dalex, which depends on this package.
(arguments (list #:tests? #false))
(propagated-inputs
(list r-ggplot2 r-gridextra r-scales))
(native-inputs (list r-knitr r-testthat))