gnu: r-rmarkdown: Use Pandoc 1.
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Tue, 13 Mar 2018 16:26:14 +0000 (17:26 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Tue, 13 Mar 2018 19:01:54 +0000 (20:01 +0100)
* gnu/packages/statistics.scm (r-rmarkdown)[propagated-inputs]: Replace
"ghc-pandoc" with "ghc-pandoc-1".

gnu/packages/statistics.scm

index af69703..5a7e76c 100644 (file)
@@ -2592,7 +2592,11 @@ certain criterion, e.g., it contains a certain regular file.")
        ("r-rprojroot" ,r-rprojroot)
        ("r-stringr" ,r-stringr)
        ("r-yaml" ,r-yaml)
-       ("ghc-pandoc" ,ghc-pandoc)))
+       ;; 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)))
     (home-page "http://rmarkdown.rstudio.com")
     (synopsis "Convert R Markdown documents into a variety of formats")
     (description