I've uploaded my .bib references library online, so I can share it with collaborators and across projects
However, I cannot get it to work.
here's my YAML header:
---
title: My title
output:
bookdown::html_document2:
toc: yes
toc_depth: 4
toc_float: yes
self_contained: yes
number_sections: FALSE
bibliography: https://gist.github.com/MavropaliasG/a29a383441513e4292c86d1f9f11b559/raw/61bde4e8648a37b023add03574553e551919dac1/MyLibrary.bib
csl: https://www.zotero.org/styles/vancouver-brackets-only-year-no-issue
---
However, even if I put the bibliography path in quotation marks, I get this:
pandoc: https://gist.github.com/MavropaliasG/a29a383441513e4292c86d1f9f11b559/raw/61bde4e8648a37b023add03574553e551919dac1/MyLibrary.bib: openBinaryFile: does not exist (No such file or directory)
Error: pandoc document conversion failed with error 1
In addition: There were 13 warnings (use warnings() to see them)
Execution halted
Is there a way to do this?