gnu: r-tidyselect: Add test inputs.

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

Change-Id: I246fb45acbd4277b9551df729a8ae59f91a94990
This commit is contained in:
Ricardo Wurmus 2024-11-22 12:00:34 +01:00 committed by Andreas Enge
parent 4dfb6c4acc
commit 749e6e6bce
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -4859,7 +4859,7 @@ (define-public r-tidyselect
(propagated-inputs
(list r-cli r-glue r-lifecycle r-rlang r-vctrs r-withr))
(native-inputs
(list r-knitr))
(list r-knitr r-testthat))
(home-page "https://cran.r-project.org/web/packages/tidyselect")
(synopsis "Select from a set of strings")
(description