当试图使用vitae软件包从Rmd中编织我的简历时,我看到以下错误:
Error running filter /tmp/RtmpLl0xn9/multiple-bibliographies.lua:
/tmp/RtmpLl0xn9/multiple-bibliographies.lua:34: attempt to compare string with table
stack traceback:
/tmp/RtmpLl0xn9/multiple-bibliographies.lua:34: in function </tmp/RtmpLl0xn9/multiple-bibliographies.lua:32>
/tmp/RtmpLl0xn9/multiple-bibliographies.lua:32: in main chunk
Error: pandoc document conversion failed with error 83在对任何提供的模板使用默认居里模板内容时,我都会看到同样的错误。我已经尝试过各种Rmd文件,更新了我的所有r包,并且有点不知所措。
再生产
rstudio中的Markdown
系统
我正在使用:
)
发布于 2020-12-27 03:05:24
我遇到了同样的错误(在Mac上),并通过将pandoc更新到2.11.3.1来解决它。
https://stackoverflow.com/questions/64719890
复制相似问题