-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathpackages.bib
634 lines (580 loc) · 19.8 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
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
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
@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 = {2016},
url = {https://www.R-project.org/},
}
@Manual{bookdown,
title = {bookdown: Authoring Books with R Markdown},
author = {Yihui Xie},
note = {R package version 0.1},
url = {https://github.com/rstudio/bookdown},
year = {2016},
}
@Manual{DT,
title = {DT: A Wrapper of the JavaScript Library 'DataTables'},
author = {Yihui Xie},
year = {2015},
note = {R package version 0.1.57},
url = {http://rstudio.github.io/DT},
}
@Manual{htmlwidgets,
title = {htmlwidgets: HTML Widgets for R},
author = {Ramnath Vaidyanathan and Yihui Xie and JJ Allaire and Joe Cheng and Kenton Russell},
year = {2016},
note = {R package version 0.6},
url = {https://CRAN.R-project.org/package=htmlwidgets},
}
@Manual{knitr,
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
author = {Yihui Xie},
year = {2016},
note = {R package version 1.13},
url = {https://CRAN.R-project.org/package=knitr},
}
@Manual{miniUI,
title = {miniUI: Shiny UI Widgets for Small Screens},
author = {Joe Cheng},
year = {2016},
note = {R package version 0.1.1},
url = {https://CRAN.R-project.org/package=miniUI},
}
@Manual{rmarkdown,
title = {rmarkdown: Dynamic Documents for R},
author = {JJ Allaire and Joe Cheng and Yihui Xie and Jonathan McPherson and Winston Chang and Jeff Allen and Hadley Wickham and Aron Atkins and Rob Hyndman},
year = {2016},
note = {R package version 1.0},
url = {https://CRAN.R-project.org/package=rmarkdown},
}
@Manual{servr,
title = {servr: A Simple HTTP Server to Serve Static Files or Dynamic Documents},
author = {Yihui Xie},
year = {2016},
note = {R package version 0.4},
url = {https://CRAN.R-project.org/package=servr},
}
@Manual{webshot,
title = {webshot: Take Screenshots of Web Pages},
author = {Winston Chang},
year = {2016},
note = {R package version 0.3.2},
url = {https://CRAN.R-project.org/package=webshot},
}
@Manual{ggstat,
title = {ggstat: Statistical Computations for Visualisation},
author = {Hadley Wickham},
year = {2016},
note = {R package version 0.0.0.9000},
url = {https://github.com/hadley/ggstat},
}
@Manual{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 = {2016},
note = {https://plot.ly/r, https://cpsievert.github.io/plotly_book/, https://github.com/ropensci/plotly},
}
@Manual{ggvis,
title = {ggvis: Interactive Grammar of Graphics},
author = {Winston Chang and Hadley Wickham},
year = {2016},
note = {R package version 0.4.3},
url = {https://CRAN.R-project.org/package=ggvis},
}
@Article{jsonlite,
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 = {http://arxiv.org/abs/1403.2805},
}
@Manual{RJSONIO,
title = {RJSONIO: Serialize R objects to JSON, JavaScript Object Notation},
author = {Temple Lang, Duncan},
year = {2014},
note = {R package version 1.3-0},
url = {http://CRAN.R-project.org/package=RJSONIO},
}
@Manual{rCharts,
title = {rCharts: Interactive Charts using Javascript Visualization Libraries},
author = {Ramnath Vaidyanathan},
year = {2013},
note = {R package version 0.4.5},
url = {https://github.com/ramnathv/rCharts/}
}
@Manual{animint,
title = {animint: Interactive animations},
author = {Toby Dylan Hocking and Susan VanderPlas and Carson Sievert},
year = {2015},
note = {R package version 2015.07.17},
}
@article{Sievert:2014b,
author = {Sievert, Carson and Shirley, Kenneth E},
title = {{LDAvis: A method for visualizing and interpreting topics}},
journal = {Proceedings of the Workshop on Interactive Language Learning, Visualization, and Interfaces},
year = {2014},
pages = {1--8},
month = jun,
url = {http://nlp.stanford.edu/events/illvi2014/papers/sievert-illvi2014.pdf}
}
@Manual{magrittr,
title = {magrittr: A Forward-Pipe Operator for R},
author = {Stefan Milton Bache and Hadley Wickham},
year = {2014},
note = {R package version 1.5},
url = {https://CRAN.R-project.org/package=magrittr},
}
@Manual{dplyr,
title = {dplyr: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain Francois},
year = {2016},
note = {R package version 0.5.0},
url = {https://CRAN.R-project.org/package=dplyr},
}
@Manual{tidyr,
title = {tidyr: Easily Tidy Data with `spread()` and `gather()` Functions},
author = {Hadley Wickham},
year = {2016},
note = {R package version 0.6.0.9000},
url = {https://github.com/hadley/tidyr},
}
@Manual{forecast,
title = {forecast: Forecasting functions for time series
and linear models},
author = {Rob J Hyndman},
note = {R package version 7.2},
url = {http://github.com/robjhyndman/forecast},
year = 2018
}
@Manual{listviewer,
title = {listviewer: 'htmlwidget' for Interactive Views of R Lists},
author = {Jos {de Jong} and Kenton Russell},
year = {2016},
note = {R package version 1.2},
url = {https://github.com/timelyportfolio/listviewer},
}
@Manual{gridExtra,
title = {gridExtra: Miscellaneous Functions for Grid Graphics},
author = {Baptiste Auguie},
year = {2016},
note = {R package version 2.2.1},
url = {https://CRAN.R-project.org/package=gridExtra},
}
@Manual{GGally,
title = {GGally: Extension to 'ggplot2'},
author = {Barret Schloerke and Jason Crowley and Di Cook and Francois Briatte and Moritz Marbach and Edwin Thoen and Amos Elberg and Joseph Larmarange},
year = {2016},
note = {https://ggobi.github.io/ggally, https://github.com/ggobi/ggally},
}
@Manual{RColorBrewer,
title = {RColorBrewer: ColorBrewer Palettes},
author = {Erich Neuwirth},
year = {2014},
note = {R package version 1.1-2},
url = {https://CRAN.R-project.org/package=RColorBrewer},
}
@Manual{viridisLite,
title = {viridisLite: Default Color Maps from 'matplotlib' (Lite Version)},
author = {Simon Garnier},
year = {2016},
note = {R package version 0.1.3},
url = {https://CRAN.R-project.org/package=viridisLite},
}
@Manual{coefplot,
title = {coefplot: Plots Coefficients from Fitted Models},
author = {Jared P. Lander},
year = {2016},
note = {R package version 1.2.4},
url = {https://CRAN.R-project.org/package=coefplot},
}
@Manual{broom,
title = {broom: Convert Statistical Analysis Objects into Tidy Data Frames},
author = {David Robinson},
year = {2016},
note = {R package version 0.4.1},
url = {https://CRAN.R-project.org/package=broom},
}
@Manual{quantmod,
title = {quantmod: Quantitative Financial Modelling Framework},
author = {Jeffrey A. Ryan},
year = {2016},
note = {R package version 0.4-6},
url = {https://CRAN.R-project.org/package=quantmod},
}
@Manual{histogram,
title = {histogram: Construction of regular and irregular histograms with different
options for automatic choice of bins},
author = {Thoralf Mildenberger and Yves Rozenholc and David Zasada.},
year = {2009},
note = {R package version 0.0-23},
url = {https://CRAN.R-project.org/package=histogram},
}
@Manual{ggmosaic,
title = {ggmosaic: Mosaic Plots in the 'ggplot2' Framework},
author = {Haley Jeppson and Heike Hofmann and Di Cook},
note = {R package version 0.0.1},
year = {2016},
url = {http://github.com/haleyjeppson/ggmosaic},
}
@Manual{htmltools,
title = {htmltools: Tools for HTML},
author = {{RStudio} and {Inc.}},
year = {2016},
note = {R package version 0.3.5},
url = {https://CRAN.R-project.org/package=htmltools},
}
@Manual{flexdashboard,
title = {flexdashboard: R Markdown Format for Flexible Dashboards},
author = {JJ Allaire},
year = {2016},
note = {R package version 0.3},
url = {https://CRAN.R-project.org/package=flexdashboard},
}
@Manual{crosstalk,
title = {crosstalk: Inter-widget interactivity for HTML widgets},
author = {Joe Cheng},
year = {2016},
note = {R package version 0.2},
}
@Manual{trelliscope-pkg,
title = {trelliscope: Create and Navigate Large Multi-Panel Visual Displays},
author = {Ryan Hafen},
year = {2016},
note = {R package version 0.9.7},
url = {https://CRAN.R-project.org/package=trelliscope},
}
@Manual{trelliscopejs,
title = {trelliscopejs: Create Interactive Trelliscope Displays},
author = {Ryan Hafen and Barret Schloerke},
note = {R package version 0.1.3},
url = {https://github.com/hafen/trelliscopejs},
year = 2018
}
@Manual{colourpicker,
title = {colourpicker: A Colour Picker Widget for Shiny Apps, RStudio, R-markdown, and
'htmlwidgets'},
author = {Dean Attali},
year = {2016},
note = {R package version 0.2},
url = {https://CRAN.R-project.org/package=colourpicker},
}
@Manual{heatmaply,
title = {heatmaply: Interactive Heat Maps Using 'plotly'},
author = {Tal Galili},
year = {2016},
note = {R package version 0.5.0},
url = {https://CRAN.R-project.org/package=heatmaply},
}
@Manual{ggrepel,
title = {ggrepel: Repulsive Text and Label Geoms for 'ggplot2'},
author = {Kamil Slowikowski},
year = {2016},
note = {R package version 0.5},
url = {https://CRAN.R-project.org/package=ggrepel},
}
@Manual{ggalt,
title = {ggalt: Extra Coordinate Systems, Geoms and Statistical Transformations
for 'ggplot2'},
author = {Bob Rudis},
year = {2016},
note = {R package version 0.1.1},
url = {https://CRAN.R-project.org/package=ggalt},
}
@Manual{ggraph,
title = {ggraph: An Implementation of Grammar of Graphics for Graphs and Networks},
author = {Thomas Lin Pedersen},
year = {2016},
note = {R package version 0.1.1},
}
@Manual{ggtern,
title = {ggtern: An Extension to 'ggplot2', for the Creation of Ternary Diagrams},
author = {Nicholas Hamilton},
year = {2016},
note = {R package version 2.1.4},
url = {https://CRAN.R-project.org/package=ggtern},
}
@Manual{geomnet,
title = {geomnet: Network Visualization in the 'ggplot2' Framework},
author = {Samantha Tyner and Heike Hofmann},
year = {2016},
note = {R package version 0.1.2.1},
url = {https://CRAN.R-project.org/package=geomnet},
}
@Manual{gapminder,
title = {gapminder: Data from Gapminder},
author = {Jennifer Bryan},
year = {2015},
note = {R package version 0.2.0},
url = {https://CRAN.R-project.org/package=gapminder},
}
@Book{MASS,
title = {Modern Applied Statistics with S},
author = {W. N. Venables and B. D. Ripley},
publisher = {Springer},
edition = {Fourth},
address = {New York},
year = {2002},
note = {ISBN 0-387-95457-0},
url = {http://www.stats.ox.ac.uk/pub/MASS4},
}
@Manual{engsoccerdata,
title = {engsoccerdata: English and European Soccer Results 1871-2016},
author = {James Curley},
year = {2016},
note = {R package version 0.1.5},
url = {https://CRAN.R-project.org/package=engsoccerdata},
}
@Manual{shinydashboard,
title = {shinydashboard: Create Dashboards with 'Shiny'},
author = {Winston Chang and Barbara {Borges Ribeiro}},
year = {2018},
note = {R package version 0.7.1},
url = {https://CRAN.R-project.org/package=shinydashboard},
}
@Manual{sass,
title = {sass: Syntactically Awesome StyleSheets {(SASS)} Compiler},
author = {Timothy Mastny},
year = {2018},
note = {R package version 0.1.0.9000},
url = {https://github.com/rstudio/sass},
}
@Manual{profvis,
title = {profvis: Interactive Visualizations for Profiling {R} Code},
author = {Winston Chang and Javier Luraschi},
year = {2018},
note = {R package version 0.3.5},
url = {https://CRAN.R-project.org/package=profvis},
}
@Manual{shinyloadtest,
title = {shinyloadtest: Load Test Shiny Applications},
author = {Alan Dipert and Barret Schloerke and Barbara Borges},
year = {2018},
note = {R package version 1.0.0},
}
@Manual{promises,
title = {promises: Abstractions for Promise-Based Asynchronous Programming},
author = {Joe Cheng},
year = {2018},
note = {R package version 1.0.1},
url = {https://CRAN.R-project.org/package=promises},
}
@Manual{nycflights13,
title = {nycflights13: Flights that Departed NYC in 2013},
author = {Hadley Wickham},
year = {2018},
note = {R package version 1.0.0},
url = {https://CRAN.R-project.org/package=nycflights13},
}
@Manual{zikar,
title = {zikar: Tools for exploring publicly available Zika data},
author = {Carson Sievert},
year = {2018},
note = {R package version 0.0.0.9000},
url = {https://github.com/cpsievert/zikar}
}
@Manual{eechidna,
title = {eechidna: Exploring Election and Census Highly Informative Data Nationally
for Australia},
author = {Di Cook and Anthony Ebert and Heike Hofmann and Rob Hyndman and Thomas Lumley and Ben Marwick and Carson Sievert and Mingzhu Sun and Dilini Talagala and Nicholas Tierney and Nathaniel Tomasetti and Earo Wang and Fang Zhou},
year = {2017},
note = {R package version 1.1},
url = {https://CRAN.R-project.org/package=eechidna},
}
@Manual{bcviz,
title = {bcviz: A shiny app for exploring BC Housing and Census Data},
author = {Carson Sievert},
year = {2018},
note = {R package version 0.1},
url = {https://github.com/cpsievert/bcviz},
}
@Manual{rsvg,
title = {rsvg: Render SVG Images into PDF, PNG, PostScript, or Bitmap Arrays},
author = {Jeroen Ooms},
year = {2018},
note = {R package version 1.3},
url = {https://CRAN.R-project.org/package=rsvg},
}
@Manual{widgetframe,
title = {widgetframe: 'Htmlwidgets' in Responsive 'iframes'},
author = {Bhaskar Karambelkar},
year = {2017},
note = {R package version 0.3.1},
url = {https://CRAN.R-project.org/package=widgetframe},
}
@Manual{withr,
title = {withr: Run Code 'With' Temporarily Modified Global State},
author = {Jim Hester and Kirill Müller and Kevin Ushey and Hadley Wickham and Winston Chang},
year = {2018},
note = {R package version 2.1.2},
url = {https://CRAN.R-project.org/package=withr},
}
@Manual{colorspace,
title = {{colorspace}: A Toolbox for Manipulating and Assessing Colors and Palettes},
author = {Ross Ihaka and Paul Murrell and Kurt Hornik and Jason C. Fisher and Reto Stauffer and Claus O. Wilke and Claire D. McWhite and Achim Zeileis},
year = {2019},
note = {R package version 1.4-0},
url = {https://CRAN.R-project.org/package=colorspace},
}
@Manual{emo,
title = {emo: Easily Insert 'Emoji'},
author = {Hadley Wickham and Romain François and Lucy {D'Agostino McGowan}},
year = {2018},
note = {R package version 0.0.0.9000},
url = {https://github.com/hadley/emo},
}
@Manual{reactR,
title = {reactR: React Helpers},
author = {Facebook Inc and Kent Russell and Alan Dipert},
year = {2019},
note = {R package version 0.3.0},
url = {https://CRAN.R-project.org/package=reactR},
}
@Manual{V8,
title = {V8: Embedded JavaScript Engine for R},
author = {Jeroen Ooms},
year = {2017},
note = {R package version 1.5},
url = {https://CRAN.R-project.org/package=V8},
}
@Manual{runpkg,
title = {runpkg: Tools for working with 'UNPKG'},
author = {Carson Sievert},
year = {2019},
note = {R package version 0.0.0.9000},
url = {https://github.com/cpsievert/runpkg}
}
@Manual{pedestrians,
title = {pedestrians: Tools for exploring Melbourne's Pedestrian Data},
author = {Carson Sievert},
year = {2019},
note = {R package version 0.0.1},
url = {https://github.com/cpsievert/pedestrians},
}
@Manual{slopegraph,
title = {slopegraph: Edward Tufte-inspired Slopegraphs},
author = {Thomas J. Leeper},
year = {2017},
note = {R package version 0.1.14},
}
@Manual{idbr,
title = {idbr: R Interface to the US Census Bureau International Data Base API},
author = {Kyle Walker},
year = {2018},
note = {R package version 0.3},
url = {https://CRAN.R-project.org/package=idbr},
}
@Manual{magick,
title = {magick: Advanced Graphics and Image-Processing in R},
author = {Jeroen Ooms},
year = {2019},
note = {R package version 2.0.9000},
url = {https://github.com/ropensci/magick#readme},
}
@Manual{png,
title = {png: Read and write PNG images},
author = {Simon Urbanek},
year = {2013},
note = {R package version 0.1m-7},
url = {https://CRAN.R-project.org/package=png},
}
@Manual{base64enc,
title = {base64enc: Tools for base64 encoding},
author = {Simon Urbanek},
year = {2015},
note = {R package version 0.1-3},
url = {https://CRAN.R-project.org/package=base64enc},
}
@Manual{rnaturalearth,
title = {rnaturalearth: World Map Data from Natural Earth},
author = {Andy South},
year = {2017},
note = {R package version 0.1.0},
url = {https://CRAN.R-project.org/package=rnaturalearth},
}
@Article{USAboundaries,
title = {{USAboundaries}: Historical and Contemporary Boundaries
of the United States of America},
author = {Lincoln A. Mullen and Jordan Bratt},
journal = {Journal of Open Source Software},
year = {2018},
volume = {3},
issue = {23},
pages = {314},
url = {https://doi.org/10.21105/joss.00314},
doi = {10.21105/joss.00314},
}
@Manual{dbplot,
title = {dbplot: Simplifies Plotting Data Inside Databases},
author = {Edgar Ruiz},
year = {2018},
note = {R package version 0.3.0},
url = {https://CRAN.R-project.org/package=dbplot},
}
@Article{sp,
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/},
}
@Manual{raster,
title = {raster: Geographic Data Analysis and Modeling},
author = {Robert J. Hijmans},
year = {2019},
note = {R package version 2.8-19},
url = {https://CRAN.R-project.org/package=raster},
}
@Manual{geojsonio,
title = {geojsonio: Convert Data from and to 'GeoJSON' or 'TopoJSON'},
author = {Scott Chamberlain and Andy Teucher},
year = {2018},
note = {R package version 0.6.0},
url = {https://CRAN.R-project.org/package=geojsonio},
}
@Manual{cartogram,
title = {cartogram: Create Cartograms with R},
author = {Sebastian Jeworutzki},
year = {2018},
note = {R package version 0.1.1},
url = {https://CRAN.R-project.org/package=cartogram},
}
@Manual{maps,
title = {maps: Draw Geographical Maps},
author = {Original S code by Richard A. Becker and Allan R. Wilks. R version by Ray Brownrigg. Enhancements by Thomas P Minka and Alex Deckmyn.},
year = {2018},
note = {R package version 3.3.0},
url = {https://CRAN.R-project.org/package=maps},
}
@Manual{Hmisc,
title = {Hmisc: Harrell Miscellaneous},
author = {Frank E {Harrell Jr} and with contributions from Charles Dupont and many others.},
year = {2019},
note = {R package version 4.2-0},
url = {https://CRAN.R-project.org/package=Hmisc},
}
@Book{mgcv,
title = {Generalized Additive Models: An Introduction with R},
year = {2017},
author = {S.N Wood},
edition = {2},
publisher = {Chapman and Hall/CRC},
}
@Manual{ggforce,
title = {ggforce: Accelerating 'ggplot2'},
author = {Thomas Lin Pedersen},
year = {2019},
note = {R package version 0.2.0},
url = {https://CRAN.R-project.org/package=ggforce},
}
@Manual{naniar,
title = {naniar: Data Structures, Summaries, and Visualisations for Missing Data},
author = {Nicholas Tierney and Di Cook and Miles McBain and Colin Fay},
note = {R package version 0.4.2.9000},
url = {https://github.com/njtierney/naniar},
year = 2018
}