gnu: r-rmarkdown: Use Pandoc 1.

* gnu/packages/statistics.scm (r-rmarkdown)[propagated-inputs]: Replace
"ghc-pandoc" with "ghc-pandoc-1".
This commit is contained in:
Ricardo Wurmus 2018-03-13 17:26:14 +01:00 committed by Ricardo Wurmus
parent 8b1e1e4c33
commit 5e51c268e4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2592,7 +2592,11 @@ (define-public r-rmarkdown
("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