-
Notifications
You must be signed in to change notification settings - Fork 2
/
test.bib
1861 lines (1645 loc) · 54.4 KB
/
test.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
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
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@Manual{R-abind,
title = {abind: Combine Multidimensional Arrays},
author = {Tony Plate and Richard Heiberger},
year = {2016},
note = {R package version 1.4-5},
url = {https://CRAN.R-project.org/package=abind},
}
@Manual{R-acepack,
title = {acepack: ACE and AVAS for Selecting Multiple Regression Transformations},
author = {Phil Spector and Jerome Friedman and Robert Tibshirani and Thomas Lumley and Shawn Garbett and Jonathan Baron},
year = {2016},
note = {R package version 1.4.1},
url = {https://CRAN.R-project.org/package=acepack},
}
@Manual{R-askpass,
title = {askpass: Safe Password Entry for R, Git, and SSH},
author = {Jeroen Ooms},
year = {2019},
note = {R package version 1.1},
url = {https://CRAN.R-project.org/package=askpass},
}
@Manual{R-assertthat,
title = {assertthat: Easy Pre and Post Assertions},
author = {Hadley Wickham},
year = {2019},
note = {R package version 0.2.1},
url = {https://CRAN.R-project.org/package=assertthat},
}
@Manual{R-audio,
title = {audio: Audio Interface for R},
author = {Simon Urbanek},
year = {2020},
note = {R package version 0.1-7},
url = {https://CRAN.R-project.org/package=audio},
}
@Manual{R-backports,
title = {backports: Reimplementations of Functions Introduced Since R-3.0.0},
author = {Michel Lang and {R Core Team}},
year = {2020},
note = {R package version 1.1.8},
url = {https://CRAN.R-project.org/package=backports},
}
@Manual{R-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{R-beepr,
title = {beepr: Easily Play Notification Sounds on any Platform},
author = {Rasmus Bååth},
year = {2018},
note = {R package version 1.3},
url = {https://CRAN.R-project.org/package=beepr},
}
@Manual{R-BH,
title = {BH: Boost C++ Header Files},
author = {Dirk Eddelbuettel and John W. Emerson and Michael J. Kane},
year = {2020},
note = {R package version 1.72.0-3},
url = {https://CRAN.R-project.org/package=BH},
}
@Manual{R-boot,
title = {boot: Bootstrap Functions (Originally by Angelo Canty for S)},
author = {Angelo Canty and Brian Ripley},
year = {2020},
note = {R package version 1.3-25},
url = {https://CRAN.R-project.org/package=boot},
}
@Manual{R-broom,
title = {broom: Convert Statistical Objects into Tidy Tibbles},
author = {David Robinson and Alex Hayes and Simon Couch},
year = {2020},
note = {R package version 0.7.0},
url = {https://CRAN.R-project.org/package=broom},
}
@Manual{R-callr,
title = {callr: Call R from R},
author = {Gábor Csárdi and Winston Chang},
year = {2020},
note = {R package version 3.5.1},
url = {https://CRAN.R-project.org/package=callr},
}
@Manual{R-car,
title = {car: Companion to Applied Regression},
author = {John Fox and Sanford Weisberg and Brad Price},
year = {2020},
note = {R package version 3.0-8},
url = {https://CRAN.R-project.org/package=car},
}
@Manual{R-carData,
title = {carData: Companion to Applied Regression Data Sets},
author = {John Fox and Sanford Weisberg and Brad Price},
year = {2020},
note = {R package version 3.0-4},
url = {https://CRAN.R-project.org/package=carData},
}
@Manual{R-cellranger,
title = {cellranger: Translate Spreadsheet Cell Ranges to Rows and Columns},
author = {Jennifer Bryan},
year = {2016},
note = {R package version 1.1.0},
url = {https://CRAN.R-project.org/package=cellranger},
}
@Manual{R-checkmate,
title = {checkmate: Fast and Versatile Argument Checks},
author = {Michel Lang},
year = {2020},
note = {R package version 2.0.0},
url = {https://CRAN.R-project.org/package=checkmate},
}
@Manual{R-class,
title = {class: Functions for Classification},
author = {Brian Ripley},
year = {2020},
note = {R package version 7.3-17},
url = {https://CRAN.R-project.org/package=class},
}
@Manual{R-cli,
title = {cli: Helpers for Developing Command Line Interfaces},
author = {Gábor Csárdi},
year = {2020},
note = {R package version 2.0.2},
url = {https://CRAN.R-project.org/package=cli},
}
@Manual{R-clipr,
title = {clipr: Read and Write from the System Clipboard},
author = {Matthew Lincoln},
year = {2019},
note = {R package version 0.7.0},
url = {https://CRAN.R-project.org/package=clipr},
}
@Manual{R-cluster,
title = {cluster: "Finding Groups in Data": Cluster Analysis Extended Rousseeuw et
al.},
author = {Martin Maechler and Peter Rousseeuw and Anja Struyf and Mia Hubert},
year = {2019},
note = {R package version 2.1.0},
url = {https://CRAN.R-project.org/package=cluster},
}
@Manual{R-codetools,
title = {codetools: Code Analysis Tools for R},
author = {Luke Tierney},
year = {2020},
note = {R package version 0.2-18},
url = {https://CRAN.R-project.org/package=codetools},
}
@Manual{R-coin,
title = {coin: Conditional Inference Procedures in a Permutation Test Framework},
author = {Torsten Hothorn and Henric Winell and Kurt Hornik and Mark A. {van de Wiel} and Achim Zeileis},
year = {2019},
note = {R package version 1.3-1},
url = {https://CRAN.R-project.org/package=coin},
}
@Manual{R-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-1},
url = {https://CRAN.R-project.org/package=colorspace},
}
@Manual{R-corrplot,
title = {corrplot: Visualization of a Correlation Matrix},
author = {Taiyun Wei and Viliam Simko},
year = {2017},
note = {R package version 0.84},
url = {https://CRAN.R-project.org/package=corrplot},
}
@Manual{R-crayon,
title = {crayon: Colored Terminal Output},
author = {Gábor Csárdi},
year = {2017},
note = {R package version 1.3.4},
url = {https://CRAN.R-project.org/package=crayon},
}
@Manual{R-crosstalk,
title = {crosstalk: Inter-Widget Interactivity for HTML Widgets},
author = {Joe Cheng},
year = {2020},
note = {R package version 1.1.0.1},
url = {https://CRAN.R-project.org/package=crosstalk},
}
@Manual{R-crul,
title = {crul: HTTP Client},
author = {Scott Chamberlain},
year = {2019},
note = {R package version 0.9.0},
url = {https://CRAN.R-project.org/package=crul},
}
@Manual{R-curl,
title = {curl: A Modern and Flexible Web Client for R},
author = {Jeroen Ooms},
year = {2019},
note = {R package version 4.3},
url = {https://CRAN.R-project.org/package=curl},
}
@Manual{R-data.table,
title = {data.table: Extension of `data.frame`},
author = {Matt Dowle and Arun Srinivasan},
year = {2019},
note = {R package version 1.12.8},
url = {https://CRAN.R-project.org/package=data.table},
}
@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 = {2019},
note = {R package version 1.1.0},
url = {https://CRAN.R-project.org/package=DBI},
}
@Manual{R-dbplyr,
title = {dbplyr: A 'dplyr' Back End for Databases},
author = {Hadley Wickham and Edgar Ruiz},
year = {2020},
note = {R package version 1.4.4},
url = {https://CRAN.R-project.org/package=dbplyr},
}
@Manual{R-desc,
title = {desc: Manipulate DESCRIPTION Files},
author = {Gábor Csárdi and Kirill Müller and Jim Hester},
year = {2018},
note = {R package version 1.2.0},
url = {https://CRAN.R-project.org/package=desc},
}
@Manual{R-digest,
title = {digest: Create Compact Hash Digests of R Objects},
author = {Dirk Eddelbuettel},
year = {2020},
note = {R package version 0.6.25},
url = {https://CRAN.R-project.org/package=digest},
}
@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 = {2020},
note = {R package version 1.0.0},
url = {https://CRAN.R-project.org/package=dplyr},
}
@Manual{R-DT,
title = {DT: A Wrapper of the JavaScript Library 'DataTables'},
author = {Yihui Xie and Joe Cheng and Xianying Tan},
year = {2020},
note = {R package version 0.14},
url = {https://CRAN.R-project.org/package=DT},
}
@Manual{R-e1071,
title = {e1071: Misc Functions of the Department of Statistics, Probability
Theory Group (Formerly: E1071), TU Wien},
author = {David Meyer and Evgenia Dimitriadou and Kurt Hornik and Andreas Weingessel and Friedrich Leisch},
year = {2019},
note = {R package version 1.7-3},
url = {https://CRAN.R-project.org/package=e1071},
}
@Manual{R-ellipsis,
title = {ellipsis: Tools for Working with ...},
author = {Hadley Wickham},
year = {2020},
note = {R package version 0.3.1},
url = {https://CRAN.R-project.org/package=ellipsis},
}
@Manual{R-evaluate,
title = {evaluate: Parsing and Evaluation Tools that Provide More Details than the
Default},
author = {Hadley Wickham and Yihui Xie},
year = {2019},
note = {R package version 0.14},
url = {https://CRAN.R-project.org/package=evaluate},
}
@Manual{R-fansi,
title = {fansi: ANSI Control Sequence Aware String Functions},
author = {Brodie Gaslam},
year = {2020},
note = {R package version 0.4.1},
url = {https://CRAN.R-project.org/package=fansi},
}
@Manual{R-farver,
title = {farver: High Performance Colour Space Manipulation},
author = {Thomas Lin Pedersen and Berendea Nicolae and Romain François},
year = {2020},
note = {R package version 2.0.3},
url = {https://CRAN.R-project.org/package=farver},
}
@Manual{R-fastmap,
title = {fastmap: Fast Implementation of a Key-Value Store},
author = {Winston Chang},
year = {2019},
note = {R package version 1.0.1},
url = {https://CRAN.R-project.org/package=fastmap},
}
@Manual{R-forcats,
title = {forcats: Tools for Working with Categorical Variables (Factors)},
author = {Hadley Wickham},
year = {2020},
note = {R package version 0.5.0},
url = {https://CRAN.R-project.org/package=forcats},
}
@Manual{R-foreign,
title = {foreign: Read Data Stored by 'Minitab', 'S', 'SAS', 'SPSS', 'Stata',
'Systat', 'Weka', 'dBase', ...},
author = {{R Core Team}},
year = {2020},
note = {R package version 0.8-80},
url = {https://CRAN.R-project.org/package=foreign},
}
@Manual{R-Formula,
title = {Formula: Extended Model Formulas},
author = {Achim Zeileis and Yves Croissant},
year = {2018},
note = {R package version 1.2-3},
url = {https://CRAN.R-project.org/package=Formula},
}
@Manual{R-fs,
title = {fs: Cross-Platform File System Operations Based on 'libuv'},
author = {Jim Hester and Hadley Wickham},
year = {2020},
note = {R package version 1.4.2},
url = {https://CRAN.R-project.org/package=fs},
}
@Manual{R-generics,
title = {generics: Common S3 Generics not Provided by Base R Methods Related to
Model Fitting},
author = {Max Kuhn and Hadley Wickham and Davis Vaughan},
year = {2018},
note = {R package version 0.0.2},
url = {https://CRAN.R-project.org/package=generics},
}
@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.2},
url = {https://CRAN.R-project.org/package=ggplot2},
}
@Manual{R-glmpath,
title = {glmpath: L1 Regularization Path for Generalized Linear Models and Cox
Proportional Hazards Model},
author = {Mee Young Park and Trevor Hastie},
year = {2018},
note = {R package version 0.98},
url = {https://CRAN.R-project.org/package=glmpath},
}
@Manual{R-glue,
title = {glue: Interpreted String Literals},
author = {Jim Hester},
year = {2020},
note = {R package version 1.4.1},
url = {https://CRAN.R-project.org/package=glue},
}
@Manual{R-gridExtra,
title = {gridExtra: Miscellaneous Functions for "Grid" Graphics},
author = {Baptiste Auguie},
year = {2017},
note = {R package version 2.3},
url = {https://CRAN.R-project.org/package=gridExtra},
}
@Manual{R-gtable,
title = {gtable: Arrange 'Grobs' in Tables},
author = {Hadley Wickham and Thomas Lin Pedersen},
year = {2019},
note = {R package version 0.3.0},
url = {https://CRAN.R-project.org/package=gtable},
}
@Manual{R-haven,
title = {haven: Import and Export 'SPSS', 'Stata' and 'SAS' Files},
author = {Hadley Wickham and Evan Miller},
year = {2020},
note = {R package version 2.3.1},
url = {https://CRAN.R-project.org/package=haven},
}
@Manual{R-hexbin,
title = {hexbin: Hexagonal Binning Routines},
author = {Dan Carr and Nicholas Lewin-Koh and Martin Maechler},
year = {2020},
note = {R package version 1.28.1},
url = {https://CRAN.R-project.org/package=hexbin},
}
@Manual{R-highr,
title = {highr: Syntax Highlighting for R Source Code},
author = {Yixuan Qiu and Yihui Xie},
year = {2019},
note = {R package version 0.8},
url = {https://CRAN.R-project.org/package=highr},
}
@Manual{R-Hmisc,
title = {Hmisc: Harrell Miscellaneous},
author = {Harrell, Jr., Frank E},
year = {2020},
note = {R package version 4.4-0},
url = {https://CRAN.R-project.org/package=Hmisc},
}
@Manual{R-hms,
title = {hms: Pretty Time of Day},
author = {Kirill Müller},
year = {2020},
note = {R package version 0.5.3},
url = {https://CRAN.R-project.org/package=hms},
}
@Manual{R-htmlTable,
title = {htmlTable: Advanced Tables for Markdown/HTML},
author = {Max Gordon and Stephen Gragg and Peter Konings},
year = {2020},
note = {R package version 2.0.1},
url = {https://CRAN.R-project.org/package=htmlTable},
}
@Manual{R-htmltools,
title = {htmltools: Tools for HTML},
author = {Joe Cheng and Carson Sievert and Winston Chang and Yihui Xie and Jeff Allen},
year = {2020},
note = {R package version 0.5.0},
url = {https://CRAN.R-project.org/package=htmltools},
}
@Manual{R-htmlwidgets,
title = {htmlwidgets: HTML Widgets for R},
author = {Ramnath Vaidyanathan and Yihui Xie and JJ Allaire and Joe Cheng and Kenton Russell},
year = {2019},
note = {R package version 1.5.1},
url = {https://CRAN.R-project.org/package=htmlwidgets},
}
@Manual{R-httpcode,
title = {httpcode: 'HTTP' Status Code Helper},
author = {Scott Chamberlain},
year = {2020},
note = {R package version 0.3.0},
url = {https://CRAN.R-project.org/package=httpcode},
}
@Manual{R-httpuv,
title = {httpuv: HTTP and WebSocket Server Library},
author = {Joe Cheng and Winston Chang},
year = {2020},
note = {R package version 1.5.4},
url = {https://CRAN.R-project.org/package=httpuv},
}
@Manual{R-httr,
title = {httr: Tools for Working with URLs and HTTP},
author = {Hadley Wickham},
year = {2019},
note = {R package version 1.4.1},
url = {https://CRAN.R-project.org/package=httr},
}
@Manual{R-ica,
title = {ica: Independent Component Analysis},
author = {Nathaniel E. Helwig},
year = {2018},
note = {R package version 1.0-2},
url = {https://CRAN.R-project.org/package=ica},
}
@Manual{R-isoband,
title = {isoband: Generate Isolines and Isobands from Regularly Spaced Elevation
Grids},
author = {Claus O. Wilke and Thomas Lin Pedersen},
year = {2020},
note = {R package version 0.2.2},
url = {https://CRAN.R-project.org/package=isoband},
}
@Manual{R-jpeg,
title = {jpeg: Read and write JPEG images},
author = {Simon Urbanek},
year = {2019},
note = {R package version 0.1-8.1},
url = {https://CRAN.R-project.org/package=jpeg},
}
@Manual{R-jsonlite,
title = {jsonlite: A Robust, High Performance JSON Parser and Generator for R},
author = {Jeroen Ooms},
year = {2020},
note = {R package version 1.7.0},
url = {https://CRAN.R-project.org/package=jsonlite},
}
@Manual{R-knitr,
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
author = {Yihui Xie},
year = {2020},
note = {R package version 1.29},
url = {https://CRAN.R-project.org/package=knitr},
}
@Manual{R-labeling,
title = {labeling: Axis Labeling},
author = {Justin Talbot},
year = {2014},
note = {R package version 0.3},
url = {https://CRAN.R-project.org/package=labeling},
}
@Manual{R-later,
title = {later: Utilities for Scheduling Functions to Execute Later with Event
Loops},
author = {Joe Cheng and Winston Chang},
year = {2020},
note = {R package version 1.1.0.1},
url = {https://CRAN.R-project.org/package=later},
}
@Manual{R-lattice,
title = {lattice: Trellis Graphics for R},
author = {Deepayan Sarkar},
year = {2020},
note = {R package version 0.20-41},
url = {https://CRAN.R-project.org/package=lattice},
}
@Manual{R-latticeExtra,
title = {latticeExtra: Extra Graphical Utilities Based on Lattice},
author = {Deepayan Sarkar and Felix Andrews},
year = {2019},
note = {R package version 0.6-29},
url = {https://CRAN.R-project.org/package=latticeExtra},
}
@Manual{R-lazyeval,
title = {lazyeval: Lazy (Non-Standard) Evaluation},
author = {Hadley Wickham},
year = {2019},
note = {R package version 0.2.2},
url = {https://CRAN.R-project.org/package=lazyeval},
}
@Manual{R-libcoin,
title = {libcoin: Linear Test Statistics for Permutation Inference},
author = {Torsten Hothorn},
year = {2019},
note = {R package version 1.0-5},
url = {https://CRAN.R-project.org/package=libcoin},
}
@Manual{R-lifecycle,
title = {lifecycle: Manage the Life Cycle of your Package Functions},
author = {Lionel Henry},
year = {2020},
note = {R package version 0.2.0},
url = {https://CRAN.R-project.org/package=lifecycle},
}
@Manual{R-lme4,
title = {lme4: Linear Mixed-Effects Models using 'Eigen' and S4},
author = {Douglas Bates and Martin Maechler and Ben Bolker and Steven Walker},
year = {2020},
note = {R package version 1.1-23},
url = {https://CRAN.R-project.org/package=lme4},
}
@Manual{R-lubridate,
title = {lubridate: Make Dealing with Dates a Little Easier},
author = {Vitalie Spinu and Garrett Grolemund and Hadley Wickham},
year = {2020},
note = {R package version 1.7.9},
url = {https://CRAN.R-project.org/package=lubridate},
}
@Manual{R-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{R-maptools,
title = {maptools: Tools for Handling Spatial Objects},
author = {Roger Bivand and Nicholas Lewin-Koh},
year = {2020},
note = {R package version 1.0-1},
url = {https://CRAN.R-project.org/package=maptools},
}
@Manual{R-markdown,
title = {markdown: Render Markdown with the C Library 'Sundown'},
author = {JJ Allaire and Jeffrey Horner and Yihui Xie and Vicent Marti and Natacha Porte},
year = {2019},
note = {R package version 1.1},
url = {https://CRAN.R-project.org/package=markdown},
}
@Manual{R-MASS,
title = {MASS: Support Functions and Datasets for Venables and Ripley's MASS},
author = {Brian Ripley},
year = {2021},
note = {R package version 7.3-53.1},
url = {https://CRAN.R-project.org/package=MASS},
}
@Manual{R-Matrix,
title = {Matrix: Sparse and Dense Matrix Classes and Methods},
author = {Douglas Bates and Martin Maechler},
year = {2019},
note = {R package version 1.2-18},
url = {https://CRAN.R-project.org/package=Matrix},
}
@Manual{R-MatrixModels,
title = {MatrixModels: Modelling with Sparse And Dense Matrices},
author = {Douglas Bates and Martin Maechler},
year = {2015},
note = {R package version 0.4-1},
url = {https://CRAN.R-project.org/package=MatrixModels},
}
@Manual{R-matrixStats,
title = {matrixStats: Functions that Apply to Rows and Columns of Matrices (and to
Vectors)},
author = {Henrik Bengtsson},
year = {2020},
note = {R package version 0.56.0},
url = {https://CRAN.R-project.org/package=matrixStats},
}
@Manual{R-memoise,
title = {memoise: Memoisation of Functions},
author = {Hadley Wickham and Jim Hester and Kirill Müller and Daniel Cook},
year = {2017},
note = {R package version 1.1.0},
url = {https://CRAN.R-project.org/package=memoise},
}
@Manual{R-mgcv,
title = {mgcv: Mixed GAM Computation Vehicle with Automatic Smoothness
Estimation},
author = {Simon Wood},
year = {2020},
note = {R package version 1.8-33},
url = {https://CRAN.R-project.org/package=mgcv},
}
@Manual{R-mime,
title = {mime: Map Filenames to MIME Types},
author = {Yihui Xie},
year = {2020},
note = {R package version 0.9},
url = {https://CRAN.R-project.org/package=mime},
}
@Manual{R-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{R-modelr,
title = {modelr: Modelling Functions that Work with the Pipe},
author = {Hadley Wickham},
year = {2020},
note = {R package version 0.1.8},
url = {https://CRAN.R-project.org/package=modelr},
}
@Manual{R-modeltools,
title = {modeltools: Tools and Classes for Statistical Models},
author = {Torsten Hothorn and Friedrich Leisch and Achim Zeileis},
year = {2020},
note = {R package version 0.2-23},
url = {https://CRAN.R-project.org/package=modeltools},
}
@Manual{R-multcomp,
title = {multcomp: Simultaneous Inference in General Parametric Models},
author = {Torsten Hothorn and Frank Bretz and Peter Westfall},
year = {2020},
note = {R package version 1.4-13},
url = {https://CRAN.R-project.org/package=multcomp},
}
@Manual{R-munsell,
title = {munsell: Utilities for Using Munsell Colours},
author = {Charlotte Wickham},
year = {2018},
note = {R package version 0.5.0},
url = {https://CRAN.R-project.org/package=munsell},
}
@Manual{R-mvtnorm,
title = {mvtnorm: Multivariate Normal and t Distributions},
author = {Alan Genz and Frank Bretz and Tetsuhisa Miwa and Xuefei Mi and Torsten Hothorn},
year = {2020},
note = {R package version 1.1-1},
url = {https://CRAN.R-project.org/package=mvtnorm},
}
@Manual{R-nlme,
title = {nlme: Linear and Nonlinear Mixed Effects Models},
author = {José Pinheiro and Douglas Bates and {R-core}},
year = {2020},
note = {R package version 3.1-151},
url = {https://CRAN.R-project.org/package=nlme},
}
@Manual{R-nloptr,
title = {nloptr: R Interface to NLopt},
author = {Jelmer Ypma and Steven G. Johnson},
year = {2020},
note = {R package version 1.2.2.2},
url = {https://CRAN.R-project.org/package=nloptr},
}
@Manual{R-nnet,
title = {nnet: Feed-Forward Neural Networks and Multinomial Log-Linear Models},
author = {Brian Ripley},
year = {2020},
note = {R package version 7.3-14},
url = {https://CRAN.R-project.org/package=nnet},
}
@Manual{R-openssl,
title = {openssl: Toolkit for Encryption, Signatures and Certificates Based on
OpenSSL},
author = {Jeroen Ooms},
year = {2020},
note = {R package version 1.4.2},
url = {https://CRAN.R-project.org/package=openssl},
}
@Manual{R-openxlsx,
title = {openxlsx: Read, Write and Edit xlsx Files},
author = {Philipp Schauberger and Alexander Walker},
year = {2020},
note = {R package version 4.1.5},
url = {https://CRAN.R-project.org/package=openxlsx},
}
@Manual{R-osfr,
title = {osfr: Interface to the 'Open Science Framework' ('OSF')},
author = {Aaron Wolen and Chris Hartgerink},
year = {2020},
note = {R package version 0.2.8},
url = {https://CRAN.R-project.org/package=osfr},
}
@Manual{R-pander,
title = {pander: An R 'Pandoc' Writer},
author = {Gergely Daróczi and Roman Tsegelskyi},
year = {2018},
note = {R package version 0.6.3},
url = {https://CRAN.R-project.org/package=pander},
}
@Manual{R-pbkrtest,
title = {pbkrtest: Parametric Bootstrap and Kenward Roger Based Methods for Mixed
Model Comparison},
author = {Ulrich Halekoh Søren Højsgaard <[email protected]>},
year = {2020},
note = {R package version 0.4-8.6},
url = {https://CRAN.R-project.org/package=pbkrtest},
}
@Manual{R-pillar,
title = {pillar: Coloured Formatting for Columns},
author = {Kirill Müller and Hadley Wickham},
year = {2020},
note = {R package version 1.4.6},
url = {https://CRAN.R-project.org/package=pillar},
}
@Manual{R-pkgbuild,
title = {pkgbuild: Find Tools Needed to Build R Packages},
author = {Hadley Wickham and Jim Hester},
year = {2020},
note = {R package version 1.1.0},
url = {https://CRAN.R-project.org/package=pkgbuild},
}
@Manual{R-pkgconfig,
title = {pkgconfig: Private Configuration for 'R' Packages},
author = {Gábor Csárdi},
year = {2019},
note = {R package version 2.0.3},
url = {https://CRAN.R-project.org/package=pkgconfig},
}
@Manual{R-pkgload,
title = {pkgload: Simulate Package Installation and Attach},
author = {Hadley Wickham and Jim Hester and Winston Chang},
year = {2020},
note = {R package version 1.1.0},
url = {https://CRAN.R-project.org/package=pkgload},
}
@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 = {2020},
note = {R package version 4.9.2.1},
url = {https://CRAN.R-project.org/package=plotly},
}
@Manual{R-png,
title = {png: Read and write PNG images},
author = {Simon Urbanek},
year = {2013},
note = {R package version 0.1-7},
url = {https://CRAN.R-project.org/package=png},
}
@Manual{R-praise,
title = {praise: Praise Users},
author = {Gabor Csardi and Sindre Sorhus},
year = {2015},
note = {R package version 1.0.0},
url = {https://CRAN.R-project.org/package=praise},
}
@Manual{R-prettyunits,
title = {prettyunits: Pretty, Human Readable Formatting of Quantities},
author = {Gabor Csardi},
year = {2020},
note = {R package version 1.1.1},
url = {https://CRAN.R-project.org/package=prettyunits},
}
@Manual{R-processx,
title = {processx: Execute and Control System Processes},
author = {Gábor Csárdi and Winston Chang},
year = {2020},
note = {R package version 3.4.4},
url = {https://CRAN.R-project.org/package=processx},
}
@Manual{R-progress,
title = {progress: Terminal Progress Bars},
author = {Gábor Csárdi and Rich FitzJohn},
year = {2019},
note = {R package version 1.2.2},
url = {https://CRAN.R-project.org/package=progress},
}
@Manual{R-promises,
title = {promises: Abstractions for Promise-Based Asynchronous Programming},
author = {Joe Cheng},
year = {2020},
note = {R package version 1.1.1},
url = {https://CRAN.R-project.org/package=promises},
}
@Manual{R-ps,
title = {ps: List, Query, Manipulate System Processes},
author = {Jay Loden and Dave Daeschler and Giampaolo Rodola' and Gábor Csárdi},
year = {2020},
note = {R package version 1.4.0},
url = {https://CRAN.R-project.org/package=ps},
}
@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-quantreg,
title = {quantreg: Quantile Regression},
author = {Roger Koenker},
year = {2020},
note = {R package version 5.61},
url = {https://CRAN.R-project.org/package=quantreg},
}
@Manual{R-R6,
title = {R6: Encapsulated Classes with Reference Semantics},
author = {Winston Chang},
year = {2019},
note = {R package version 2.4.1},
url = {https://CRAN.R-project.org/package=R6},
}
@Manual{R-randomForest,
title = {randomForest: Breiman and Cutler's Random Forests for Classification and
Regression},
author = {Leo Breiman and Adele Cutler and Andy Liaw and Matthew Wiener},
year = {2018},
note = {R package version 4.6-14},
url = {https://CRAN.R-project.org/package=randomForest},
}
@Manual{R-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{R-Rcpp,
title = {Rcpp: Seamless R and C++ Integration},
author = {Dirk Eddelbuettel and Romain Francois and JJ Allaire and Kevin Ushey and Qiang Kou and Nathan Russell and Douglas Bates and John Chambers},
year = {2020},
note = {R package version 1.0.5},
url = {https://CRAN.R-project.org/package=Rcpp},
}
@Manual{R-RcppEigen,
title = {RcppEigen: 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra
Library},
author = {Douglas Bates and Dirk Eddelbuettel and Romain Francois and Yixuan Qiu; the authors of Eigen for the included version of Eigen},
year = {2019},
note = {R package version 0.3.3.7.0},
url = {https://CRAN.R-project.org/package=RcppEigen},
}
@Manual{R-readr,
title = {readr: Read Rectangular Text Data},
author = {Hadley Wickham and Jim Hester and Romain Francois},
year = {2018},
note = {R package version 1.3.1},
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-rematch,
title = {rematch: Match Regular Expressions with a Nicer 'API'},
author = {Gabor Csardi},
year = {2016},
note = {R package version 1.0.1},
url = {https://CRAN.R-project.org/package=rematch},
}
@Manual{R-renv,
title = {renv: Project Environments},
author = {Kevin Ushey},
year = {2020},
note = {R package version 0.11.0},
url = {https://CRAN.R-project.org/package=renv},
}
@Manual{R-reprex,