diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-12 16:35:38 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-12 23:35:14 +0100 |
commit | 570399184179bbe2b6c687fc6443c4915494e8df (patch) | |
tree | f596d072f1c3abedeefadf85d9ee3259c4a38e44 /gnu/packages | |
parent | 77f97229c93ef0524a3bb74741ce9401884f633e (diff) |
gnu: r-recipes: Add missing input.
* gnu/packages/cran.scm (r-recipes)[propagated-inputs]: Add r-withr.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0a6a0c55f9..dc2d064307 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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 |