# set global chunk options
library(knitr)
opts_chunk$set(cache=FALSE)

library(knitcitations); library(reports)
cleanbib()
options("citation_format" = "pandoc")

To enable Markdown vignettes in an R package, you need to

You can use your own CSS file instead of the built-in style in the markdown package -- just set the css in the yaml.

References

#write.bibtex(file="references.bib")
# R compiles all vignettes in the same session, which can be bad
rm(list = ls(all = TRUE))


trinker/reports documentation built on May 31, 2019, 9:51 p.m.