gnu: r-recipes: Add missing input.

* gnu/packages/cran.scm (r-recipes)[propagated-inputs]: Add r-withr.
master
Ricardo Wurmus 2019-01-12 16:35:38 +01:00
parent 77f97229c9
commit 5703991841
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -2617,7 +2617,8 @@ provides a one-row summary of model-level statistics.")
("r-rlang" ,r-rlang)
("r-tibble" ,r-tibble)
("r-tidyselect" ,r-tidyselect)
("r-timedate" ,r-timedate)))
("r-timedate" ,r-timedate)
("r-withr" ,r-withr)))
(home-page "https://github.com/topepo/recipes")
(synopsis "Preprocessing tools to create design matrices")
(description