guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: r-devtools: Update to 1.10.0.


From: Ricardo Wurmus
Subject: 10/10: gnu: r-devtools: Update to 1.10.0.
Date: Wed, 30 Mar 2016 10:03:02 +0000

rekado pushed a commit to branch master
in repository guix.

commit fa9f0e6c252fb87802d7f037ba8b5e1b0c0d7a8a
Author: Roel Janssen <address@hidden>
Date:   Tue Mar 29 14:32:00 2016 +0200

    gnu: r-devtools: Update to 1.10.0.
    
    * gnu/packages/statistics.scm (r-devtools): Update to 1.10.0.
       (r-devtools)[propagated-inputs]: Add r-withr.
---
 gnu/packages/statistics.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 28ac967..1b114b3 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1234,13 +1234,13 @@ informative error messages when it's not available.")
 (define-public r-devtools
   (package
     (name "r-devtools")
-    (version "1.9.1")
+    (version "1.10.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "devtools" version))
               (sha256
                (base32
-                "10ycx3kkiz5x8nmgw31d9wa5hhlx2fhda2nqzxfrczqpz1jik6ci"))))
+                "11x51bqhjwypbxv5sfnrnxx06b92k8kzmmx7zrwk3537r072b6pa"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-curl" ,r-curl)
@@ -1253,7 +1253,8 @@ informative error messages when it's not available.")
        ("r-roxygen2" ,r-roxygen2)
        ("r-rstudioapi" ,r-rstudioapi)
        ("r-rversions" ,r-rversions)
-       ("r-whisker" ,r-whisker)))
+       ("r-whisker" ,r-whisker)
+       ("r-withr" ,r-withr)))
     (home-page "https://github.com/hadley/devtools";)
     (synopsis "Tools to make developing R packages easier")
     (description "The devtools package is a collection of package development



reply via email to

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