diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-22 12:00:24 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:28 +0100 |
commit | 0841a6c81c3dfabf5dc17148cd4a03b5e8d8a240 (patch) | |
tree | 7411000283c2a87a4af3a08814a6514f5ef5f95e | |
parent | e6eba12cb3dd425093b82df45cb104a10202007d (diff) | |
download | guix-0841a6c81c3dfabf5dc17148cd4a03b5e8d8a240.tar.gz guix-0841a6c81c3dfabf5dc17148cd4a03b5e8d8a240.zip |
gnu: r-ggplot2: Add test inputs.
* gnu/packages/statistics.scm (r-ggplot2)[native-inputs]: Add r-testthat.
Change-Id: Ifaf6c5647e1442865b8c8087f4d23f58a2773e7f
-rw-r--r-- | gnu/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 0afd01686f..bfa39936d5 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -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 |