gnu: r-ibreakdown: Add test inputs.

* gnu/packages/cran.scm (r-ibreakdown)[native-inputs]: Add r-testthat.

Change-Id: I51232b1ec3339014544eabf0347ec2b3b4b0dbda
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:51 +01:00 committed by Andreas Enge
parent 4608e0c986
commit f5fafb9930
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -29142,7 +29142,7 @@ (define-public r-ibreakdown
(properties `((upstream-name . "iBreakDown")))
(build-system r-build-system)
(propagated-inputs (list r-ggplot2))
(native-inputs (list r-knitr))
(native-inputs (list r-knitr r-testthat))
(home-page "https://ModelOriented.github.io/iBreakDown/")
(synopsis "Model agnostic instance level variable attributions")
(description