-
Notifications
You must be signed in to change notification settings - Fork 12
/
references.bib
63 lines (55 loc) · 1.64 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
@Manual{xie2016knitr,
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
author = {Yihui Xie},
year = {2016},
note = {R package version 1.12.3},
url = {http://yihui.name/knitr/},
}
@Manual{boettiger2015knitcitations,
title = {knitcitations: Citations for 'Knitr' Markdown Files},
author = {Carl Boettiger},
year = {2015},
note = {R package version 1.0.7},
url = {http://CRAN.R-project.org/package=knitcitations},
}
@Manual{wickham2015devtools,
title = {devtools: Tools to Make Developing R Packages Easier},
author = {Hadley Wickham and Winston Chang},
year = {2015},
note = {R package version 1.9.1},
url = {http://CRAN.R-project.org/package=devtools},
}
@Manual{Zielinski,
title = {Komputerowe generatory liczb losowych},
author = {Robert Wieczorkowski and Ryszard Zieliński},
year = {1997},
note = {WNT},
url = {ISBN 8320421608},
}
@Manual{git2,
title = {Pro Git},
author = {Scott Chacon and Ben Straub},
year = {2016},
url = {http://www.git-scm.com/book/pl/v1}
}
@Manual{gitWiki,
title = {Git},
author = {Wikipedia},
year = {2016},
url = {https://pl.wikipedia.org/wiki/Git_(oprogramowanie)}
}
@Manual{devtools,
title = {devtools: Tools to make developing R code easier},
author = {Hadley Wickham and Winston Chang},
year = {2013},
note = {R package version 1.4.1},
url = {http://CRAN.R-project.org/package=devtools}
}
@Manual{rcore,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2014},
url = {http://www.R-project.org/}
}