guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: r-markdown: Update to 1.1.


From: guix-commits
Subject: 04/06: gnu: r-markdown: Update to 1.1.
Date: Thu, 8 Aug 2019 10:47:15 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9649072cbde9d489b41ea06d6b37d0fdec1055bf
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Aug 8 16:35:18 2019 +0200

    gnu: r-markdown: Update to 1.1.
    
    * gnu/packages/statistics.scm (r-markdown): Update to 1.1.
    [propagated-inputs]: Add r-xfun.
---
 gnu/packages/statistics.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f27f222..f5c822d 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1404,13 +1404,13 @@ data derived from /etc/mime.types in UNIX-type 
systems.")
 (define-public r-markdown
   (package
     (name "r-markdown")
-    (version "1.0")
+    (version "1.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "markdown" version))
               (sha256
                (base32
-                "19nrz0ba1yd5kicd65crkkz2r3kialm2hm6zdkp495l2s5r80b8p"))))
+                "06zwbrp14bri3470anadd7dvgmw06xf8df6v2pk64wx3f9sd934d"))))
     (build-system r-build-system)
     ;; Skip check phase because the tests require the r-knitr package to be
     ;; installed. This prevents installation failures. Knitr normally
@@ -1418,7 +1418,8 @@ data derived from /etc/mime.types in UNIX-type systems.")
     ;; package.
     (arguments `(#:tests? #f))
     (propagated-inputs
-     `(("r-mime" ,r-mime)))
+     `(("r-mime" ,r-mime)
+       ("r-xfun" ,r-xfun)))
     (home-page "https://github.com/rstudio/markdown";)
     (synopsis "Markdown rendering for R")
     (description



reply via email to

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