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 committed by Andreas Enge
parent 749e6e6bce
commit eb3fba5364
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

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