forked from DivadNojnarg/outstanding-shiny-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.bib
executable file
·58 lines (53 loc) · 1.49 KB
/
book.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
@Book{xie2015,
author = {Yihui Xie},
title = {Dynamic Documents with {R} and knitr},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2015},
edition = {2nd},
note = {ISBN 978-1498716963},
url = {http://yihui.name/knitr/}
}
@Book{AdvancedR,
author = {Wickham Hadley},
title = {Advanced R},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2019},
edition = {2nd},
note = {ISBN 978-0815384571},
url = {https://adv-r.hadley.nz/}
}
@book{R4DS,
author = {Wickham, Hadley and Grolemund, Garrett},
title = {R for Data Science: Import, Tidy, Transform, Visualize, and Model Data},
year = {2017},
isbn = {1491910399},
publisher = {O'Reilly Media, Inc.},
adress = {Farnham, UK},
edition = {1st}
}
@book{thinkrShiny,
title = "Engineering Production-Grade Shiny Apps",
author = "Colin Fay and Sebastien Rochette and Vincent Guyader and Cervan Girard",
publisher = "Chapman and Hall/CRC ",
year = "2020"
}
@book{wickham2021mastering,
title={Mastering Shiny: Build Interactive Apps, Reports, and Dashboards Powered by R},
author={Wickham Hadley},
isbn={9781492047384},
url={https://books.google.ch/books?id=nrvAzQEACAAJ},
year={2021},
publisher={O'Reilly Media, Incorporated}
}
@book{coene2021javascript,
title={Javascript for R},
author={Coene, J.},
isbn={9781000408171},
lccn={2021008502},
series={Chapman \& Hall/CRC The R Series},
url={https://books.google.ch/books?id=ntUxEAAAQBAJ},
year={2021},
publisher={CRC Press}
}