me
/
guix
Archived
1
0
Fork 0

gnu: r-rmarkdown: Use Pandoc 1.

* gnu/packages/statistics.scm (r-rmarkdown)[propagated-inputs]: Replace
"ghc-pandoc" with "ghc-pandoc-1".
master
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
1 changed files with 5 additions and 1 deletions

View 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