-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgratefulgod.bib
91 lines (81 loc) · 2.51 KB
/
gratefulgod.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
@Manual{R-data.table,
title = {data.table: Extension of `data.frame`},
author = {Matt Dowle and Arun Srinivasan},
year = {2023},
note = {R package version 1.14.8},
url = {https://CRAN.R-project.org/package=data.table},
}
@Manual{R-dplyr,
title = {dplyr: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain François and Lionel
Henry and Kirill Müller and Davis Vaughan},
year = {2023},
note = {R package version 1.1.2},
url = {https://CRAN.R-project.org/package=dplyr},
}
@Manual{R-emojifont,
title = {emojifont: Emoji and Font Awesome in Graphics},
author = {Guangchuang Yu},
year = {2021},
note = {R package version 0.5.5},
url = {https://github.com/GuangchuangYu/emojifont},
}
@Manual{R-foreign,
title = {foreign: Read Data Stored by Minitab, S, SAS,
SPSS, Stata, Systat, Weka, dBase, ...},
author = {{R Core Team}},
year = {2022},
note = {R package version 0.8-84},
url =
{https://svn.r-project.org/R-packages/trunk/foreign/},
}
@Manual{R-ggplot2,
title = {ggplot2: Create Elegant Data Visualisations
Using the Grammar of Graphics},
author = {Hadley Wickham and Winston Chang and Lionel
Henry and Thomas Lin Pedersen and Kohske Takahashi and
Claus Wilke and Kara Woo and Hiroaki Yutani and Dewey
Dunnington},
year = {2023},
note = {R package version 3.4.3},
url = {https://CRAN.R-project.org/package=ggplot2},
}
@Manual{R-ggthemes,
title = {ggthemes: Extra Themes, Scales and Geoms for
ggplot2},
author = {Jeffrey B. Arnold},
year = {2021},
note = {R package version 4.2.4},
url = {https://github.com/jrnold/ggthemes},
}
@Manual{R-stringr,
title = {stringr: Simple, Consistent Wrappers for Common
String Operations},
author = {Hadley Wickham},
year = {2022},
note = {R package version 1.5.0},
url = {https://CRAN.R-project.org/package=stringr},
}
@Manual{R-tibble,
title = {tibble: Simple Data Frames},
author = {Kirill Müller and Hadley Wickham},
year = {2023},
note = {R package version 3.2.1},
url = {https://CRAN.R-project.org/package=tibble},
}
@Manual{R-tidyr,
title = {tidyr: Tidy Messy Data},
author = {Hadley Wickham and Davis Vaughan and Maximilian
Girlich},
year = {2023},
note = {R package version 1.3.0},
url = {https://CRAN.R-project.org/package=tidyr},
}
@Book{ggplot22016,
author = {Hadley Wickham},
title = {ggplot2: Elegant Graphics for Data Analysis},
publisher = {Springer-Verlag New York},
year = {2016},
isbn = {978-3-319-24277-4},
url = {https://ggplot2.tidyverse.org},
}