gnu: r-ggplot2: Add test inputs.

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

Change-Id: Ifaf6c5647e1442865b8c8087f4d23f58a2773e7f
This commit is contained in:
Ricardo Wurmus 2024-11-22 12:00:24 +01:00 committed by Andreas Enge
parent b18ecc4fc9
commit 2bf4df7b0d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1306,7 +1306,7 @@ using just two functions: melt and dcast (or acast).")
r-vctrs
r-withr))
(native-inputs
(list r-knitr))
(list r-knitr r-testthat))
(home-page "https://ggplot2.tidyverse.org")
(synopsis "Implementation of the grammar of graphics")
(description