3

I get the following error when trying to render a RMarkdown document in RStudio with bibliography specified in the YAML as bibliography: references.bib:

[WARNING] Deprecated: pandoc-citeproc filter. Use --citeproc instead.
Error running filter pandoc-citeproc:
Could not find executable pandoc-citeproc
Error: pandoc document conversion failed with error 83

> rmarkdown::pandoc_version()
[1] ‘2.11.0.4’

I cannot find the way to use --citeproc instead of pandoc-citeproc. Would appreciate any help. Thanks!

Phil
  • 7,287
  • 3
  • 36
  • 66
ForEverNewbie
  • 357
  • 2
  • 10

1 Answers1

2

It seems to be fixed when upgrading the rmarkdown package to version 2.5:

https://github.com/rstudio/rmarkdown/releases

ForEverNewbie
  • 357
  • 2
  • 10