1
我有最新版本的bookdown軟件包和Rstudio,我在Arch Linux上。與pandoc-citeproc一起預訂
我更新pandoc-citeproc到最新版本之後,我就開始收到以下錯誤信息:
pandoc: Error running filter /usr/lib/rstudio/bin/pandoc/pandoc-citeproc
fd:5: hClose: resource vanished (Broken pipe)
Error: pandoc document conversion failed with error 83
Execution halted
Exited with status 1.
無論如何,即使沒有在文件中引用的輸出類型,並且,我得到這個錯誤, Rstudio預覽不會生成。要查看生成的文檔,我必須在瀏覽器中打開索引文件,並在更新文檔時給予F5。
如果我插入引用,則不生成文檔。
我在AUR存儲庫中搜索了其他軟件包,卸載並重新安裝了pandoc-citeproc,但沒有解決。
我該如何解決這個問題?
也許嘗試與堆棧或小集團安裝? http://pandoc.org/installing.html#compiling-from-source – scoa