guix-commits
[Top][All Lists]
Advanced

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

61/103: gnu: r-rmarkdown: Use latest version of Pandoc.


From: Ricardo Wurmus
Subject: 61/103: gnu: r-rmarkdown: Use latest version of Pandoc.
Date: Wed, 5 Sep 2018 14:03:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 78f2c08c0b780dd2fe72548b901df7eb887da7f1
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 19:22:20 2018 +0200

    gnu: r-rmarkdown: Use latest version of Pandoc.
    
    * gnu/packages/statistics.scm (r-rmarkdown)[propagated-inputs]: Replace
    "ghc-pandoc-1" with "ghc-pandoc".
---
 gnu/packages/statistics.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index dd7494d..69c7254 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2633,11 +2633,7 @@ certain criterion, e.g., it contains a certain regular 
file.")
        ("r-stringr" ,r-stringr)
        ("r-tinytex" ,r-tinytex)
        ("r-yaml" ,r-yaml)
-       ;; rmarkdown works with the 2.x release of Pandoc, but with degraded
-       ;; functionality.  For example, tabbed plots do not currently work with
-       ;; Pandoc 2.  The authors of rmarkdown recommend the use of Pandoc 1
-       ;; for the time being.
-       ("ghc-pandoc" ,ghc-pandoc-1)))
+       ("ghc-pandoc" ,ghc-pandoc)))
     (home-page "http://rmarkdown.rstudio.com";)
     (synopsis "Convert R Markdown documents into a variety of formats")
     (description



reply via email to

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