-
Notifications
You must be signed in to change notification settings - Fork 2
/
packages.bib
257 lines (227 loc) · 7.59 KB
/
packages.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
@Manual{R-arcos,
title = {arcos: Load ARCOS Prescription Data Prepared by the Washington Post},
author = {Steven Rich and Andrew {Ba Tran} and Aaron Williams},
year = {2021},
note = {R package version 1.27},
url = {https://github.com/wpinvestigative/arcos},
}
@Manual{R-base,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2021},
url = {https://www.R-project.org/},
}
@Manual{R-cartogram,
title = {cartogram: Create Cartograms with R},
author = {Sebastian Jeworutzki},
year = {2020},
note = {R package version 0.2.2},
url = {https://github.com/sjewo/cartogram},
}
@Manual{R-dplyr,
title = {dplyr: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain François and Lionel Henry and Kirill Müller},
year = {2021},
note = {R package version 1.0.5},
url = {https://CRAN.R-project.org/package=dplyr},
}
@Manual{R-forcats,
title = {forcats: Tools for Working with Categorical Variables (Factors)},
author = {Hadley Wickham},
year = {2021},
note = {R package version 0.5.1},
url = {https://CRAN.R-project.org/package=forcats},
}
@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 = {2020},
note = {R package version 3.3.3},
url = {https://CRAN.R-project.org/package=ggplot2},
}
@Manual{R-plotly,
title = {plotly: Create Interactive Web Graphics via plotly.js},
author = {Carson Sievert and Chris Parmer and Toby Hocking and Scott Chamberlain and Karthik Ram and Marianne Corvellec and Pedro Despouy},
year = {2021},
note = {R package version 4.9.3},
url = {https://CRAN.R-project.org/package=plotly},
}
@Manual{R-purrr,
title = {purrr: Functional Programming Tools},
author = {Lionel Henry and Hadley Wickham},
year = {2020},
note = {R package version 0.3.4},
url = {https://CRAN.R-project.org/package=purrr},
}
@Manual{R-readr,
title = {readr: Read Rectangular Text Data},
author = {Hadley Wickham and Jim Hester},
year = {2020},
note = {R package version 1.4.0},
url = {https://CRAN.R-project.org/package=readr},
}
@Manual{R-readxl,
title = {readxl: Read Excel Files},
author = {Hadley Wickham and Jennifer Bryan},
year = {2019},
note = {R package version 1.3.1},
url = {https://CRAN.R-project.org/package=readxl},
}
@Manual{R-sf,
title = {sf: Simple Features for R},
author = {Edzer Pebesma},
year = {2021},
note = {R package version 0.9-8},
url = {https://CRAN.R-project.org/package=sf},
}
@Manual{R-sp,
title = {sp: Classes and Methods for Spatial Data},
author = {Edzer Pebesma and Roger Bivand},
year = {2021},
note = {R package version 1.4-5},
url = {https://CRAN.R-project.org/package=sp},
}
@Manual{R-spData,
title = {spData: Datasets for Spatial Analysis},
author = {Roger Bivand and Jakub Nowosad and Robin Lovelace},
year = {2020},
note = {R package version 0.3.8},
url = {https://nowosad.github.io/spData/},
}
@Manual{R-spdep,
title = {spdep: Spatial Dependence: Weighting Schemes, Statistics},
author = {Roger Bivand},
year = {2021},
note = {R package version 1.1-7},
url = {https://github.com/r-spatial/spdep/},
}
@Manual{R-stargazer,
title = {stargazer: Well-Formatted Regression and Summary Statistics Tables},
author = {Marek Hlavac},
year = {2018},
note = {R package version 5.2.2},
url = {https://CRAN.R-project.org/package=stargazer},
}
@Manual{R-stringr,
title = {stringr: Simple, Consistent Wrappers for Common String Operations},
author = {Hadley Wickham},
year = {2019},
note = {R package version 1.4.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 = {2021},
note = {R package version 3.1.0},
url = {https://CRAN.R-project.org/package=tibble},
}
@Manual{R-tidyr,
title = {tidyr: Tidy Messy Data},
author = {Hadley Wickham},
year = {2021},
note = {R package version 1.1.3},
url = {https://CRAN.R-project.org/package=tidyr},
}
@Manual{R-tidyverse,
title = {tidyverse: Easily Install and Load the Tidyverse},
author = {Hadley Wickham},
year = {2019},
note = {R package version 1.3.0},
url = {https://CRAN.R-project.org/package=tidyverse},
}
@Manual{R-tigris,
title = {tigris: Load Census TIGER/Line Shapefiles},
author = {Kyle Walker},
year = {2020},
note = {R package version 1.0},
url = {https://github.com/walkerke/tigris},
}
@Manual{R-viridis,
title = {viridis: Default Color Maps from matplotlib},
author = {Simon Garnier},
year = {2018},
note = {R package version 0.5.1},
url = {https://github.com/sjmgarnier/viridis},
}
@Manual{R-viridisLite,
title = {viridisLite: Default Color Maps from matplotlib (Lite Version)},
author = {Simon Garnier},
year = {2018},
note = {R package version 0.3.0},
url = {https://github.com/sjmgarnier/viridisLite},
}
@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},
}
@Book{plotly2020,
author = {Carson Sievert},
title = {Interactive Web-Based Data Visualization with R, plotly, and shiny},
publisher = {Chapman and Hall/CRC},
year = {2020},
isbn = {9781138331457},
url = {https://plotly-r.com},
}
@Article{sf2018,
author = {Edzer Pebesma},
title = {{Simple Features for R: Standardized Support for Spatial Vector Data}},
year = {2018},
journal = {{The R Journal}},
doi = {10.32614/RJ-2018-009},
url = {https://doi.org/10.32614/RJ-2018-009},
pages = {439--446},
volume = {10},
number = {1},
}
@Article{sp2005,
author = {Edzer J. Pebesma and Roger S. Bivand},
title = {Classes and methods for spatial data in {R}},
journal = {R News},
year = {2005},
volume = {5},
number = {2},
pages = {9--13},
month = {November},
url = {https://CRAN.R-project.org/doc/Rnews/},
}
@Book{sp2013,
author = {Roger S. Bivand and Edzer Pebesma and Virgilio Gomez-Rubio},
title = {Applied spatial data analysis with {R}, Second edition},
year = {2013},
publisher = {Springer, NY},
url = {https://asdar-book.org/},
}
@Article{spdep2018,
author = {Roger Bivand and David W. S. Wong},
title = {Comparing implementations of global and local indicators of spatial association},
journal = {TEST},
year = {2018},
volume = {27},
number = {3},
pages = {716--748},
url = {https://doi.org/10.1007/s11749-018-0599-x},
}
@Book{spdep2013,
author = {Roger S. Bivand and Edzer Pebesma and Virgilio Gomez-Rubio},
title = {Applied spatial data analysis with {R}, Second edition},
year = {2013},
publisher = {Springer, NY},
url = {https://asdar-book.org/},
}
@Article{tidyverse2019,
title = {Welcome to the {tidyverse}},
author = {Hadley Wickham and Mara Averick and Jennifer Bryan and Winston Chang and Lucy D'Agostino McGowan and Romain François and Garrett Grolemund and Alex Hayes and Lionel Henry and Jim Hester and Max Kuhn and Thomas Lin Pedersen and Evan Miller and Stephan Milton Bache and Kirill Müller and Jeroen Ooms and David Robinson and Dana Paige Seidel and Vitalie Spinu and Kohske Takahashi and Davis Vaughan and Claus Wilke and Kara Woo and Hiroaki Yutani},
year = {2019},
journal = {Journal of Open Source Software},
volume = {4},
number = {43},
pages = {1686},
doi = {10.21105/joss.01686},
}