-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
27 lines (27 loc) · 875 Bytes
/
references.bib
File metadata and controls
27 lines (27 loc) · 875 Bytes
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
@Manual{knitr,
title = {knitr: A general-purpose package for dynamic report generation in R},
author = {Yihui Xie},
year = {2014},
note = {R package version 1.6},
url = {http://yihui.name/knitr/},
}
@Manual{knitcitations,
title = {knitcitations: Citations for knitr markdown files},
author = {Carl Boettiger},
year = {2014},
note = {R package version 0.6-2},
url = {http://CRAN.R-project.org/package=knitcitations},
}
@Manual{devtools,
title = {devtools: Tools to make developing R code easier},
author = {Hadley Wickham and Winston Chang},
year = {2014},
note = {R package version 1.5},
url = {http://CRAN.R-project.org/package=devtools},
}
@Manual{gitbook,
title = {Gitbook: Build beautiful interactive books using GitHub/Git and Markdown},
author = {{Samy Pessé and Aaron O'Mullan}},
year = {2014},
url = {http://www.gitbook.io/},
}