-
Notifications
You must be signed in to change notification settings - Fork 3
/
references.bib
139 lines (126 loc) · 3.51 KB
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
@book{Barnier2020,
title = {Introduction à {{R}} et Au {{Tidyverse}}},
author = {Barnier, Julien},
date = {2020},
url = {https://juba.github.io/tidyverse/}
}
@book{Gandrud2013,
title = {Reproducible Research with {{R}} and {{RStudio}}},
author = {Gandrud, Christopher},
date = {2015},
edition = {2},
publisher = {{Chapman and Hall/CRC}},
isbn = {1-4665-7285-X}
}
@book{Gillespie2016,
title = {Efficient {{R}} Programming},
author = {Gillespie, Colin and Lovelace, Robin},
date = {2016},
publisher = {O'Reilly Media},
url = {https://csgillespie.github.io/efficientR/},
isbn = {1-4919-5078-1}
}
@article{Knuth1984,
title = {Literate {{Programming}}},
author = {Knuth, D. E.},
date = {1984},
journaltitle = {The Computer Journal},
shortjournal = {The Computer Journal},
volume = {27},
number = {2},
pages = {97--111},
issn = {0010-4620},
doi = {10.1093/comjnl/27.2.97}
}
@article{Wickham2010,
title = {A Layered Grammar of Graphics},
author = {Wickham, Hadley},
date = {2010},
journaltitle = {Journal of Computational and Graphical Statistics},
volume = {19},
number = {1},
pages = {3--28},
doi = {10.1198/jcgs.2009.07098},
url = {http://vita.had.co.nz/papers/layered-grammar.pdf}
}
@book{Wickham2014,
title = {Advanced {{R}}},
author = {Wickham, Hadley},
date = {2014},
publisher = {{Chapman and Hall/CRC}},
url = {http://adv-r.had.co.nz/},
isbn = {978-1-4665-8696-3}
}
@book{Wickham2015,
title = {R Packages},
author = {Wickham, Hadley},
date = {2015},
edition = {1},
publisher = {O'Reilly Media, Inc.},
isbn = {1-4919-1059-3 978-1-4919-1059-7}
}
@book{Wickham2016,
title = {R for Data Science},
author = {Wickham, Hadley and Grolemund, Garrett},
date = {2016},
publisher = {O'Reilly Media},
url = {http://r4ds.had.co.nz/},
isbn = {978-1-4919-1039-9}
}
@book{Wickham2017,
title = {Ggplot2: {{Elegant}} Graphics for Data Analysis},
author = {Wickham, Hadley},
date = {2017},
edition = {2},
publisher = {Springer},
doi = {10.1007/978-3-319-24277-4},
url = {http://had.co.nz/ggplot2/book},
isbn = {978-3-319-24275-0}
}
@book{Wickham2023,
title = {R Packages},
author = {Wickham, Hadley and Bryan, Jennifer},
date = {2023},
edition = {2},
publisher = {O'Reilly Media, Inc.},
url = {https://r-pkgs.org/},
isbn = {978-1-09-813494-5}
}
@book{Xie2015,
title = {Dynamic Documents with {{R}} and Knitr},
author = {Xie, Yihui},
date = {2015},
edition = {2},
publisher = {{Chapman and Hall/CRC}},
location = {Boca Raton, Florida},
doi = {10.1201/b15166},
url = {https://yihui.name/knitr/},
isbn = {978-1-4987-1696-3}
}
@book{Xie2016,
title = {Bookdown: {{Authoring}} Books and Technical Documents with {{R Markdown}}},
author = {Xie, Yihui},
date = {2016},
publisher = {{Chapman and Hall/CRC}},
location = {Boca Raton, Florida},
url = {https://github.com/rstudio/bookdown},
isbn = {978-1-138-70010-9}
}
@book{Xie2017,
title = {Blogdown: {{Creating}} Websites with {{R Markdown}}},
author = {Xie, Yihui and Hill, Alison Presmanes and Thomas, Amber},
date = {2017},
publisher = {{Chapman and Hall/CRC}},
location = {Boca Raton, Florida},
url = {https://github.com/rstudio/blogdown},
isbn = {978-0-8153-6372-9}
}
@book{Xie2018,
title = {R Markdown: {{The}} Definitive Guide},
author = {Xie, Yihui and Allaire, J.J. and Grolemund, Garrett},
date = {2018},
publisher = {{Chapman and Hall/CRC}},
location = {Boca Raton, Florida},
url = {https://bookdown.org/yihui/rmarkdown},
isbn = {978-1-138-35933-8}
}