gnu: r-dalex: Add test inputs.

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

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

View file

@ -29213,6 +29213,7 @@ been used in the call to @code{aov}.")
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-ibreakdown r-ingredients))
(native-inputs (list r-testthat))
(home-page "https://pbiecek.github.io/DALEX/")
(synopsis "Descriptive machine learning explanations")
(description