gnu: r-config: Add test inputs.

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

Change-Id: Ib200dcc8ef92bba16577ce67a9da889fcc20f2d4
This commit is contained in:
Ricardo Wurmus 2024-11-22 12:00:19 +01:00
parent ac004f5c3d
commit e0c0e9d477
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -38718,7 +38718,7 @@ coerce and verify the types and shapes of values for input checking.")
(propagated-inputs
(list r-yaml))
(native-inputs
(list r-knitr))
(list r-knitr r-testthat))
(home-page "https://github.com/rstudio/config")
(synopsis "Manage environment specific configuration values")
(description