1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 14:40:36 +02:00

gnu: r-tidyr: Add test inputs.

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

Change-Id: Iabfb64fb805d0d5f06dfc1ccb321663c758cdd5b
This commit is contained in:
Ricardo Wurmus
2024-11-22 12:00:34 +01:00
parent 41a1984090
commit be0adca2a9

View File

@@ -4895,7 +4895,7 @@ selection.")
r-tidyselect
r-vctrs))
(native-inputs
(list r-knitr))
(list r-knitr r-testthat))
(home-page "https://github.com/hadley/tidyr")
(synopsis "Tidy data with `spread()` and `gather()` functions")
(description