Hi @cderv, here is my directory tree structure.
.
|-- add.bib
|-- xiaobinghui
||-- pca.Rmd
-
add.bib is the bibtex file I store the all references there.
-
pca.Rmd is the rmd file I cite some references from add.bib.
Here is my idea.
Maybe in the future, I will create an Rmd file in the deeper nodes, the relative path is a hard way to cite a reference from this bib file. Thus here::here is a good alternative.
And I find the input types are different in date and bibliography from the yaml options.
For output github_document.
- The correct way to type
date is "2018-11-25" or "r Sys.Date()" ,
- but the input of
bibliography seemmingly doesn't need " or '. I try add " or ' on the input like
bibliography: "../add.bib" and I get an error.