mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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:
parent
4608e0c986
commit
f5fafb9930
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue