rekado pushed a commit to branch master
in repository guix.
commit 570399184179bbe2b6c687fc6443c4915494e8df
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jan 12 16:35:38 2019 +0100
gnu: r-recipes: Add missing input.
* gnu/packages/cran.scm (r-recipes)[propagated-inputs]: Add r-withr.
---
gnu/packages/cran.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0a6a0c5..dc2d064 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