gnu: r-cowplot: Add test inputs.

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

Change-Id: I0e346d2ff1915677ce118645f5f97ba339617fb2
This commit is contained in:
Ricardo Wurmus 2024-11-22 12:00:36 +01:00
parent 9f49bfe9cc
commit d01bfcb0f1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5774,7 +5774,7 @@ (define-public r-cowplot
(propagated-inputs
(list r-ggplot2 r-gtable r-rlang r-scales))
(native-inputs
(list r-knitr))
(list r-knitr r-testthat))
(home-page "https://github.com/wilkelab/cowplot")
(synopsis "Streamlined plot theme and plot annotations for ggplot2")
(description