2017-01-12 6 views
0

Ich habe diesen Fehler, wenn ich die Vorlage readthedown stricken. In der Tat, alle HTML rmdformats Vorlagen für scheitern.rmarkdown readthedown Vorlage Fehler

ich diesen Fehler:

"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-url: https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML " --variable "gallery:false" --standalone --section-divs --table-of-contents --toc-depth 2 --template "D:\R-3.3.2\library\rmdformats\templates\readthedown\readthedown.html" --highlight-style kate --variable "theme:bootstrap" --include-in-header "C:\Users\602891\AppData\Local\Temp\Rtmp2RnypK\rmarkdown-str26c4151511b5.html" pandoc.exe: Could not fetch /tabsets.js /tabsets.js: openBinaryFile: does not exist (No such file or directory) Error: pandoc document conversion failed with error 67 In addition: Warning messages: 1: MathJax doesn't work with self_contained when not using the rmarkdown "default" template. 2: running command '"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-url: https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML " --variable "gallery:false" --standalone --section-divs --table-of-contents --toc-depth 2 --template "D:\R-3.3.2\library\rmdformats\templates\readthedown\readthedown.html" --highlight-style kate --variable "theme:bootstrap" --include-in-header "C:\Users\602891\AppData\Local\Temp\Rtmp2RnypK\rmarkdown-str26c4151511b5.html"' had status 67 Execution halted

Ich dachte, dass das Paket installiert haben sollte funktionieren, aber ich kann es nicht zu stricken scheint.

+0

Vielleicht dieses Problem: https://github.com/juba/rmdformats/issues/23; Sie sollten versuchen, die Github-Version zu installieren, wie es von juba vorgeschlagen wird: 'devtools :: install_github (" juba/rmdformats ")' – scoa

+0

Danke, Scoa. Es funktioniert perfekt, nachdem ich das Paket entladen und es über Github installiert habe. – Germ

+0

Willkommen bei Stack Overflow! Ich habe deine Frage bearbeitet. 'rmarkdown' wurde im Text und im Titel falsch geschrieben. Ich habe die Fehlermeldung neu formatiert, damit sie leichter zu lesen ist. Ich habe versucht, die Grammatik zu korrigieren und Anreden entfernt, die auf SO nicht benötigt werden. Ich habe das Rmarkdown-Tag hinzugefügt. Bitte [bearbeiten] Sie Ihre Frage und erklären Sie die Schritte/Befehle, die den Fehler verursacht haben. Dies ist in SO erforderlich, um den Fehler zu reproduzieren. Vielen Dank. – Uwe

Antwort

0

Dies ist ein bekannter Fehler, der in der letzten Entwicklungsversion behoben wurde. Vorläufig sollte die Installation von Github das Problem lösen:

devtools::install_github("juba/rmdformats")