guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

52/128: gnu: r-recipes: Add missing input.


From: guix-commits
Subject: 52/128: gnu: r-recipes: Add missing input.
Date: Sat, 12 Jan 2019 17:36:09 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 570399184179bbe2b6c687fc6443c4915494e8df
Author: Ricardo Wurmus <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]