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:
parent
f9f4578ba0
commit
78f2c08c0b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue