mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
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:
parent
ac004f5c3d
commit
e0c0e9d477
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue