rmarkdown readthedown模板错误

时间:2017-01-12 06:52:14

标签: r markdown r-markdown

编织readthedown模板时出现此错误。事实上,rmdformats的所有html rmarkdown模板都失败了。

我收到此错误:

  

" d:/ RStudio / bin中/ pandoc / pandoc" + RTS -K512m -RTS test.utf8.md - to html - from markdown + autolink_bare_uris + ascii_identifiers + tex_math_single_backslash --output test.html --smart --email-obfuscation none --self-contained --mathjax - 变量" mathjax-url:https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" - 变量"画廊:假" --standalone --section-divs --table-of-contents --toc-depth 2 --template" D:\ R-3.3.2 \ library \ rmdformats \ templates \ readthedown \ readthedown.html&#34 ; - 高光风格的凯特 - 变量"主题:bootstrap" --include-in-header" C:\ Users \ 602891 \ AppData \ Local \ Temp \ Rtmp2RnypK \ rmarkdown-str26c4151511b5.html"       pandoc.exe:无法获取/tabsets.js       /tabsets.js:openBinaryFile:不存在(没有这样的文件或目录)       错误:pandoc文档转换失败,错误67       另外:警告信息:       1:当不使用rmarkdown"默认"时,MathJax不能使用self_contained。模板。       2:运行命令"" D:/ RStudio / bin / pandoc / pandoc" + RTS -K512m -RTS test.utf8。

     

md - to html - from markdown + autolink_bare_uris + ascii_identifiers + tex_math_single_backslash --output test.html --smart --email-obfuscation none - self-contained --mathjax --variable" mathjax-网址:https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" - 变量"画廊:假" --standalone --section-divs --table-of-contents --toc-depth 2 --template" D:\ R-3.3.2 \ library \ rmdformats \ templates \ readthedown \ readthedown.html&#34 ; - 高光风格的凯特 - 变量"主题:bootstrap" --include-in-header" C:\ Users \ 602891 \ AppData \ Local \ Temp \ Rtmp2RnypK \ rmarkdown-str26c4151511b5.html"'状态为67       执行暂停

我认为安装包应该有效,但我似乎无法编织它。

1 个答案:

答案 0 :(得分:0)

这是已知错误,已在上一个开发版本中修复。目前,从github安装应解决问题:

devtools::install_github("juba/rmdformats")