编织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 执行暂停
我认为安装包应该有效,但我似乎无法编织它。
答案 0 :(得分:0)
这是已知错误,已在上一个开发版本中修复。目前,从github安装应解决问题:
devtools::install_github("juba/rmdformats")