如何添加knitr的参考书目

时间:2014-03-25 16:20:25

标签: r knitr pandoc

我正在尝试使用RStudio中的knitr / pandoc从rmd生成.docx文件。但我收到了followinfg erroe messge status 83,我无法解决状态信息。任何建议或帮助都会很好。非常感谢你。塞巴斯蒂安

system(paste0("pandoc -o ", name, ".docx ", name, ".md --bibliography sukstorf.bib"))
pandoc-citeproc: "stdin" (line 421, column 2):
unexpected "O"
expecting "c", "C", "p", "P", "s" or "S"
pandoc.exe: Error running filter pandoc-citeproc
Warning message:
running command 'pandoc -o hr-statistik-mit-r.docx hr-statistik-mit-r.md --bibliography sukstorf.bib' had status 83

2 个答案:

答案 0 :(得分:1)

我刚才有同样的问题“参考书目......状态为83”:事实证明,这是.bib文件中某个条目中的语法错误。我通过一次删除.bib中的条目并重新编织直到我遇到生成错误的条目来找到它。

答案 1 :(得分:0)

非常确定--bibliography sukstorf.bib需要--bibliography=sukstorf.bib