1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 18:20:32 +02:00

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
parent e6eba12cb3
commit 0841a6c81c

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