knitcitations gives pandoc-citeproc error
问题 I have the following document, that I am trying to compile with Rstudio: --- output: word_document: pandoc_args: [ "--biblio", "references.bib" ] --- ```{r} library("knitcitations") cleanbib() ``` This is a citation citet("10.1098/rspb.2013.1372"): ```{r} citet("10.1098/rspb.2013.1372") ``` ```{r} write.bibtex(file="references.bib") ``` ```{r} summary(cars) ``` When I run knit, it compiles the .md file, but pandoc gives an error: processing file: toy.Rmd |...................... | 33% ordinary