1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 10:01:47 +02:00

gnu: r-ibreakdown: Disable tests.

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

Change-Id: Ia0d573ecdd12e68689b330d9c2e1899e8a3515f8
This commit is contained in:
Ricardo Wurmus
2024-11-26 17:51:34 +01:00
parent d04ef17f26
commit 88bfa608ea
+2
View File
@@ -29604,6 +29604,8 @@ feature effects. Key functions are:
"1qacvfzknchfm27mhl7a357fnb6lzjkj4vh8lch5aljz82sdmdaf"))))
(properties `((upstream-name . "iBreakDown")))
(build-system r-build-system)
;; Tests need r-dalex, which depends on this package.
(arguments (list #:tests? #false))
(propagated-inputs (list r-ggplot2))
(native-inputs (list r-knitr r-testthat))
(home-page "https://ModelOriented.github.io/iBreakDown/")