Rmd referencing fine in file x, after clicking knit adding references to my reference list, However in file y, also a rmd file set up as follows :
title: Swans
bibliography: library.bib
output: html_document
[@Ticehurst1957]
##bibloography
after knitting, I get the following error and no output
output file: essay_swan_first.knit.md
pandoc-citeproc: Could not find library.bib pandoc: Error running filter /Applications/RStudio.app/Contents/MacOS/pandoc/pandoc-citeproc Error: pandoc document conversion failed with error 83 Execution halted
Whats going on?