gnu: r-recipes: Add missing input.

* gnu/packages/cran.scm (r-recipes)[propagated-inputs]: Add r-withr.
This commit is contained in:
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

View file

@ -2617,7 +2617,8 @@ (define-public r-recipes
("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