forked from rubenarslan/repro_web_stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packrat_bibliography.bibtex
724 lines (642 loc) · 20.6 KB
/
packrat_bibliography.bibtex
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
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
@Manual{R,
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/},
note = {version 3.3.2},
}
@Manual{BH,
title = {{BH}: Boost C++ Header Files},
author = {Dirk Eddelbuettel and John W. Emerson and Michael J. Kane},
year = {2016},
note = {R package version 1.62.0-1},
url = {https://CRAN.R-project.org/package=BH},
}
@Manual{DBI,
title = {{DBI}: {R} Database Interface},
author = {{R Special Interest Group on Databases (R-SIG-DB)} and Hadley Wickham and Kirill Müller},
year = {2016},
note = {R package version 0.5-1},
url = {https://CRAN.R-project.org/package=DBI},
}
@Manual{DT,
title = {{DT}: A Wrapper of the JavaScript Library 'DataTables'},
author = {Yihui Xie},
year = {2016},
note = {R package version 0.2},
url = {https://CRAN.R-project.org/package=DT},
}
@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{R6,
title = {{R6}: Classes with Reference Semantics},
author = {Winston Chang},
year = {2016},
note = {R package version 2.2.0},
url = {https://CRAN.R-project.org/package=R6},
}
@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},
}
@Article{Rcpp,
title = {{Rcpp}: Seamless {{R}} and {C++} Integration},
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
journal = {Journal of Statistical Software},
year = {2011},
volume = {40},
number = {8},
pages = {1--18},
url = {http://www.jstatsoft.org/v40/i08/},
}
@Book{Rcpp,
title = {Seamless {R} and {C++} Integration with {Rcpp}},
author = {Dirk Eddelbuettel},
publisher = {Springer},
address = {New York},
year = {2013},
note = {ISBN 978-1-4614-6867-7},
}
@Article{RcppEigen,
title = {Fast and Elegant Numerical Linear Algebra Using the {RcppEigen} Package},
author = {Douglas Bates and Dirk Eddelbuettel},
journal = {Journal of Statistical Software},
year = {2013},
volume = {52},
number = {5},
pages = {1--24},
url = {http://www.jstatsoft.org/v52/i05/},
note = {version 0.3.2.9.0},
}
@Manual{assertthat,
title = {{assertthat}: Easy pre and post assertions.},
author = {'Hadley Wickham'},
year = {2013},
note = {R package version 0.1},
url = {https://CRAN.R-project.org/package=assertthat},
}
@Manual{backports,
title = {{backports}: Reimplementations of Functions Introduced Since {R}-3.0.0},
author = {Michel Lang},
year = {2017},
note = {R package version 1.0.5},
url = {https://CRAN.R-project.org/package=backports},
}
@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{bitops,
title = {{bitops}: Bitwise Operations},
author = {S original by Steve Dutky initial R port and extensions by Martin Maechler; revised and modified by Steve Dutky},
year = {2013},
note = {R package version 1.0-6},
url = {https://CRAN.R-project.org/package=bitops},
}
@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{caTools,
title = {{caTools}: Tools: moving window statistics, GIF, Base64, ROC AUC, etc.},
author = {Jarek Tuszynski},
year = {2014},
note = {R package version 1.17.1},
url = {https://CRAN.R-project.org/package=caTools},
}
@Manual{colorspace,
title = {{colorspace}: Color Space Manipulation},
author = {Ross Ihaka and Paul Murrell and Kurt Hornik and Jason C. Fisher and Achim Zeileis},
year = {2016},
note = {R package version 1.3-2},
url = {https://CRAN.R-project.org/package=colorspace},
}
@Article{colorspace,
title = {Escaping {RGB}land: Selecting Colors for Statistical Graphics},
author = {Achim Zeileis and Kurt Hornik and Paul Murrell},
journal = {Computational Statistics \& Data Analysis},
year = {2009},
volume = {53},
number = {9},
pages = {3259--3270},
doi = {10.1016/j.csda.2008.11.033},
}
@Article{colorspace,
title = {Somewhere over the Rainbow: How to Make Effective Use of Colors in Meteorological Visualizations},
author = {Reto Stauffer and Georg J. Mayr and Markus Dabernig and Achim Zeileis},
journal = {Bulletin of the American Meteorological Society},
year = {2009},
volume = {96},
number = {2},
pages = {203--216},
doi = {10.1175/BAMS-D-13-00155.1},
}
@Manual{commonmark,
title = {{commonmark}: High Performance CommonMark and Github Markdown Rendering in {R}},
author = {Jeroen Ooms},
year = {2016},
note = {R package version 1.1},
url = {https://CRAN.R-project.org/package=commonmark},
}
@Manual{curl,
title = {{curl}: A Modern and Flexible Web Client for {R}},
author = {Jeroen Ooms},
year = {2016},
note = {R package version 2.3},
url = {https://CRAN.R-project.org/package=curl},
}
@Manual{devtools,
title = {{devtools}: Tools to Make Developing {R} Packages Easier},
author = {Hadley Wickham and Winston Chang},
year = {2016},
note = {R package version 1.12.0},
url = {https://CRAN.R-project.org/package=devtools},
}
@Manual{dichromat,
title = {{dichromat}: Color Schemes for Dichromats},
author = {Thomas Lumley},
year = {2013},
note = {R package version 2.0-0},
url = {https://CRAN.R-project.org/package=dichromat},
}
@Manual{digest,
title = {{digest}: Create Compact Hash Digests of {R} Objects},
author = {Dirk Eddelbuettel with contributions by Antoine Lucas and Jarek Tuszynski and Henrik Bengtsson and Simon Urbanek and Mario Frasca and Bryan Lewis and Murray Stokely and Hannes Muehleisen and Duncan Murdoch and Jim Hester and Wush Wu and Qiang Kou and Thierry Onkelinx and Michel Lang and Viliam Simko.},
year = {2017},
note = {R package version 0.6.12},
url = {https://CRAN.R-project.org/package=digest},
}
@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},
}
@Article{effects,
title = {Effect Displays in {{R}} for Generalised Linear Models},
author = {John Fox},
journal = {Journal of Statistical Software},
year = {2003},
volume = {8},
number = {15},
pages = {1--27},
url = {http://www.jstatsoft.org/v08/i15/},
}
@Article{effects,
title = {Effect Displays in {R} for Multinomial and Proportional-Odds Logit Models: Extensions to the {effects} Package},
author = {John Fox and Jangman Hong},
journal = {Journal of Statistical Software},
year = {2009},
volume = {32},
number = {1},
pages = {1--24},
url = {http://www.jstatsoft.org/v32/i01/},
}
@Manual{evaluate,
title = {{evaluate}: Parsing and Evaluation Tools that Provide More Details than the
Default},
author = {Hadley Wickham},
year = {2016},
note = {R package version 0.10},
url = {https://CRAN.R-project.org/package=evaluate},
}
@Manual{foreign,
title = {{foreign}: Read Data Stored by Minitab, S, SAS, SPSS, Stata, Systat, Weka,
dBase, ...},
author = {{R Core Team}},
year = {2016},
note = {R package version 0.8-67},
url = {https://CRAN.R-project.org/package=foreign},
}
@Manual{formatR,
title = {{formatR}: Format {R} Code Automatically},
author = {Yihui Xie},
year = {2016},
note = {R package version 1.4},
url = {https://CRAN.R-project.org/package=formatR},
}
@Manual{formr,
title = {{formr}: formr survey framework},
author = {Ruben Arslan},
year = {2014},
note = {R package version 0.6.7},
}
@Manual{gdtools,
title = {{gdtools}: Utilities for Graphical Rendering},
author = {David Gohel and Hadley Wickham and Lionel Henry and Jeroen Ooms},
year = {2016},
note = {R package version 0.1.3},
url = {https://CRAN.R-project.org/package=gdtools},
}
@Book{ggplot2,
author = {Hadley Wickham},
title = {{ggplot2}: Elegant Graphics for Data Analysis},
publisher = {Springer-Verlag New York},
year = {2009},
isbn = {978-0-387-98140-6},
url = {http://ggplot2.org},
note = {version 2.2.1},
}
@Manual{git2r,
author = {Stefan Widgren and {others}},
title = {{git2r}: Provides Access to Git Repositories},
year = {2016},
note = {R package version 0.14.0},
url = {https://CRAN.R-project.org/package=git2r},
}
@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{gtable,
title = {{gtable}: Arrange 'Grobs' in Tables},
author = {Hadley Wickham},
year = {2016},
note = {R package version 0.2.0},
url = {https://CRAN.R-project.org/package=gtable},
}
@Manual{haven,
title = {{haven}: Import and Export 'SPSS', 'Stata' and 'SAS' Files},
author = {Hadley Wickham and Evan Miller},
year = {2016},
note = {R package version 1.0.0},
url = {https://CRAN.R-project.org/package=haven},
}
@Manual{highr,
title = {{highr}: Syntax Highlighting for {R} Source Code},
author = {Yixuan Qiu and Yihui Xie},
year = {2016},
note = {R package version 0.6},
url = {https://CRAN.R-project.org/package=highr},
}
@Manual{hms,
title = {{hms}: Pretty Time of Day},
author = {Kirill Müller},
year = {2016},
note = {R package version 0.3},
url = {https://CRAN.R-project.org/package=hms},
}
@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{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.8},
url = {https://CRAN.R-project.org/package=htmlwidgets},
}
@Manual{httr,
title = {{httr}: Tools for Working with URLs and HTTP},
author = {Hadley Wickham},
year = {2016},
note = {R package version 1.2.1},
url = {https://CRAN.R-project.org/package=httr},
}
@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 = {https://arxiv.org/abs/1403.2805},
note = {version 1.2},
}
@Manual{knitr,
title = {{knitr}: A General-Purpose Package for Dynamic Report Generation in {R}},
author = {Yihui Xie},
year = {2016},
note = {R package version 1.15.1},
url = {http://yihui.name/knitr/},
}
@Book{knitr,
title = {Dynamic Documents with {R} and knitr},
author = {Yihui Xie},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2015},
edition = {2nd},
note = {ISBN 978-1498716963},
url = {http://yihui.name/knitr/},
}
@InCollection{knitr,
booktitle = {Implementing Reproducible Computational Research},
editor = {Victoria Stodden and Friedrich Leisch and Roger D. Peng},
title = {knitr: A Comprehensive Tool for Reproducible Research in {R}},
author = {Yihui Xie},
publisher = {Chapman and Hall/CRC},
year = {2014},
note = {ISBN 978-1466561595},
url = {http://www.crcpress.com/product/isbn/9781466561595},
}
@Manual{labeling,
title = {{labeling}: Axis Labeling},
author = {Justin Talbot},
year = {2014},
note = {R package version 0.3},
url = {https://CRAN.R-project.org/package=labeling},
}
@Book{lattice,
title = {{Lattice}: Multivariate Data Visualization with {R}},
author = {Deepayan Sarkar},
publisher = {Springer},
address = {New York},
year = {2008},
note = {ISBN 978-0-387-75968-5},
url = {http://lmdvr.r-forge.r-project.org},
}
@Manual{lazyeval,
title = {{lazyeval}: Lazy (Non-Standard) Evaluation},
author = {Hadley Wickham},
year = {2016},
note = {R package version 0.2.0},
url = {https://CRAN.R-project.org/package=lazyeval},
}
@Manual{likert,
title = {{likert}: Analysis and Visualization Likert Items},
author = {Jason Bryer and Kimberly Speerschneider},
year = {2016},
note = {R package version 1.3.5},
url = {https://CRAN.R-project.org/package=likert},
}
@Article{lme4,
title = {Fitting Linear Mixed-Effects Models Using {lme4}},
author = {Douglas Bates and Martin M{\"a}chler and Ben Bolker and Steve Walker},
journal = {Journal of Statistical Software},
year = {2015},
volume = {67},
number = {1},
pages = {1--48},
doi = {10.18637/jss.v067.i01},
note = {version 1.1-12},
}
@Article{lubridate,
title = {Dates and Times Made Easy with {lubridate}},
author = {Garrett Grolemund and Hadley Wickham},
journal = {Journal of Statistical Software},
year = {2011},
volume = {40},
number = {3},
pages = {1--25},
url = {http://www.jstatsoft.org/v40/i03/},
note = {version 1.6.0},
}
@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{markdown,
title = {{markdown}: 'Markdown' Rendering for {R}},
author = {JJ Allaire and Jeffrey Horner and Vicent Marti and Natacha Porte},
year = {2015},
note = {R package version 0.7.7},
url = {https://CRAN.R-project.org/package=markdown},
}
@Manual{memoise,
title = {{memoise}: Memoisation of Functions},
author = {Hadley Wickham and Jim Hester and Kirill Müller},
year = {2016},
note = {R package version 1.0.0},
url = {https://CRAN.R-project.org/package=memoise},
}
@Manual{mime,
title = {{mime}: Map Filenames to MIME Types},
author = {Yihui Xie},
year = {2016},
note = {R package version 0.5},
url = {https://CRAN.R-project.org/package=mime},
}
@Manual{minqa,
title = {{minqa}: Derivative-free optimization algorithms by quadratic
approximation},
author = {Douglas Bates and Katharine M. Mullen and John C. Nash and Ravi Varadhan},
year = {2014},
note = {R package version 1.2.4},
url = {https://CRAN.R-project.org/package=minqa},
}
@Manual{mnormt,
title = {The {{R}} package \texttt{mnormt}: The multivariate normal and $t$ distributions (version 1.5-5)},
author = {Adelchi Azzalini and Alan Genz},
year = {2016},
url = {http://azzalini.stat.unipd.it/SW/Pkg-mnormt},
note = {version 1.5-5},
}
@Manual{munsell,
title = {{munsell}: Utilities for Using Munsell Colours},
author = {Charlotte Wickham},
year = {2016},
note = {R package version 0.4.3},
url = {https://CRAN.R-project.org/package=munsell},
}
@Manual{nlme,
title = {{nlme}: Linear and Nonlinear Mixed Effects Models},
author = {Jose Pinheiro and Douglas Bates and Saikat DebRoy and Deepayan Sarkar and {R Core Team}},
year = {2017},
note = {R package version 3.1-130},
url = {https://CRAN.R-project.org/package=nlme},
}
@Article{nloptr,
title = {The NLopt nonlinear-optimization package},
author = {Steven G. Johnson},
year = {?},
journal = {?},
volume = {?},
number = {?},
pages = {?},
note = {version 1.0.4},
}
@Manual{openssl,
title = {{openssl}: Toolkit for Encryption, Signatures and Certificates Based on
OpenSSL},
author = {Jeroen Ooms},
year = {2016},
note = {R package version 0.9.6},
url = {https://CRAN.R-project.org/package=openssl},
}
@Manual{packrat,
title = {{packrat}: A Dependency Management System for Projects and their {R} Package
Dependencies},
author = {Kevin Ushey and Jonathan McPherson and Joe Cheng and Aron Atkins and JJ Allaire},
year = {2016},
note = {R package version 0.4.8-1},
url = {https://CRAN.R-project.org/package=packrat},
}
@Manual{pander,
title = {{pander}: An {R} Pandoc Writer},
author = {Gergely Daróczi and Roman Tsegelskyi},
year = {2015},
note = {R package version 0.6.0},
url = {https://CRAN.R-project.org/package=pander},
}
@Article{plyr,
title = {The Split-Apply-Combine Strategy for Data Analysis},
author = {Hadley Wickham},
journal = {Journal of Statistical Software},
year = {2011},
volume = {40},
number = {1},
pages = {1--29},
url = {http://www.jstatsoft.org/v40/i01/},
note = {version 1.8.4},
}
@Manual{pryr,
title = {{pryr}: Tools for Computing on the Language},
author = {Hadley Wickham},
year = {2015},
note = {R package version 0.1.2},
url = {https://CRAN.R-project.org/package=pryr},
}
@Manual{psych,
title = {{psych}: Procedures for Psychological, Psychometric, and Personality Research},
author = {William Revelle},
organization = { Northwestern University},
address = { Evanston, Illinois},
year = {2016},
note = {R package version 1.6.12},
url = {https://CRAN.R-project.org/package=psych},
}
@Manual{readr,
title = {{readr}: Read Tabular Data},
author = {Hadley Wickham and Jim Hester and Romain Francois},
year = {2016},
note = {R package version 1.0.0},
url = {https://CRAN.R-project.org/package=readr},
}
@Article{reshape2,
title = {Reshaping Data with the {reshape} Package},
author = {Hadley Wickham},
journal = {Journal of Statistical Software},
year = {2007},
volume = {21},
number = {12},
pages = {1--20},
url = {http://www.jstatsoft.org/v21/i12/},
note = {version 1.4.2},
}
@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.3},
url = {https://CRAN.R-project.org/package=rmarkdown},
}
@Manual{rprojroot,
title = {{rprojroot}: Finding Files in Project Subdirectories},
author = {Kirill Müller},
year = {2017},
note = {R package version 1.2},
url = {https://CRAN.R-project.org/package=rprojroot},
}
@Manual{rstudioapi,
title = {{rstudioapi}: Safely Access the RStudio API},
author = {Hadley Wickham and JJ Allaire},
year = {2016},
note = {R package version 0.6},
url = {https://CRAN.R-project.org/package=rstudioapi},
}
@Manual{scales,
title = {{scales}: Scale Functions for Visualization},
author = {Hadley Wickham},
year = {2016},
note = {R package version 0.4.1},
url = {https://CRAN.R-project.org/package=scales},
}
@Manual{stringi,
title = {{R} package stringi: Character string processing facilities},
author = {Marek Gagolewski and Bartek Tartanus},
year = {2016},
url = {http://www.gagolewski.com/software/stringi/},
note = {version 1.1.2},
}
@Manual{stringr,
title = {{stringr}: Simple, Consistent Wrappers for Common String Operations},
author = {Hadley Wickham},
year = {2016},
note = {R package version 1.1.0},
url = {https://CRAN.R-project.org/package=stringr},
}
@Manual{svglite,
title = {{svglite}: An 'SVG' Graphics Device},
author = {Hadley Wickham and Lionel Henry and T Jake Luciani and Matthieu Decorde and Vaudor Lise},
year = {2016},
note = {R package version 1.2.0},
url = {https://CRAN.R-project.org/package=svglite},
}
@Manual{tibble,
title = {{tibble}: Simple Data Frames},
author = {Hadley Wickham and Romain Francois and Kirill Müller},
year = {2016},
note = {R package version 1.2},
url = {https://CRAN.R-project.org/package=tibble},
}
@Manual{tidyr,
title = {{tidyr}: Easily Tidy Data with 'spread()' and 'gather()' Functions},
author = {Hadley Wickham},
year = {2017},
note = {R package version 0.6.1},
url = {https://CRAN.R-project.org/package=tidyr},
}
@Manual{useful,
title = {{useful}: A Collection of Handy, Useful Functions},
author = {Jared P. Lander},
year = {2016},
note = {R package version 1.2.1},
url = {https://CRAN.R-project.org/package=useful},
}
@Manual{whisker,
title = {{whisker}: {{mustache}} for {R}, logicless templating},
author = {Edwin {de Jonge}},
year = {2013},
note = {R package version 0.3-2},
url = {https://CRAN.R-project.org/package=whisker},
}
@Manual{withr,
title = {{withr}: Run Code 'With' Temporarily Modified Global State},
author = {Jim Hester and Kirill Müller and Hadley Wickham and Winston Chang},
year = {2016},
note = {R package version 1.0.2},
url = {https://CRAN.R-project.org/package=withr},
}
@Manual{xtable,
title = {{xtable}: Export Tables to LaTeX or HTML},
author = {David B. Dahl},
year = {2016},
note = {R package version 1.8-2},
url = {https://CRAN.R-project.org/package=xtable},
}
@Manual{yaml,
title = {{yaml}: Methods to Convert {R} Data to YAML and Back},
author = {Jeremy Stephens},
year = {2016},
note = {R package version 2.1.14},
url = {https://CRAN.R-project.org/package=yaml},
}