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
|
@ -2617,7 +2617,8 @@ provides a one-row summary of model-level statistics.")
|
||||||
("r-rlang" ,r-rlang)
|
("r-rlang" ,r-rlang)
|
||||||
("r-tibble" ,r-tibble)
|
("r-tibble" ,r-tibble)
|
||||||
("r-tidyselect" ,r-tidyselect)
|
("r-tidyselect" ,r-tidyselect)
|
||||||
("r-timedate" ,r-timedate)))
|
("r-timedate" ,r-timedate)
|
||||||
|
("r-withr" ,r-withr)))
|
||||||
(home-page "https://github.com/topepo/recipes")
|
(home-page "https://github.com/topepo/recipes")
|
||||||
(synopsis "Preprocessing tools to create design matrices")
|
(synopsis "Preprocessing tools to create design matrices")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue