How to print References using R Markdown with Tufte

271 Views Asked by At

In the documentation for R Tufte, it says references are printed at the end of the document if link-citations is not set to yes in the preamble. However, I am unable to get the references to print at the end of a document, even when using the R Tufte template, without any modifications (except to change link-citations from yes to no). The end of the document, where references should be, is just empty.

What am I missing?

Here is a screenshot of what I get after knit. As you can see, a bibliography is not printed at the end of the document (despite references being used within the document template).

1

There are 1 best solutions below

0
On BEST ANSWER

It appears to be a bug with the version of tufte that is on CRAN (0.2). The references section will print using the development build, installed using devtools::install_github('rstudio/tufte').