gnu: r-recipes: Add missing input.
* gnu/packages/cran.scm (r-recipes)[propagated-inputs]: Add r-withr.
This commit is contained in:
parent
77f97229c9
commit
5703991841
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue