guix-commits
[Top][All Lists]
Advanced

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

06/39: gnu: r-withr: Update to 2.2.0.


From: guix-commits
Subject: 06/39: gnu: r-withr: Update to 2.2.0.
Date: Mon, 27 Apr 2020 11:40:30 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 0011438e2ac1cc7c7e6dc9af3d8fb438a7398449
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Apr 27 14:40:41 2020 +0200

    gnu: r-withr: Update to 2.2.0.
    
    * gnu/packages/statistics.scm (r-withr): Update to 2.2.0.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/statistics.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 8d17bbe..e27c8a6 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2457,14 +2457,16 @@ tools to simplify the devolpment of R packages.")
 (define-public r-withr
   (package
     (name "r-withr")
-    (version "2.1.2")
+    (version "2.2.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "withr" version))
               (sha256
                (base32
-                "11j6zykklxnvp4xqsr6a2xib665i38m3khdspp887nwagmvnydj1"))))
+                "10mmfffjbnb2zq5x0kqhhb4z6va4micc6pjzvlfji34gyhffa8ac"))))
     (build-system r-build-system)
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://github.com/jimhester/withr";)
     (synopsis "Run code with temporarily modified global state")
     (description



reply via email to

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