-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackages.bib
More file actions
532 lines (472 loc) · 16.2 KB
/
Copy pathpackages.bib
File metadata and controls
532 lines (472 loc) · 16.2 KB
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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
@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 = {2024},
url = {https://www.R-project.org/},
}
@Manual{R-DBI,
title = {{DBI}: R Database Interface},
author = {{R Special Interest Group on Databases (R-SIG-DB)} and Hadley Wickham and Kirill Müller},
year = {2024},
note = {R package version 1.2.2},
url = {https://dbi.r-dbi.org},
}
@Manual{R-dbplyr,
title = {{dbplyr}: A dplyr Back End for Databases},
author = {Hadley Wickham and Maximilian Girlich and Edgar Ruiz},
year = {2024},
note = {R package version 2.5.0},
url = {https://dbplyr.tidyverse.org/},
}
@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.4},
url = {https://dplyr.tidyverse.org},
}
@Manual{R-effectsize,
title = {{effectsize}: Indices of Effect Size},
author = {Mattan S. Ben-Shachar and Dominique Makowski and Daniel Lüdecke and Indrajeet Patil and Brenton M. Wiernik and Rémi Thériault and Philip Waggoner},
year = {2024},
note = {R package version 0.8.7},
url = {https://easystats.github.io/effectsize/},
}
@Manual{R-forcats,
title = {{forcats}: Tools for Working with Categorical Variables (Factors)},
author = {Hadley Wickham},
year = {2023},
note = {R package version 1.0.0,
https://github.com/tidyverse/forcats},
url = {https://forcats.tidyverse.org/},
}
@Manual{R-fs,
title = {{fs}: Cross-Platform File System Operations Based on libuv},
author = {Jim Hester and Hadley Wickham and Gábor Csárdi},
year = {2024},
note = {R package version 1.6.4},
url = {https://fs.r-lib.org},
}
@Manual{R-future,
title = {{future}: Unified Parallel and Distributed Processing in {R} for Everyone},
author = {Henrik Bengtsson},
year = {2024},
note = {R package version 1.33.2,
https://github.com/HenrikBengtsson/future},
url = {https://future.futureverse.org},
}
@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 and Teun {van den Brand}},
year = {2024},
note = {R package version 3.5.1,
https://github.com/tidyverse/ggplot2},
url = {https://ggplot2.tidyverse.org},
}
@Manual{R-ggraph,
title = {{ggraph}: An Implementation of Grammar of Graphics for Graphs and Networks},
author = {Thomas Lin Pedersen},
year = {2024},
note = {R package version 2.2.1,
https://github.com/thomasp85/ggraph},
url = {https://ggraph.data-imaginist.com},
}
@Manual{R-gibasa,
title = {{gibasa}: An Alternative {Rcpp} Wrapper of {MeCab}},
author = {Akiru Kato and Shogo Ichinose and Taku Kudo},
year = {2024},
note = {R package version 1.1.0},
url = {https://paithiov909.github.io/gibasa/},
}
@Manual{R-haven,
title = {{haven}: Import and Export {SPSS}, {Stata} and {SAS} Files},
author = {Hadley Wickham and Evan Miller and Danny Smith},
year = {2023},
note = {R package version 2.5.4},
url = {https://haven.tidyverse.org},
}
@Manual{R-igraph,
title = {{igraph}: Network Analysis and Visualization},
author = {Gábor Csárdi and Tamás Nepusz and Vincent Traag and Szabolcs Horvát and Fabio Zanini and Daniel Noom and Kirill Müller},
year = {2024},
note = {R package version 2.0.3},
url = {https://r.igraph.org/},
}
@Manual{R-infer,
title = {{infer}: Tidy Statistical Inference},
author = {Andrew Bray and Chester Ismay and Evgeni Chasnovski and Simon Couch and Ben Baumer and Mine Cetinkaya-Rundel},
year = {2024},
note = {R package version 1.0.7},
url = {https://github.com/tidymodels/infer},
}
@Manual{R-janeaustenr,
title = {{janeaustenr}: Jane {A}usten's Complete Novels},
author = {Julia Silge},
year = {2022},
note = {R package version 1.0.0},
url = {https://github.com/juliasilge/janeaustenr},
}
@Manual{R-jiebaR,
title = {{jiebaR}: Chinese Text Segmentation},
author = {Qin Wenfeng and Wu Yanyi},
year = {2019},
note = {R package version 0.11},
url = {https://github.com/qinwf/jiebaR/},
}
@Manual{R-jsonlite,
title = {{jsonlite}: A Simple and Robust {JSON} Parser and Generator for {R}},
author = {Jeroen Ooms},
year = {2023},
note = {R package version 1.8.8},
url = {https://jeroen.r-universe.dev/jsonlite},
}
@Manual{R-languageR,
title = {{languageR}: Analyzing Linguistic Data: A Practical Introduction to
Statistics},
author = {R. H. Baayen and Elnaz Shafaei-Bajestan},
year = {2019},
note = {R package version 1.5.0},
url = {https://CRAN.R-project.org/package=languageR},
}
@Manual{R-lexicon,
title = {{lexicon}: Lexicons for Text Analysis},
author = {Tyler Rinker},
year = {2019},
note = {R package version 1.2.1},
url = {https://github.com/trinker/lexicon},
}
@Manual{R-lingtypology,
title = {{lingtypology}: Linguistic Typology and Mapping},
author = {George Moroz},
year = {2024},
note = {R package version 1.1.17,
https://github.com/ropensci/lingtypology/},
url = {https://CRAN.R-project.org/package=lingtypology},
}
@Manual{R-pak,
title = {{pak}: Another Approach to Package Installation},
author = {Gábor Csárdi and Jim Hester},
year = {2024},
note = {R package version 0.7.2},
url = {https://pak.r-lib.org/},
}
@Manual{R-ProjectTemplate,
title = {{ProjectTemplate}: Automates the Creation of New Statistical Analysis Projects},
author = {John Myles White},
year = {2023},
note = {R package version 0.10.4},
url = {http://projecttemplate.net},
}
@Manual{R-purrr,
title = {{purrr}: Functional Programming Tools},
author = {Hadley Wickham and Lionel Henry},
year = {2023},
note = {R package version 1.0.2},
url = {https://purrr.tidyverse.org/},
}
@Manual{R-qtkit,
title = {{qtkit}: Quantitative Text Kit},
author = {Jerid Francom},
year = {2024},
note = {R package version 0.10.0},
url = {https://CRAN.R-project.org/package=qtkit},
}
@Manual{R-readr,
title = {{readr}: Read Rectangular Text Data},
author = {Hadley Wickham and Jim Hester and Jennifer Bryan},
year = {2024},
note = {R package version 2.1.5},
url = {https://readr.tidyverse.org},
}
@Manual{R-readtext,
title = {{readtext}: Import and Handling for Plain and Formatted Text Files},
author = {Kenneth Benoit and Adam Obeng},
year = {2024},
note = {R package version 0.91},
url = {https://github.com/quanteda/readtext},
}
@Manual{R-renv,
title = {{renv}: Project Environments},
author = {Kevin Ushey and Hadley Wickham},
year = {2024},
note = {R package version 1.0.7},
url = {https://rstudio.github.io/renv/},
}
@Manual{R-reprex,
title = {{reprex}: Prepare Reproducible Example Code via the Clipboard},
author = {Jennifer Bryan and Jim Hester and David Robinson and Hadley Wickham and Christophe Dervieux},
year = {2024},
note = {R package version 2.1.0},
url = {https://reprex.tidyverse.org},
}
@Manual{R-rsyntax,
title = {{rsyntax}: Extract Semantic Relations from Text by Querying and Reshaping
Syntax},
author = {Kasper Welbers and Wouter {van Atteveldt}},
year = {2022},
note = {R package version 0.1.4, commit 531f864da09aedaed88cc385b16eae05167b069a},
url = {https://github.com/vanatteveldt/rsyntax},
}
@Manual{R-rvest,
title = {{rvest}: Easily Harvest (Scrape) Web Pages},
author = {Hadley Wickham},
year = {2024},
note = {R package version 1.0.4},
url = {https://rvest.tidyverse.org/},
}
@Manual{R-skimr,
title = {{skimr}: Compact and Flexible Summaries of Data},
author = {Elin Waring and Michael Quinn and Amelia McNamara and Eduardo {Arino de la Rubia} and Hao Zhu and Shannon Ellis},
year = {2022},
note = {R package version 2.1.5},
url = {https://docs.ropensci.org/skimr/},
}
@Manual{R-stringr,
title = {{stringr}: Simple, Consistent Wrappers for Common String Operations},
author = {Hadley Wickham},
year = {2023},
note = {R package version 1.5.1,
https://github.com/tidyverse/stringr},
url = {https://stringr.tidyverse.org},
}
@Manual{R-swirl,
title = {{swirl}: Learn {R}, in {R}},
author = {Sean Kross and Nick Carchedi and Bill Bauer and Gina Grdina},
year = {2020},
note = {R package version 2.4.5},
url = {http://swirlstats.com},
}
@Manual{R-targets,
title = {{targets}: Dynamic Function-Oriented Make-Like Declarative Pipelines},
author = {William Michael Landau},
year = {2024},
note = {R package version 1.7.0,
https://github.com/ropensci/targets},
url = {https://docs.ropensci.org/targets/},
}
@Manual{R-TBDBr,
title = {{TBDBr}: Easy Access To TalkBankDB via {R API}},
author = {John Kowalski and Rob Cavanaugh},
year = {2024},
note = {R package version 0.1.0,
https://talkbank.github.io/TalkBankDB-R/},
url = {https://github.com/TalkBank/TalkBankDB-R},
}
@Manual{R-textrecipes,
title = {{textrecipes}: Extra Recipes for Text Processing},
author = {Emil Hvitfeldt},
year = {2023},
note = {R package version 1.0.6,
https://textrecipes.tidymodels.org/},
url = {https://github.com/tidymodels/textrecipes},
}
@Manual{R-tidyr,
title = {{tidyr}: Tidy Messy Data},
author = {Hadley Wickham and Davis Vaughan and Maximilian Girlich},
year = {2024},
note = {R package version 1.3.1},
url = {https://tidyr.tidyverse.org},
}
@Manual{R-tidytext,
title = {{tidytext}: Text Mining using dplyr, ggplot2, and Other Tidy Tools},
author = {David Robinson and Julia Silge},
year = {2024},
note = {R package version 0.4.2,
https://github.com/juliasilge/tidytext},
url = {https://juliasilge.github.io/tidytext/},
}
@Manual{R-tidyverse,
title = {{tidyverse}: Easily Install and Load the {Tidyverse}},
author = {Hadley Wickham},
year = {2023},
note = {R package version 2.0.0,
https://github.com/tidyverse/tidyverse},
url = {https://tidyverse.tidyverse.org},
}
@Manual{R-tinytex,
title = {{tinytex}: Helper Functions to Install and Maintain {T}eX {L}ive, and Compile
{LaTeX} Documents},
author = {Yihui Xie},
year = {2024},
note = {R package version 0.51},
url = {https://github.com/rstudio/tinytex},
}
@Manual{R-tokenizers,
title = {{tokenizers}: Fast, Consistent Tokenization of Natural Language Text},
author = {Lincoln Mullen},
year = {2022},
note = {R package version 0.3.0,
https://github.com/ropensci/tokenizers},
url = {https://docs.ropensci.org/tokenizers/},
}
@Manual{R-udpipe,
title = {{udpipe}: Tokenization, Parts of Speech Tagging, Lemmatization and
Dependency Parsing with the {UDPipe} 'NLP' Toolkit},
author = {Jan Wijffels},
year = {2023},
note = {R package version 0.8.11,
https://github.com/bnosac/udpipe},
url = {https://bnosac.github.io/udpipe/en/index.html},
}
@Manual{R-washoku,
title = {{washoku}: Extra recipes for {Japanese} Text, Date and Address Processing},
author = {Shinya Uryu},
year = {2024},
note = {R package version 0.0.0.9000},
url = {https://github.com/uribo/washoku},
}
@Manual{R-word2vec,
title = {{word2vec}: Distributed Representations of Words},
author = {Jan Wijffels and Kohei Watanabe},
year = {2023},
note = {R package version 0.4.0},
url = {https://github.com/bnosac/word2vec},
}
@Manual{R-wordbankr,
title = {{wordbankr}: Accessing the {Wordbank Database}},
author = {Mika Braginsky},
year = {2024},
note = {R package version 1.0.3,
https://github.com/langcog/wordbankr/},
url = {https://langcog.github.io/wordbankr/},
}
@Manual{R-workflowr,
title = {{workflowr}: A Framework for Reproducible and Collaborative Data Science},
author = {John Blischak and Peter Carbonetto and Matthew Stephens},
year = {2023},
note = {R package version 1.7.1},
url = {https://github.com/workflowr/workflowr},
}
@Article{effectsize2020,
title = {{e}ffectsize: Estimation of Effect Size Indices and Standardized Parameters},
author = {Mattan S. Ben-Shachar and Daniel Lüdecke and Dominique Makowski},
year = {2020},
journal = {Journal of Open Source Software},
volume = {5},
number = {56},
pages = {2815},
publisher = {The Open Journal},
doi = {10.21105/joss.02815},
url = {https://doi.org/10.21105/joss.02815},
}
@Article{RJ-2021-048,
author = {Henrik Bengtsson},
title = {A Unifying Framework for Parallel and Distributed Processing in {R} using {Futures}},
year = {2021},
journal = {The R Journal},
doi = {10.32614/RJ-2021-048},
url = {https://doi.org/10.32614/RJ-2021-048},
pages = {208--227},
volume = {13},
number = {2},
}
@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},
}
@Article{igraph2006,
title = {The igraph software package for complex network research},
author = {Gabor Csardi and Tamas Nepusz},
journal = {InterJournal},
volume = {Complex Systems},
pages = {1695},
year = {2006},
url = {https://igraph.org},
}
@Article{infer2021,
title = {{infer}: An {R} package for {T}idyverse-friendly statistical inference},
author = {Simon P. Couch and Andrew P. Bray and Chester Ismay and Evgeni Chasnovski and Benjamin S. Baumer and Mine Çetinkaya-Rundel},
journal = {Journal of Open Source Software},
year = {2021},
volume = {6},
number = {65},
pages = {3661},
doi = {10.21105/joss.03661},
}
@Article{jsonlite2014,
title = {The jsonlite Package: A Practical and Consistent Mapping Between {JSON} Data and {R} Objects},
author = {Jeroen Ooms},
journal = {arXiv:1403.2805 [stat.CO]},
year = {2014},
url = {https://arxiv.org/abs/1403.2805},
}
@Manual{lexicon2018,
title = {{lexicon}: Lexicon Data},
author = {Tyler W. Rinker},
address = {Buffalo, New York},
note = {version 1.2.1},
year = {2018},
url = {http://github.com/trinker/lexicon},
}
@Manual{lingtypology2017,
title = {{lingtypology}: easy mapping for Linguistic Typology},
author = {George Moroz},
year = {2017},
url = {https://CRAN.R-project.org/package=lingtypology},
}
@Article{targets2021,
title = {The targets {R} package: a dynamic Make-like function-oriented pipeline toolkit for reproducibility and high-performance computing},
author = {William Michael Landau},
journal = {Journal of Open Source Software},
year = {2021},
volume = {6},
number = {57},
pages = {2959},
doi = {10.21105/joss.02959},
}
@Article{tidytext2016,
title = {{tidytext}: Text Mining and Analysis Using Tidy Data Principles in {R}},
author = {Julia Silge and David Robinson},
doi = {10.21105/joss.00037},
year = {2016},
publisher = {The Open Journal},
volume = {1},
number = {3},
journal = {JOSS},
}
@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},
}
@Article{tinytex2019,
title = {{TinyTeX}: A lightweight, cross-platform, and easy-to-maintain LaTeX distribution based on {TeX Live}},
author = {Yihui Xie},
journal = {TUGboat},
year = {2019},
volume = {40},
number = {1},
pages = {30--32},
}
@Article{tokenizers2018,
title = {Fast, Consistent Tokenization of Natural Language Text},
author = {Lincoln A. Mullen and Kenneth Benoit and Os Keyes and Dmitry Selivanov and Jeffrey Arnold},
journal = {Journal of Open Source Software},
year = {2018},
volume = {3},
issue = {23},
pages = {655},
url = {https://doi.org/10.21105/joss.00655},
doi = {10.21105/joss.00655},
}
@Article{workflowr2019,
title = {Creating and sharing reproducible research code the workflowr way},
author = {John D Blischak and Peter Carbonetto and Matthew Stephens},
journal = {F1000Research},
year = {2019},
volume = {8},
number = {1749},
doi = {10.12688/f1000research.20843.1},
url = {https://doi.org/10.12688/f1000research.20843.1},
}