1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 05:30:32 +02:00

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
parent 2c1fe72506
commit 41a1984090

View File

@@ -4859,7 +4859,7 @@ more complete @code{viridis} package.")
(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