diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-09-05 19:22:20 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-09-05 20:03:06 +0200 |
commit | 78f2c08c0b780dd2fe72548b901df7eb887da7f1 (patch) | |
tree | df30984cbd9a4374130aaa3d48fc12cdd8b92ad2 /gnu | |
parent | f9f4578ba0c4b5b22cdac86e8183dc542d66cc85 (diff) | |
download | guix-78f2c08c0b780dd2fe72548b901df7eb887da7f1.tar guix-78f2c08c0b780dd2fe72548b901df7eb887da7f1.tar.gz |
gnu: r-rmarkdown: Use latest version of Pandoc.
* gnu/packages/statistics.scm (r-rmarkdown)[propagated-inputs]: Replace
"ghc-pandoc-1" with "ghc-pandoc".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index dd7494db49..69c72541a7 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -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 |