Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/page-layout/skeleton.bib
3584 views
1
@Manual{R-base,
2
title = {R: A Language and Environment for Statistical Computing},
3
author = {{R Core Team}},
4
organization = {R Foundation for Statistical Computing},
5
address = {Vienna, Austria},
6
year = {2021},
7
url = {https://www.R-project.org/},
8
}
9
10
@Manual{R-rmarkdown,
11
title = {rmarkdown: Dynamic Documents for R},
12
author = {JJ Allaire and Yihui Xie and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone},
13
year = {2021},
14
note = {R package version 2.11},
15
url = {https://CRAN.R-project.org/package=rmarkdown},
16
}
17
18
@Book{rmarkdown2018,
19
title = {R Markdown: The Definitive Guide},
20
author = {Yihui Xie and J.J. Allaire and Garrett Grolemund},
21
publisher = {Chapman and Hall/CRC},
22
address = {Boca Raton, Florida},
23
year = {2018},
24
note = {ISBN 9781138359338},
25
url = {https://bookdown.org/yihui/rmarkdown},
26
}
27
28
@Book{rmarkdown2020,
29
title = {R Markdown Cookbook},
30
author = {Yihui Xie and Christophe Dervieux and Emily Riederer},
31
publisher = {Chapman and Hall/CRC},
32
address = {Boca Raton, Florida},
33
year = {2020},
34
note = {ISBN 9780367563837},
35
url = {https://bookdown.org/yihui/rmarkdown-cookbook},
36
}
37
38
39
@inbook{xie2018,
40
title = {Tufte Handouts},
41
author = {Xie, Yihui and Allaire, J. J. and Grolemund, Garrett},
42
year = {2018},
43
month = {07},
44
date = {2018-07-27},
45
publisher = {Chapman and Hall/CRC},
46
pages = {137--146},
47
doi = {10.1201/9781138359444-6},
48
url = {http://dx.doi.org/10.1201/9781138359444-6}
49
}
50
51