rmarkdown中的pandoc文档转换错误

时间:2014-10-14 20:59:51

标签: r knitr pandoc r-markdown knitrbootstrap

我刚刚将RStudio从0.98.1028更新为0.98.1074(截至今天),并开始在以前工作的编织到HTML脚本上点击下面的错误(RStudio support forum)。看起来这可能是由于缓存,但我在.Rmd的开头有opts_chunk$set(cache=F)

pandoc: Could not find data file templates/default.html
Error: pandoc document conversion failed with error 97
Execution halted

其他可能相关的项目:

  • 我正在使用knitrBootstrap v1.0.0
  • 我在Ubuntu上
  • 分析以ggplot和kable格式输出图形,但在评论出来时仍然存在错误

1 个答案:

答案 0 :(得分:0)

您是否可以在https://github.com/jimhester/knitrBootstrap/issues上发布此问题以及devtools::session_info()的结果我可以帮助您调试当时正在发生的事情。谢谢!