guix-commits
[Top][All Lists]
Advanced

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

42/42: gnu: r-glue: Update to 1.4.0.


From: guix-commits
Subject: 42/42: gnu: r-glue: Update to 1.4.0.
Date: Tue, 14 Apr 2020 10:44:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9536367ca0102f3885b10e1decfb95a72a904dc6
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 14 16:39:53 2020 +0200

    gnu: r-glue: Update to 1.4.0.
    
    * gnu/packages/cran.scm (r-glue): Update to 1.4.0.
    [native-inputs]: Add commment explaining why r-knitr is not an input.
---
 gnu/packages/cran.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index af1d791..f5863e1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1559,15 +1559,20 @@ colors are provided.")
 (define-public r-glue
   (package
     (name "r-glue")
-    (version "1.3.2")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "glue" version))
        (sha256
         (base32
-         "0alklqcf68kmccssp4j7a7fv553pyqyy6mkkfslav83inppm4d3g"))))
+         "1hb9j2519jv9zgkgjb25hnqi22i7zxnaksqd16m4nxa1f6gl0v7a"))))
     (build-system r-build-system)
+    ;; knitr depends on glue, so we can't add knitr here to build the
+    ;; vignettes.
+    #;
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://github.com/tidyverse/glue";)
     (synopsis "Interpreted string literals")
     (description



reply via email to

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