gnu: r-rmarkdown: Use latest version of Pandoc.

* gnu/packages/statistics.scm (r-rmarkdown)[propagated-inputs]: Replace
"ghc-pandoc-1" with "ghc-pandoc".
This commit is contained in:
Ricardo Wurmus 2018-09-05 19:22:20 +02:00
parent f9f4578ba0
commit 78f2c08c0b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 5 deletions

View File

@ -2633,11 +2633,7 @@ certain criterion, e.g., it contains a certain regular file.")
("r-stringr" ,r-stringr) ("r-stringr" ,r-stringr)
("r-tinytex" ,r-tinytex) ("r-tinytex" ,r-tinytex)
("r-yaml" ,r-yaml) ("r-yaml" ,r-yaml)
;; rmarkdown works with the 2.x release of Pandoc, but with degraded ("ghc-pandoc" ,ghc-pandoc)))
;; 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") (home-page "http://rmarkdown.rstudio.com")
(synopsis "Convert R Markdown documents into a variety of formats") (synopsis "Convert R Markdown documents into a variety of formats")
(description (description