-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMD5
More file actions
775 lines (775 loc) · 60.1 KB
/
Copy pathMD5
File metadata and controls
775 lines (775 loc) · 60.1 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
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
280204faf0652a956a8ebbadb07cf4b1 *DESCRIPTION
dcd388f52af8e3cb24839540e1b67823 *LICENSE
f1c06bcc10689be8bb1672982a743bb6 *NAMESPACE
b1d24d54ce904556beac04c2144ff874 *NEWS.md
882d8c5439e82ed501d34991bec72516 *R/add.R
6d712e9334c0b5433a54ebb888bcb960 *R/animate.R
aa316aa1242ced4aaafec86d95c67cbc *R/api.R
519c6461297166437f7d09ce4ad7b940 *R/api_exports.R
bf049db2e4b7d4fc786b1eef0fc92d22 *R/data.R
323d8903153228c583d6dc65f878f016 *R/deprecated.R
7265dd4d930c2b3d7c3f415824e6fba1 *R/dev.R
5826d0bf9c7ec0ecd95386c0f26ffa3a *R/embed.R
75c1991ab083cfb6bda37976ce1d7e61 *R/export.R
2cae371f6cd0e11ab3c8061bed5b79d5 *R/ggplotly.R
b9244125fdd9157af7821a41cef5e014 *R/ggridges.R
8ff3b5cc791e42d475f2e73a01a2c2ab *R/group2NA.R
87dd29f499c5a6f0ca17ee971937954b *R/helpers.R
c01b8a62191181fa21215e03e24a057d *R/highlight.R
7ba76e2fc036b01aa4212e08967c810e *R/imports.R
c46062a03108c4275c5ce31a84171134 *R/kaleido.R
cfc79b68343904ffcb0eb0ec6ac6ace1 *R/last_plot.R
65f3096d89a1f02a407ab1db555a0c66 *R/layers2layout.R
7fc3d4f5bea0b778567f9af29244f424 *R/layers2traces.R
09af1c5e85e9d07224c00ecf4ce5eb4b *R/layout.R
be1cbbcc898968e659ff8e77ea4fe36c *R/mathjax.R
b0c748afcb0403f5e57d81d1b25d25f1 *R/onLoad.R
fe3fff7d6c0bf729f4beef1ad6a52b25 *R/orca.R
59a71c541bcf140536c381c21590dc3c *R/partial_bundles.R
9ae0bda363178574fd7a165eea1ae1a8 *R/pipe.R
071821ef03d96323ba2763d4811fc031 *R/plotly.R
c494b1887b105221896a5fea41961887 *R/plotly_IMAGE.R
569f99a7d99546e48a8dc5e164c3bd2b *R/plotly_build.R
4b2e524d4ae2eb268fd949d28637ee8b *R/plotly_data.R
34edb1821f56a6b5f6296d8bd021a354 *R/plotly_example.R
4b2fe38a356333a07456e8bc3b56c0cb *R/print.R
387fbbb1f1ff2d1af52f5eb55d4715f8 *R/process.R
2ccb76291262391cf8a618f8249eb4e0 *R/proxy.R
b7bdc956b8acf2b525ee7c249a21a32a *R/sf.R
b64512ab044572939e8383b452188144 *R/shiny.R
55bce2241c1d2f75e40c5e84ad1424cb *R/signup.R
cf1f9d24d986bbcaef54e76e0fa7d03c *R/staticimports.R
ec749a21c6e39b79e82a57483e7a984e *R/style.R
ed2540146f0146161a5beb1fae944529 *R/subplots.R
e7fd29262ae3eef3f2baccee12c1d909 *R/sysdata.rda
9072074bd2d6ea2f5bdd3d21351d01d0 *R/toRGB.R
2466d46775d2469a01e4a0ba34b74bbc *R/utils.R
3fdd987d1636b9ed73c4dc33fbb644a3 *README.md
81a69ecca67949eed8808b99d6edcfc9 *data/hobbs.rda
f8f6a6b9bb660afdf3497622ee43fe5b *data/mic.rda
f7c3fa056aaa871159d71d0cdba08cc1 *data/res_mn.rda
5e1d254955b9853d073ecbc39953d7ed *data/wind.rda
5f87dc44539d91b8b84b3604057de989 *demo/00Index
a7be84ef8234e57ab602aebf1be66945 *demo/animation-tour-USArrests.R
33e772b796342dcf65bb3b030ec47004 *demo/animation-tour-basic.R
686723f40cf3274d0b2069ce853a95fd *demo/crosstalk-filter-dynamic-axis.R
2cfe89276aea238c236922d8229bf801 *demo/crosstalk-filter-lines.R
23104f6bfb8abb816126276b9e1bf8d2 *demo/crosstalk-highlight-binned-target-a.R
c7877b1358067b95d4a3777f93de0d61 *demo/crosstalk-highlight-binned-target-b.R
5a51a99181287ef29e234dfa485c5e9f *demo/crosstalk-highlight-binned-target-c.R
cbc865d79cf43afb416d3f93ac40bc81 *demo/crosstalk-highlight-epl-2.R
694e3353caaf16e91c88411cc87ee1dc *demo/crosstalk-highlight-epl.R
7aec31b7f9d6957ff6919d9da033a8c9 *demo/crosstalk-highlight-ggpairs.R
cdb2a1c728b16d20b3f4bd53ce662e99 *demo/crosstalk-highlight-ggplotly.R
cd14a1bc0b72cd7413e04890b370e37c *demo/crosstalk-highlight-intro.R
d386d2ae7f7e379f7631215c19be4157 *demo/crosstalk-highlight-leaflet.R
d176565c2b315bca37216d07b9f7bbae *demo/crosstalk-highlight-pipeline.R
0f492393be4ced97e6af58981be6bb75 *demo/crosstalk-highlight-subplot.R
fb5cf1dec3c979bcd1168d37ed0cf83a *demo/custom-javascript.R
004367e8202e3a7acaaa743093d19d00 *demo/rotate.R
4c41a4822beb651c917ba95e3e14c17b *demo/sf-dt.R
84bd4b65ee20d46d4d62a80e0ff5f7d3 *demo/sf-geo.R
663a54c623d660e2d8be769625c0b3c0 *demo/sf-ggplot2.R
2889b8b346a2363479952e61cca4e994 *demo/sf-mapbox-data.R
e139f1ae5c8f747838448698fb5bdc63 *demo/sf-mapbox-layout.R
c49b63520403550ff23ce8eb8b5d52d1 *demo/sf-mapbox-style.R
9d77f5b0d02c2de3b29997701acb5b6a *demo/sf-plotly-3D-globe.R
9c084ea1b063e6842f5658b4c5332970 *demo/sf-plotly-storms.R
e77db6ba6ddfcfc3d36a741ec1f0cef0 *demo/ternary.R
c21f9e10205b1583a22431f2649cb1a5 *inst/CITATION
21256ebd93848136887679f2abfe68d0 *inst/docs.R
306f1131b8d3e01f67d85cf2827a6d8d *inst/examples/rmd/MathJax/index.Rmd
3155171cf7b6369fe2ba821c6abf1097 *inst/examples/rmd/flexdashboard/index.Rmd
daf2384f6e18a51baeaf010d240be646 *inst/examples/rmd/onRenderHover/index.Rmd
711a58899bd5711138436451a2a04a3a *inst/examples/rmd/printing/index.Rmd
4898cb07077a95f923bc4f127721356b *inst/examples/shiny/DT/app.R
b5f0ddfcd388261ed2884159691f2e63 *inst/examples/shiny/Diamonds/server.R
08ee8ee0258a486db54e833ff2523602 *inst/examples/shiny/Diamonds/ui.R
5a4699abdb71bb0afcd12b0f4fec05ae *inst/examples/shiny/MathJax/app.R
0cd5ed72210427f67d1470555a63c2a4 *inst/examples/shiny/Movies/server.R
f863f15c27562ad49c87fafbed6cc44b *inst/examples/shiny/Movies/ui.R
33f0fa134600f392e5ce107d6f8ce4b4 *inst/examples/shiny/UN_Advanced/Data/UN_IdealPoints.csv
338a3dbdd13f550fbb0963a16344c016 *inst/examples/shiny/UN_Advanced/global.R
c3125293757a1909a5b752f72fc1525b *inst/examples/shiny/UN_Advanced/server.R
cd0bdcf0e1e7210a870898d286b1ba44 *inst/examples/shiny/UN_Advanced/ui.R
ded6e52fa9bde48d7b404823aec78e20 *inst/examples/shiny/UN_Simple/Data/UN_IdealPoints.csv
338a3dbdd13f550fbb0963a16344c016 *inst/examples/shiny/UN_Simple/global.R
1aba264ed67caa0d230d14d4d0062183 *inst/examples/shiny/UN_Simple/server.R
84f4df0968888c02d8a434a7ddbcdd90 *inst/examples/shiny/UN_Simple/ui.R
c8fe8266fff3ca717e33638f610caccc *inst/examples/shiny/async/app.R
97e5c7ea2205c2c95b58a84df62aaeae *inst/examples/shiny/basic/DESCRIPTION
3fe87158f34a6b7d832cea6833e82dad *inst/examples/shiny/crossfilter/app.R
f16bece033ac7c11e7c82477ae08c064 *inst/examples/shiny/crossfilter_compare/app.R
645d10ad39a80437b040c3d455ce7cb2 *inst/examples/shiny/crossfilter_kde/app.R
be31f8397bafdff521fd7f323fd9fa6d *inst/examples/shiny/crossfilter_scatter/app.R
452cd42a085d58b4b4578b12afe7db0f *inst/examples/shiny/drag_brush/app.R
935fb92017f735fba5b4251fb26acdaf *inst/examples/shiny/drag_lines/app.R
35b0a7597625cf5b5c3ef444d2c12d6a *inst/examples/shiny/drag_markers/app.R
fe6f94f53f942b11efcad97a5399d9ab *inst/examples/shiny/drill_down/app.R
9f1155a821a463cf49b16dee0a734df2 *inst/examples/shiny/event_data/DESCRIPTION
2dce591961cca4fd83f9c05efd583e69 *inst/examples/shiny/event_data/app.R
935f216b013d0914cf23ab906e88f3a8 *inst/examples/shiny/event_data/tests/testthat.R
6a9db0770d46f363b40dfe2a3a9b333b *inst/examples/shiny/event_data/tests/testthat/_snaps/shinytest2/001.json
1121a8078cf545221e583c5eb4014806 *inst/examples/shiny/event_data/tests/testthat/_snaps/shinytest2/001_.png
2ca6948e22664f887185566d6d5db4c6 *inst/examples/shiny/event_data/tests/testthat/_snaps/shinytest2/002.json
51745651ae0f74a741b46e97c1a15301 *inst/examples/shiny/event_data/tests/testthat/_snaps/shinytest2/002_.png
8c0ffb2e4a08b477ac75c8565f6bd666 *inst/examples/shiny/event_data/tests/testthat/_snaps/shinytest2/003.json
3e2aeab5d92c6e4675b87b0b32ed4fab *inst/examples/shiny/event_data/tests/testthat/_snaps/shinytest2/003_.png
1c9128a94eeff5d81482dc40187c1393 *inst/examples/shiny/event_data/tests/testthat/_snaps/shinytest2/004.json
d6974caa3af78590634bc5a210697bef *inst/examples/shiny/event_data/tests/testthat/_snaps/shinytest2/004_.png
966ddbc21e28ea3e1c3699249cee9d0a *inst/examples/shiny/event_data/tests/testthat/setup-shinytest2.R
67d1e0fa8abc120cc2d5ae06fe2bbb86 *inst/examples/shiny/event_data/tests/testthat/test-shinytest2.R
d41f30fd715492a608094e165ee9e900 *inst/examples/shiny/event_data_3D/app.R
56d84a705e17bd773c4f953380b9d080 *inst/examples/shiny/event_data_annotation/app.R
9f1155a821a463cf49b16dee0a734df2 *inst/examples/shiny/event_data_click/DESCRIPTION
dfc9f36d5e9f11ded7424a8da8de1534 *inst/examples/shiny/event_data_click/app.R
ecaa17d0f4cd548ad3a4193e74232f63 *inst/examples/shiny/event_data_click_map/app.R
11f641a3b6b4bb2c08bc75661692aea2 *inst/examples/shiny/event_data_legends/app.R
f067a810b9bc1fcd850bfad99a41c576 *inst/examples/shiny/event_data_modules/app.R
370dc817519eda7472e4bd1f48ec8bd5 *inst/examples/shiny/event_data_parcoords/app.R
79d56113030bb61f170c487deb08db33 *inst/examples/shiny/event_data_persist/app.R
8d3b3506702f59386d9fe06b7fbaaefc *inst/examples/shiny/event_data_select/app.R
6b4bd0ea4b14d0b646344d5593f73434 *inst/examples/shiny/event_priority/app.R
43ce9368eb7d0dc65e13e389e306ffd0 *inst/examples/shiny/ggplotly_sizing/app.R
1ef68a8ae3125bc71c3ca9139e0d6895 *inst/examples/shiny/lmGadget/app.R
5cd7bb52a3430d697411f0eaa27d39e6 *inst/examples/shiny/proxy_mapbox/app.R
63e8c20f20f56e67a8d380d9083e2e0a *inst/examples/shiny/proxy_relayout/app.R
0408e441788e83b748dae2d1a3e98938 *inst/examples/shiny/proxy_restyle_canada/app.R
61b72d299f37c7cbf9e2ca3aa2b6ed6e *inst/examples/shiny/proxy_restyle_economics/app.R
c6d2cd383039b59e6f7adee1cebe0fd9 *inst/examples/shiny/stream/app.R
ebf70b59f17ab360a1a9a2099ef4c806 *inst/htmlwidgets/lib/colourpicker/LICENSE
77da99b7eccf0e79093be060e5617887 *inst/htmlwidgets/lib/colourpicker/colourpicker.min.css
fbb9912baf6643516438ce4dd17a0417 *inst/htmlwidgets/lib/colourpicker/colourpicker.min.js
4f455bc28bdafc17c075227add4592e7 *inst/htmlwidgets/lib/mathjax/cdn.js
6f795602ad21fc98c67427e0b8255549 *inst/htmlwidgets/lib/plotlyjs/LICENSE
11f118b48da6bb6f028bc0d69dabd025 *inst/htmlwidgets/lib/plotlyjs/locales/af.js
274cffb8ce5ea92407b0a71c4bee2613 *inst/htmlwidgets/lib/plotlyjs/locales/am.js
aae25ec3ccae105c7199270e4b6e16d5 *inst/htmlwidgets/lib/plotlyjs/locales/ar-dz.js
fd9d6255ff8bf5e6f710a7143add9530 *inst/htmlwidgets/lib/plotlyjs/locales/ar-eg.js
531fa9dbc2540616990af516f38b2719 *inst/htmlwidgets/lib/plotlyjs/locales/ar.js
25e3946780a1009ad0e8203877975ad6 *inst/htmlwidgets/lib/plotlyjs/locales/az.js
3311584a4ede989903e34ffa0b3b35ed *inst/htmlwidgets/lib/plotlyjs/locales/bg.js
5d0032f77ca492ec2ad5db7c57d71cf5 *inst/htmlwidgets/lib/plotlyjs/locales/bs.js
019554f378c3083ec0fb8983c9f4f958 *inst/htmlwidgets/lib/plotlyjs/locales/ca.js
56374978931ac038bd15d6157df85a47 *inst/htmlwidgets/lib/plotlyjs/locales/cs.js
8ce0ee84b25fc5a417e60d67e38299a7 *inst/htmlwidgets/lib/plotlyjs/locales/cy.js
c0f4983d42f969243586b33d3ddfe03d *inst/htmlwidgets/lib/plotlyjs/locales/da.js
e04abab8d54f79ab1e63a36277e13a18 *inst/htmlwidgets/lib/plotlyjs/locales/de-ch.js
33b9b7fe129d76b9982b6ba01e005e03 *inst/htmlwidgets/lib/plotlyjs/locales/de.js
136121bb53e7a5ffad6988b95d9fe821 *inst/htmlwidgets/lib/plotlyjs/locales/el.js
0decea78d543fee2c4383eaf6f355504 *inst/htmlwidgets/lib/plotlyjs/locales/eo.js
6d6b506c3ee91de45d89ee8fc75dce37 *inst/htmlwidgets/lib/plotlyjs/locales/es-ar.js
f2ef6788a44d27e0d6f3dcec98ba6bfc *inst/htmlwidgets/lib/plotlyjs/locales/es-pe.js
699060e2577837d779c514dd42dfbbbd *inst/htmlwidgets/lib/plotlyjs/locales/es.js
82ce5ef618f715b58c4714f0017b5d89 *inst/htmlwidgets/lib/plotlyjs/locales/et.js
afb7e02c9546de2d50fbe322eb7bc912 *inst/htmlwidgets/lib/plotlyjs/locales/eu.js
8d92a30cf01eac205fb19419c9d7deb4 *inst/htmlwidgets/lib/plotlyjs/locales/fa.js
d0365b3a56d5e82fb7f5bc38656e5c44 *inst/htmlwidgets/lib/plotlyjs/locales/fi.js
ca2a748cf95215bd8dae2655ee015184 *inst/htmlwidgets/lib/plotlyjs/locales/fo.js
027f69162d7a660972ebe0b38311165b *inst/htmlwidgets/lib/plotlyjs/locales/fr-ch.js
8688ea16c3629f743bdc7fe531e79904 *inst/htmlwidgets/lib/plotlyjs/locales/fr.js
831462f2b33e7e7e3c051320a749dca3 *inst/htmlwidgets/lib/plotlyjs/locales/gl.js
c246c3859f64ad06c54560527ae1e9df *inst/htmlwidgets/lib/plotlyjs/locales/gu.js
2551c83d4c231605ca25422735ebbdec *inst/htmlwidgets/lib/plotlyjs/locales/he.js
c397991d558e6749d7ce62679d86df54 *inst/htmlwidgets/lib/plotlyjs/locales/hi-in.js
49a3d8d05b9458da125654c9962ff5c9 *inst/htmlwidgets/lib/plotlyjs/locales/hr.js
ee5f38918014a31ecc51231c9158a983 *inst/htmlwidgets/lib/plotlyjs/locales/hu.js
47b195731461aefc7753e7f17b2d2ca7 *inst/htmlwidgets/lib/plotlyjs/locales/hy.js
4b7be6503a09501cfccb72f2a8c3000c *inst/htmlwidgets/lib/plotlyjs/locales/id.js
97d052a43635473ae5eec0f2ab4acaea *inst/htmlwidgets/lib/plotlyjs/locales/is.js
7c2e991f45667e21712ada3959af87e0 *inst/htmlwidgets/lib/plotlyjs/locales/it.js
b8eba17e86ce49c6fa70b539eb8244be *inst/htmlwidgets/lib/plotlyjs/locales/ja.js
387a0184e845f0f631892283ad5baf62 *inst/htmlwidgets/lib/plotlyjs/locales/ka.js
6c27a3fb9e30fb0decf9e2af2b1ad2cd *inst/htmlwidgets/lib/plotlyjs/locales/km.js
c742f67cb369478e3c61a80d1cdac77a *inst/htmlwidgets/lib/plotlyjs/locales/ko.js
e13bbe3b785e3c5dfeebdec228346f35 *inst/htmlwidgets/lib/plotlyjs/locales/lt.js
39d83b8927810e528c1677a40100069c *inst/htmlwidgets/lib/plotlyjs/locales/lv.js
7a28a063f2473e442648438bbad3be0f *inst/htmlwidgets/lib/plotlyjs/locales/me-me.js
b867d95b52cd6befbd67e7cf9ccc17a7 *inst/htmlwidgets/lib/plotlyjs/locales/me.js
76d6d252ac2cd473cfcf4ad933ed4b8e *inst/htmlwidgets/lib/plotlyjs/locales/mk.js
90682543347eec2867c9a16c30b7d7c0 *inst/htmlwidgets/lib/plotlyjs/locales/ml.js
9086e21f3547b7a37c7befd1d7aa1126 *inst/htmlwidgets/lib/plotlyjs/locales/ms.js
5d2afe598781f3144476307b0fb81ddb *inst/htmlwidgets/lib/plotlyjs/locales/mt.js
09a721bf0bf251e570916e686b9020ff *inst/htmlwidgets/lib/plotlyjs/locales/nl-be.js
9c19fc5c3c7f5b3c20506d3f60d2150e *inst/htmlwidgets/lib/plotlyjs/locales/nl.js
3dd8c6fc8f051b72ffa8a3e0065246c8 *inst/htmlwidgets/lib/plotlyjs/locales/no.js
d19d075784816e285c2107dc615e8792 *inst/htmlwidgets/lib/plotlyjs/locales/pa.js
aa835132ccd23c8b989ad794fab564d3 *inst/htmlwidgets/lib/plotlyjs/locales/pl.js
bae4ee6e5a8c3c1cd0dcbf7d0c89298a *inst/htmlwidgets/lib/plotlyjs/locales/pt-br.js
c02dd50f710aa05e17ca468395785f9e *inst/htmlwidgets/lib/plotlyjs/locales/pt-pt.js
0354cd34773da9d79f858f70e591a443 *inst/htmlwidgets/lib/plotlyjs/locales/rm.js
5cb35f0d9f1cf3a1bc7b4eed9d8888b7 *inst/htmlwidgets/lib/plotlyjs/locales/ro.js
033dc5b9d7d9d5a6db03ab1bed2def17 *inst/htmlwidgets/lib/plotlyjs/locales/ru.js
6253a0a51d1353a8a81e216ec402da48 *inst/htmlwidgets/lib/plotlyjs/locales/si.js
d63fa844a5ee08af256fbb506c618c1f *inst/htmlwidgets/lib/plotlyjs/locales/sk.js
eeda6cc19a52e54e050092cbbcdbb353 *inst/htmlwidgets/lib/plotlyjs/locales/sl.js
92c71cd05b019cda881d01600133e2fa *inst/htmlwidgets/lib/plotlyjs/locales/sq.js
94ce3d88a2629f3ff821059412c2c6a4 *inst/htmlwidgets/lib/plotlyjs/locales/sr-sr.js
e645e189aaf81f9cd062a3d46e287e0b *inst/htmlwidgets/lib/plotlyjs/locales/sr.js
d23df1da2e899fb44cc72bfdf4cfa4b3 *inst/htmlwidgets/lib/plotlyjs/locales/sv.js
5bdbc364f249deaeab1d1de8df4a7d79 *inst/htmlwidgets/lib/plotlyjs/locales/sw.js
8ba3e86f4a780aaa3cadf064eba584a0 *inst/htmlwidgets/lib/plotlyjs/locales/ta.js
978ca60ce997e00d8a8eb2b7c3a2e5ec *inst/htmlwidgets/lib/plotlyjs/locales/th.js
bfcf1e156a9015bcb60a8c48690234dc *inst/htmlwidgets/lib/plotlyjs/locales/tr.js
d48a787c4584bb9a5b47cac59b50faf6 *inst/htmlwidgets/lib/plotlyjs/locales/tt.js
20cb3b56b749ec509c9586b46287689b *inst/htmlwidgets/lib/plotlyjs/locales/uk.js
93213479691fd3b5d9c11f1ef82444b3 *inst/htmlwidgets/lib/plotlyjs/locales/ur.js
5f2a4dc75ea455983bdd1e02a4915bfc *inst/htmlwidgets/lib/plotlyjs/locales/vi.js
719faf5db14122a86732969caaefd892 *inst/htmlwidgets/lib/plotlyjs/locales/zh-cn.js
4c942e2807328842c01ca429e51116e2 *inst/htmlwidgets/lib/plotlyjs/locales/zh-hk.js
7c81e15db422b2a6e7ea09d2c91ff3f9 *inst/htmlwidgets/lib/plotlyjs/locales/zh-tw.js
150e4929cfd53a8a39835d40a108a54e *inst/htmlwidgets/lib/plotlyjs/plotly-htmlwidgets.css
154690fd3da83096a8857f0d84f0a1af *inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js
573633e5eb0860d61ba2e59fd6b41389 *inst/htmlwidgets/lib/selectize/selectize.bootstrap3.css
146435eeda32f0e12bca8519f0da5ad9 *inst/htmlwidgets/lib/selectize/selectize.min.js
f19dda3e6d83f0eb6fe8997d894530c4 *inst/htmlwidgets/lib/setprototypeof/LICENSE
6a4178c65521b3f3ccfa836597dc9d83 *inst/htmlwidgets/lib/setprototypeof/setprototypeof.js
ac2ed8233b48affa48a87c6001343572 *inst/htmlwidgets/lib/typedarray/LICENSE
4db25a9ed5c5fcf2dd1746f27be2ef39 *inst/htmlwidgets/lib/typedarray/typedarray.min.js
3c7c9d64b95cebf57b0180d466b17239 *inst/htmlwidgets/plotly.js
d41d8cd98f00b204e9800998ecf8427e *inst/htmlwidgets/plotly.yaml
224a15e3a56693d67847aebd5c3d5ae7 *inst/stars.R
476fd4130bb419c8f9ba363daed405bb *man/TeX.Rd
c9c50fbc7f08c341e089989145487c9c *man/add_annotations.Rd
922101353e906d31cadb48355bcd8f53 *man/add_data.Rd
f531f01746236e50c7e9ca5c626d2e99 *man/add_fun.Rd
19c20be56f07af54d4aca4188211c526 *man/add_trace.Rd
12128cf9c4cd2e2d25ab9dbc7b2433e1 *man/animation.Rd
49d658b02fdc9be09805a0a3efaf77b6 *man/api.Rd
a44f627df4e74f4834c53d5c41fd036b *man/as.widget.Rd
9d7b1304dc46c525a9c9699350f8de31 *man/as_widget.Rd
ea02a0d92fac83264dc71d0a7f6b575c *man/attrs_selected.Rd
c35017b629a710ca37f10f1846738894 *man/bbox.Rd
d4a440706dea8f484f46a516478e6664 *man/colorbar.Rd
e4095f49c9bfbf4f24325ff6c5d458d0 *man/config.Rd
4267c22c0bc6969f49ee5dcff300e589 *man/embed_notebook.Rd
6836789179f6635e999f6fccf4ee9843 *man/event_data.Rd
ce7551a7757b6f3f6c9ef243a1198db5 *man/event_register.Rd
c88bcf9ab1893157a21029f98f893901 *man/event_unregister.Rd
7cf890c6d1c81af213c1cd5ec68893ee *man/export.Rd
a6ffd7069f4f678f8007168eaad9757d *man/figures/README-volcano-surface.png
32ed3f82fdb9eb67eba339aff8bb82fa *man/figures/plotly.png
5ab9e008e62200d0657b1269aa41cf0e *man/figures/plotly.svg
5f7cdff6a04d2e68f9c9ddb97b0af831 *man/geom2trace.Rd
19a907dea724d4323b26e61551e85e12 *man/get_figure.Rd
4873f89769994fc05c651364ff31d87f *man/gg2list.Rd
8cd746ba644dc0294f4ff150b63f630d *man/ggplotly.Rd
821038ae196c4f066377241d3d702ed2 *man/group2NA.Rd
55e6ebe689a5baac704979525ddcd7eb *man/hide_colorbar.Rd
1df92bdeeae66ef089f9d9d0caaa6c28 *man/hide_guides.Rd
0487f8c347232459e06ebf196f6929dc *man/hide_legend.Rd
b5d0d42d114c7c8bc50f6f60e48806c1 *man/highlight.Rd
4275bd236f9cef10b2a58fdd724942be *man/highlight_key.Rd
b6d87418a9f91fed0aed26537c134af0 *man/hobbs.Rd
16f06853a16c5621d18fa09a9b340590 *man/knit_print.api_grid.Rd
356903db8a6ab1a57906cbb29215bc22 *man/knit_print.api_grid_local.Rd
4117d0aa2e9b4760baefe865f5c1c9a3 *man/knit_print.api_plot.Rd
c650366f8b182ecf64433ca80e6e5f3b *man/last_plot.Rd
14e5ca28f3c08a9e3cb2a6fcdb6be056 *man/layout.Rd
031e6dac67d3e25726346ed9fff40eb7 *man/mic.Rd
5cca05ff14168fd621a69f35a878c3d8 *man/offline.Rd
a78f10f6e189219f3bbc7f779818fba9 *man/orca.Rd
75411787b87b18268f6f8982488ca3f5 *man/partial_bundle.Rd
c505a106363e5dae0b7f19089456ecbb *man/plot_dendro.Rd
dc6fc572a83a12be1d517ad4cb15278d *man/plot_geo.Rd
11d8294ab76d58cbfbae95c8bb03807e *man/plot_ly.Rd
603e496f0a3edf7db2a66de2862acee6 *man/plot_mapbox.Rd
916e3bf9f6f3c75b26ec6ee25a4bf806 *man/plotly-shiny.Rd
c01ae65707c92e8f3cd65b98f2fe6d3b *man/plotly.Rd
26e97dbd8dfcb47be90a3557add598a5 *man/plotlyProxy.Rd
aa960709983688954dcfb153a2e1d752 *man/plotly_IMAGE.Rd
1098bbc85af4be540a763192df1275ab *man/plotly_POST.Rd
0d06cc42fd27c4d2b84fcb5f5c6ee32b *man/plotly_build.Rd
236a6c97c44388260a99bfccad3ec63e *man/plotly_data.Rd
5cd54b3abaf2a2cfa075001a97b9f831 *man/plotly_empty.Rd
93384ac3c9e2091ff61dc3e0f902f83a *man/plotly_example.Rd
5f4a8e10e5a69f7a78367b282591eac2 *man/plotly_json.Rd
84676a66a29770aff2512d502ec9ffe4 *man/print.api.Rd
bf57bf90060072f8c13a322a3c05d34d *man/print.api_grid.Rd
4518356d0f268094528f1b5101db2d1a *man/print.api_grid_local.Rd
d93950d14b41360e3c7d42f2e8947ecb *man/print.api_plot.Rd
132884ba1a11d8b2a2ed3c1c31dad5c2 *man/print.kaleidoScope.Rd
d344254ef9fc1e2570c55da68787c323 *man/rangeslider.Rd
7d8b1f76f0c785b1684b60d2ab8ff82d *man/raster2uri.Rd
2118c0e074b0103f0ca4e683888a6b54 *man/reexports.Rd
4436b7a55b1d049c0c305bf2b93fbb0e *man/remove_typedarray_polyfill.Rd
0b9499e58e1cba9595c2d04be970c9e6 *man/res_mn.Rd
e270a42275dca226c51122efbe5f91d9 *man/save_image.Rd
e63613095d156279da9ca10ac1a7e613 *man/schema.Rd
9c6e3c5b1dd2ef0aa042d47d442137b6 *man/showRGB.Rd
5e24fba3f7b12f9226e59cdf58588507 *man/signup.Rd
4e3ff73c42b32efc1c7980e2f9dd979d *man/style.Rd
42d8ad93b015284830ea5a1442fe3fa0 *man/subplot.Rd
adcc6757a8f17b2a7743c31c0ac8ec1b *man/toRGB.Rd
b71434cba8adcef7d6b0c823ed5c83d2 *man/toWebGL.Rd
8b7e3130a01a581931a1a09d53e2155f *man/to_basic.Rd
e25fd4fb1a99620f5ef80bf6c084f1bf *man/wind.Rd
b25d06bc3438ab15073a828c647cc51c *tests/testthat.R
2954a519e96a2083dbc39a401b10d37f *tests/testthat/_snaps/cookbook-axes/cookbook-axes-blank-minor-major.svg
ad63ae62f1412d6c0a35ab164a4eea54 *tests/testthat/_snaps/cookbook-axes/cookbook-axes-blank-minor.svg
e9f60292cba6f97e6348377dc652e44b *tests/testthat/_snaps/cookbook-axes/cookbook-axes-blank-x.svg
03690a25c4208b724ffd091ee506ed0f *tests/testthat/_snaps/cookbook-axes/cookbook-axes-blank-y.svg
2c538e3bf4ab16aef0b38f9df1d88c72 *tests/testthat/_snaps/cookbook-axes/cookbook-axes-coord-ylim.svg
83e90607a5efadda54cf39240fd6800e *tests/testthat/_snaps/cookbook-axes/cookbook-axes-custom-formatter.svg
4739ffe176ec673792f0beee95a100e0 *tests/testthat/_snaps/cookbook-axes/cookbook-axes-flevels.svg
4641529af741be4be3cf7fe005aa4535 *tests/testthat/_snaps/cookbook-axes/cookbook-axes-fonts.svg
a1b28b69bfb9734342ea253591dff849 *tests/testthat/_snaps/cookbook-axes/cookbook-axes-label-funs.svg
c8500e7df37bc9631836d29722b38872 *tests/testthat/_snaps/cookbook-axes/cookbook-axes-linear-axes.svg
1bc64b99138d6fa660cc6e538daa852b *tests/testthat/_snaps/cookbook-axes/cookbook-axes-log2-coord.svg
232eddd8ae2e51f5103dee46cc987802 *tests/testthat/_snaps/cookbook-axes/cookbook-axes-log2-labels.svg
173eec1f2236c24d0a54eddce254a77b *tests/testthat/_snaps/cookbook-axes/cookbook-axes-log2-scale.svg
3cdb244a21c3fcae7be2e717f8a3e8d7 *tests/testthat/_snaps/cookbook-axes/cookbook-axes-no-x-title.svg
50a892d7472a3d02f39e8a86da4b9777 *tests/testthat/_snaps/cookbook-axes/cookbook-axes-scale-hide.svg
159c5f0c9baeac308164635eb6797587 *tests/testthat/_snaps/cookbook-axes/cookbook-axes-scale-name.svg
b4edf3b62d083a01c21cb6f066bca717 *tests/testthat/_snaps/cookbook-axes/cookbook-axes-scale-y-log10-labels.svg
b348dbbed305438414056ccc7cb16fe3 *tests/testthat/_snaps/cookbook-axes/cookbook-axes-scale-y-log10.svg
50a892d7472a3d02f39e8a86da4b9777 *tests/testthat/_snaps/cookbook-axes/cookbook-axes-ylim-hide.svg
9e8f83ebccd6ccfe7e48390301580589 *tests/testthat/_snaps/cookbook-lines/cookbook-axes-bar-dodge-color-err4.svg
675ce419d87fd91f39b739420a1eca5f *tests/testthat/_snaps/cookbook-lines/cookbook-axes-bar-dodge-color-error.svg
ce0e4aa6853a1f135b7c44ecbfacf03f *tests/testthat/_snaps/cookbook-lines/cookbook-axes-bar-dodge-color.svg
123a2ce1c78fbd103abd08a8bb651889 *tests/testthat/_snaps/cookbook-lines/cookbook-axes-bar-error-diff.svg
d8e9ea07f1be3db57c6b1b253cfeffad *tests/testthat/_snaps/cookbook-lines/cookbook-axes-bar-error-narrow.svg
123a2ce1c78fbd103abd08a8bb651889 *tests/testthat/_snaps/cookbook-lines/cookbook-axes-bar-error-wide.svg
6d44cdda7eadb5b4acd591ea47ead8a3 *tests/testthat/_snaps/cookbook-lines/cookbook-axes-basic-bar.svg
d157e52b42a039e59bc07d99f3e7b8a4 *tests/testthat/_snaps/cookbook-lines/cookbook-axes-basic-horizontal-line.svg
718187056f5a082b6fb44bc3bb5e757a *tests/testthat/_snaps/cookbook-lines/cookbook-axes-dashed-red-line.svg
bd9e57f3c534cf686359165be60f5dd0 *tests/testthat/_snaps/cookbook-lines/cookbook-axes-scatter-basic.svg
e1de21d61a09e9e63fa5c96966c10b99 *tests/testthat/_snaps/cookbook-lines/cookbook-axes-scatter-facet-hline-vline.svg
eed28f95fe1999cfdd1cd0d82f6f3dc4 *tests/testthat/_snaps/cookbook-lines/cookbook-axes-scatter-facet-hline.svg
888f1d6e8df4d345d381cd25bcf97332 *tests/testthat/_snaps/cookbook-lines/cookbook-axes-scatter-facet.svg
be76572861929b33f7b9eb78c9609d30 *tests/testthat/_snaps/cookbook-lines/cookbook-axes-scatter-hline-vline.svg
1bde1aaac793a42680d3464578baf450 *tests/testthat/_snaps/cookbook-lines/cookbook-axes-scatter-hline.svg
1e4c09f6788d2ce13cf494e7fa51c3e8 *tests/testthat/_snaps/cookbook-scatterplots/color.svg
037aa9aba218f3968f2d709fb1e5d7e9 *tests/testthat/_snaps/cookbook-scatterplots/full-range.svg
6e2b7ea81a1ce132e9b7c97d2c2d3040 *tests/testthat/_snaps/cookbook-scatterplots/geom-jitter.svg
8a0c56cfa14548d9e3abcf2375d570d4 *tests/testthat/_snaps/cookbook-scatterplots/hollow.svg
6e2b7ea81a1ce132e9b7c97d2c2d3040 *tests/testthat/_snaps/cookbook-scatterplots/jitter.svg
eddccb83c045e04a76c5da44919a8f07 *tests/testthat/_snaps/cookbook-scatterplots/loess.svg
3054813e1210b4d6ed7397037ac51c98 *tests/testthat/_snaps/cookbook-scatterplots/overlap.svg
e50356e2dc01d0511b5c9b3126b34da7 *tests/testthat/_snaps/cookbook-scatterplots/scale-color-hue.svg
8d42aa85605d9436799efe7b327eb637 *tests/testthat/_snaps/cookbook-scatterplots/shape-manual.svg
d21c1564746824a0ba3095d5eb1beb73 *tests/testthat/_snaps/cookbook-scatterplots/shape.svg
9eeb4a2be18eadff1b08ef2b5f21da52 *tests/testthat/_snaps/cookbook-scatterplots/smooth-lm-se-false.svg
17e7873b287771865ccc0a20f0b21a41 *tests/testthat/_snaps/cookbook-scatterplots/smooth-lm.svg
fcbc9831d669844461486242ecbae214 *tests/testthat/_snaps/geom-errorbar-flipped-aes/errobar-flipped-aes.svg
b368174e33fc387df4f2b77caebdb738 *tests/testthat/_snaps/geom-errorbar-issue-1751/errobar-no-aes-y.svg
c9824b6f12766a5220eb67aa0571ce44 *tests/testthat/_snaps/ggalluvial/stratum-alluvium-color.svg
724b8f24ce686802a0d9e5016af6503b *tests/testthat/_snaps/ggalluvial/stratum-alluvium.svg
0455d93c19ff877d4cfd0b49f4230936 *tests/testthat/_snaps/ggplot-abline/cookbook-axes-multiple-abline.svg
f07493ae28cffeb4cb553a6b8b0ac5d6 *tests/testthat/_snaps/ggplot-abline/cookbook-axes-single-abline.svg
a05b1df9d3ecde68193b2f2df01842a8 *tests/testthat/_snaps/ggplot-area/area-area-fillcolor.svg
bbe1d2828a6a281c7e364705442c48e4 *tests/testthat/_snaps/ggplot-area/area-simple.svg
70f35db9c9c600ad5ed15a88d7485ea3 *tests/testthat/_snaps/ggplot-area/area-traces-order.svg
b21d9020f0fbc7c01d04d6f20bba01c3 *tests/testthat/_snaps/ggplot-bar/bar-aes-colour-guides-fill-false.svg
0421474d618a6941fd9aa946011ee481 *tests/testthat/_snaps/ggplot-bar/bar-aes-fill-guides-color-none.svg
0421474d618a6941fd9aa946011ee481 *tests/testthat/_snaps/ggplot-bar/bar-black-outline.svg
6c27cce909ab62c47d4d5e4e73c23023 *tests/testthat/_snaps/ggplot-bar/bar-category-names.svg
fdedad43d90bbb661d40a4a326f18095 *tests/testthat/_snaps/ggplot-bar/bar-color.svg
6caa507378ec40cc435eec7f41bac3f7 *tests/testthat/_snaps/ggplot-bar/bar-coord-flip.svg
9ace770e61f25a2d0a4026d2d293b362 *tests/testthat/_snaps/ggplot-bar/bar-dates.svg
b06b24513a1a41cd2f2e3d9c92202d68 *tests/testthat/_snaps/ggplot-bar/bar-dodge.svg
a574b744d28bd8b5d4a2946a90053f00 *tests/testthat/_snaps/ggplot-bar/bar-identity.svg
e69345b435e3627d3d9e787f094842e0 *tests/testthat/_snaps/ggplot-bar/bar-nocolor.svg
2ebc6f491b2f1cd2dc9567f4a6043fe2 *tests/testthat/_snaps/ggplot-bar/bar-position-fill.svg
226655e581c08716898cc576f41dbddc *tests/testthat/_snaps/ggplot-bar/bar-position-stack.svg
0628ec9cf9e74795efdc7b426b5d7144 *tests/testthat/_snaps/ggplot-bar/bar-stack.svg
54c6f84f98c6cb4ef7c4c0c8b43003c3 *tests/testthat/_snaps/ggplot-boxplot/boxplot-datetime.svg
3808981c3e1e15da8c1f68c121f10c6f *tests/testthat/_snaps/ggplot-boxplot/boxplot-fillcolor.svg
c3038b576658a2e64fdce4a4ba594d9d *tests/testthat/_snaps/ggplot-boxplot/boxplot-legends-for-fill.svg
6373936b7f7fc0820477332be964da5f *tests/testthat/_snaps/ggplot-boxplot/boxplot.svg
9adb312eaf4c7576659de84640c59136 *tests/testthat/_snaps/ggplot-col/col.svg
b220191fb6c3f054b3c28bc82052ad77 *tests/testthat/_snaps/ggplot-contour/contour.svg
a9d91c37c8dd31f342aba21e9d3f9e96 *tests/testthat/_snaps/ggplot-contour/raster-contour-binned.svg
81908f0cf916954a63956537a3edbcb5 *tests/testthat/_snaps/ggplot-date/date-class-date.svg
12b650dc0c48a302811091e569d82349 *tests/testthat/_snaps/ggplot-date/date-irregular-time-series.svg
2377593b1dacf97fe0485266384c11f6 *tests/testthat/_snaps/ggplot-date/date-strings.svg
135524b907b8d0f677a8c907435045b7 *tests/testthat/_snaps/ggplot-density/density-color.svg
1ac9b5a687674796fc7af59a318d85c1 *tests/testthat/_snaps/ggplot-density/density-fill.svg
b9fd5231faaad776708137637770fbc6 *tests/testthat/_snaps/ggplot-density/density-histogram.svg
c621a92a2d91b4069d53c474985bfc1f *tests/testthat/_snaps/ggplot-density/density-simple.svg
699d697bc1251d278a1783258d880858 *tests/testthat/_snaps/ggplot-density/density-traces-order.svg
442f49f77349b460eef88637e02b26b7 *tests/testthat/_snaps/ggplot-density2d/density2d.svg
e50bb33ca06ba5204cb6946f5f73fd44 *tests/testthat/_snaps/ggplot-errorbar-horizontal/errorbar-horizontal.svg
4df4242e2483b58f05405874208d7f6e *tests/testthat/_snaps/ggplot-errorbar/errorbar-unique-groups.svg
3e13b2f764295f2fa3c91ec1a925b27f *tests/testthat/_snaps/ggplot-errorbar/errorbar.svg
419a390ae66bfccee74f688a305d61ca *tests/testthat/_snaps/ggplot-facets/3-panels.svg
cfaa14a5a61ced6cf9039e613bc5adba *tests/testthat/_snaps/ggplot-facets/barley.svg
8b24d4a66c64d6a2c0e3693260927cda *tests/testthat/_snaps/ggplot-facets/facet-grid-free-x.svg
de43603f3a7971e9442a72e29852fe63 *tests/testthat/_snaps/ggplot-facets/facet-grid-free-y.svg
3bfc5b2135999fd59635bfdd6afc79ed *tests/testthat/_snaps/ggplot-facets/facet-grid-free.svg
310be7328a8681bf6aa2688b20afbc39 *tests/testthat/_snaps/ggplot-facets/facet-grid-labeller.svg
6a8c6c2b5a07622e4aa950a234359025 *tests/testthat/_snaps/ggplot-facets/facet-wrap-free-mult.svg
87b50afeb12da4ad31a2e94f51b64f5b *tests/testthat/_snaps/ggplot-facets/facet-wrap-free-x.svg
120c7358b916ecb51dd95c16a8e6ed99 *tests/testthat/_snaps/ggplot-facets/facet-wrap-free-y-2.svg
27746d0520a7662694dcb95011cace9c *tests/testthat/_snaps/ggplot-facets/facet-wrap-free-y.svg
e78f881108b94002c963a3147405eca8 *tests/testthat/_snaps/ggplot-facets/facet-wrap-free.svg
b849c6ad94717bdc4bd8cf1f99b52418 *tests/testthat/_snaps/ggplot-facets/facet-wrap-labeller.svg
0418ee1d884066e5dab7660bdbde733e *tests/testthat/_snaps/ggplot-facets/facet-wrap.svg
e7a346867a9eda2c3c03e40bd44dae63 *tests/testthat/_snaps/ggplot-function/geomfunction.svg
44eaf84d068012f3b37f30e61c2c8109 *tests/testthat/_snaps/ggplot-function/stat-function.svg
ac105756162d56e84204d5da3e8b7127 *tests/testthat/_snaps/ggplot-heatmap/heatmap-discrete.svg
cba71ada9107f152845646179b3edb61 *tests/testthat/_snaps/ggplot-heatmap/heatmap-midpoint.svg
34372164d04ccb2c5a0b8ca8f0815f97 *tests/testthat/_snaps/ggplot-heatmap/heatmap.svg
707028faafdfa67573ceb8bd2849627c *tests/testthat/_snaps/ggplot-heatmap/tile-no-fill.svg
3379e8cb4457235db95d928e4a87a826 *tests/testthat/_snaps/ggplot-hex/hex-basic.svg
5aef107280397dd00796dd8b818aac0c *tests/testthat/_snaps/ggplot-hex/hex-bins.svg
b10dcb49a04e7ebca2c0154851460e1e *tests/testthat/_snaps/ggplot-hex/hex-binwidth.svg
05f1d652e85acdbfa9a097915fb456df *tests/testthat/_snaps/ggplot-histogram/histogram-counts.svg
f627b6f3092aea5335c7a33f669d5985 *tests/testthat/_snaps/ggplot-histogram/histogram-date-bins.svg
c4733dba336a1a0a5571154301f8794d *tests/testthat/_snaps/ggplot-histogram/histogram-dates.svg
1069a6163f06b28f36e9a065b5364fd6 *tests/testthat/_snaps/ggplot-histogram/histogram-density-binwidth.svg
bf41ce5c9e7be2914b844acf43c3fc5c *tests/testthat/_snaps/ggplot-histogram/histogram-density.svg
b0662ea773eac4861ac627f87eb16c4e *tests/testthat/_snaps/ggplot-histogram/histogram-fill-factor-dodge.svg
1a0bb1a985959d46b2fa9a88f170f62a *tests/testthat/_snaps/ggplot-histogram/histogram-fill-factor-facets.svg
4e009327f7bb0213c9d1d7db29fdf238 *tests/testthat/_snaps/ggplot-histogram/histogram-fill-factor-identity.svg
c1111eebf57d01c065b0de678668bfd8 *tests/testthat/_snaps/ggplot-histogram/histogram-fill-factor.svg
b52962071dba31bbd32f418dd9794480 *tests/testthat/_snaps/ggplot-histogram/histogram-fill.svg
ef9917846c1d4e799a67c43eb7a1bc50 *tests/testthat/_snaps/ggplot-histogram/histogram-fixed-fill-color.svg
f627b6f3092aea5335c7a33f669d5985 *tests/testthat/_snaps/ggplot-histogram/histogram-posixt-bins.svg
33417b5274220eb7bdc312439a046bf1 *tests/testthat/_snaps/ggplot-histogram/histogram-vline.svg
d157e52b42a039e59bc07d99f3e7b8a4 *tests/testthat/_snaps/ggplot-hline/hline-factor.svg
3c309c56eada068489e3e5edbec97893 *tests/testthat/_snaps/ggplot-hline/hline-multiple.svg
e32c4e74a132faa32cd3b701747c9786 *tests/testthat/_snaps/ggplot-hline/hline.svg
8309c4a86b0b67746f849b39c2035596 *tests/testthat/_snaps/ggplot-hline/split-hline-vline-abline.svg
3bbf70abdd708dfcaccd5e56850c22f7 *tests/testthat/_snaps/ggplot-jitter/jitter-basic.svg
e024b1f39943b72ca4671116c7a1489b *tests/testthat/_snaps/ggplot-labels/factor-labels.svg
7a5cd810f647fddcc42c45f29b3d16d3 *tests/testthat/_snaps/ggplot-labels/labels-angles.svg
7b734e1356b2ab9543f4abd7dbb0a1f5 *tests/testthat/_snaps/ggplot-labels/labels-ggtitle.svg
77fbf9b30c6cee97734ef4734733a30c *tests/testthat/_snaps/ggplot-labels/labels-scale-x-continuous-name.svg
bfb61404aec5d4c0f86ea38aa50902e2 *tests/testthat/_snaps/ggplot-labels/labels-ylab.svg
68c9b43a255eab0ed439af9d2c4ca03b *tests/testthat/_snaps/ggplot-labels/labs-element-blank.svg
407b1f56caeba2ade54910b55ec955d1 *tests/testthat/_snaps/ggplot-legend/guide-aes-none.svg
82754f1118d6bd93a911720649ab2110 *tests/testthat/_snaps/ggplot-legend/legend-hide-legend.svg
97968d058113f33d33d29bc61a356dc0 *tests/testthat/_snaps/ggplot-legend/legend-hide.svg
fcfb615df519cd7a45b365b5b81cfba8 *tests/testthat/_snaps/ggplot-legend/legend-many-legend-items.svg
6fd43a1c7123e51b523fc21aebcbb5d1 *tests/testthat/_snaps/ggplot-legend/legend-one-entry.svg
3d2a77817f02ad6615b934ad9c848db0 *tests/testthat/_snaps/ggplot-legend/legend-varying-aes-guide.svg
ffba7ef3fb5856a28cc8e895ebd79fd9 *tests/testthat/_snaps/ggplot-legend/legend-very-long-legend-items.svg
577a2a986ba2f7b099be232bdc5b073d *tests/testthat/_snaps/ggplot-legend/respect-guides.svg
d510e11fa732cd7902688aa44ea478d9 *tests/testthat/_snaps/ggplot-legend/scatter-legend.svg
e102ff570982ce0e317417ff2d55c22f *tests/testthat/_snaps/ggplot-lines/line-milliseconds.svg
b29eed395ca49ba0e7be50c6a5be28f0 *tests/testthat/_snaps/ggplot-lines/linetype-colors.svg
3f8a0dd69948bb10ea8aeb8070e40a09 *tests/testthat/_snaps/ggplot-lines/linetype-types.svg
a88e06dbcdaeaa8da6e91dbbd1442f54 *tests/testthat/_snaps/ggplot-map/map-facet.svg
1ea5daa0d8b7997ba664f262085fe5b3 *tests/testthat/_snaps/ggplot-path/path-colored-groups-stay-together.svg
6c0a0873a5c05acd249475abe6607890 *tests/testthat/_snaps/ggplot-path/path-colors.svg
daa4b6fcafed25919db75f1bd3a9fe45 *tests/testthat/_snaps/ggplot-path/path-colors2.svg
ccfd61b1a8032c71e2e012d004ede7dc *tests/testthat/_snaps/ggplot-path/path-line-symbols.svg
183cc9d8b5046911d72a210c343e3aab *tests/testthat/_snaps/ggplot-path/path-lines-diff-from-paths.svg
44f6f1675dca69880b356a684e6259f2 *tests/testthat/_snaps/ggplot-point/all-shapes.svg
8f7a84a4283a2867b996d033d3b4b29b *tests/testthat/_snaps/ggplot-point/open-shapes.svg
8bfe7d705ac3ead3e6a17f10a2e0a392 *tests/testthat/_snaps/ggplot-point/point-flip.svg
e2c94cbd51c1c4f524f77771b693302d *tests/testthat/_snaps/ggplot-point/point-size-alpha.svg
411fa780d3c3c9e27a6f971c71951646 *tests/testthat/_snaps/ggplot-point/point-size-alpha2.svg
5a0903c880e7b26fe311ca07a4aa4d3d *tests/testthat/_snaps/ggplot-polygons/polygon-aes-color.svg
7ccbf78f3c9e8585fb1f9ffe26679546 *tests/testthat/_snaps/ggplot-polygons/polygon-aes-fill.svg
5a47dc37fdcac437d68d485adc7d5cd6 *tests/testthat/_snaps/ggplot-polygons/polygon-black.svg
dfcc72230d68142a86695ef6fe1b38da *tests/testthat/_snaps/ggplot-polygons/polygon-color-aes-fill.svg
b98f433d46d044c2f2d481bff986f535 *tests/testthat/_snaps/ggplot-polygons/polygon-color-fill-aes-linetype.svg
630a7b1cd835a4cb66e8566a5afb261b *tests/testthat/_snaps/ggplot-polygons/polygon-color-fill-aes-size.svg
3c32cbe2ee639b27e8cfdcaf1807decd *tests/testthat/_snaps/ggplot-polygons/polygon-star-fill-color.svg
0a0f18b593999ea9a78224c0d69e04b4 *tests/testthat/_snaps/ggplot-polygons/polygon-star-group-color.svg
a64dac584f70b68266453fba807ac959 *tests/testthat/_snaps/ggplot-polygons/polygon-star-group.svg
3f3d4d084a706fff1a98732a34f9703c *tests/testthat/_snaps/ggplot-polygons/polygons-canada-borders.svg
d182df71fbdaa7c57cbbbb6603c64dee *tests/testthat/_snaps/ggplot-rect/rect-black.svg
5ec20a815617c40fa34677f7f3acc710 *tests/testthat/_snaps/ggplot-rect/rect-black4.svg
1a5bb66bb84dc1f6f150d72eb677d47c *tests/testthat/_snaps/ggplot-rect/rect-color.svg
847e335094f4d66a187ec36d9aaded08 *tests/testthat/_snaps/ggplot-rect/rect-fill-color.svg
c83d87edd6b7a60ed73590a33bc85cde *tests/testthat/_snaps/ggplot-rect/rect-fill-hex-alpha.svg
9718eac3523e70bfefdf9fb3dc06a6ea *tests/testthat/_snaps/ggplot-rect/rect-fill.svg
0eeb6dcd5cc2859cb328f85ba5d09e1f *tests/testthat/_snaps/ggplot-ribbon/ribbon-alpha.svg
751e2c377633a466b6485b1bc878571b *tests/testthat/_snaps/ggplot-ribbon/ribbon-colour.svg
884b0dcd3ce1bd6615105168578e6f89 *tests/testthat/_snaps/ggplot-ribbon/ribbon-fill.svg
ec3bd2df2de70d4de76dd411503a5c99 *tests/testthat/_snaps/ggplot-ribbon/ribbon-group.svg
b063e0c99b5ffe22c1c93f7d52ce7861 *tests/testthat/_snaps/ggplot-segment/segment-multiple-non-numeric.svg
f378950e9f7fb62f552a314348efe25e *tests/testthat/_snaps/ggplot-segment/segment.svg
c8142b94542c31c61074bdd1cf9dd3ab *tests/testthat/_snaps/ggplot-sf/sf-aspect.svg
939acd03a330c9ecb71077628c6c183b *tests/testthat/_snaps/ggplot-sf/sf-axis-ticks.svg
a53a687a2ed0e37be9d1138bb7ad8283 *tests/testthat/_snaps/ggplot-sf/sf-fill-text.svg
68d3d02b797a36b592bceb1fa0e17f8a *tests/testthat/_snaps/ggplot-sf/sf-geom-collection.svg
838ae3f7e2a0cfef628ed2a0149b88fb *tests/testthat/_snaps/ggplot-sf/sf-points.svg
68ad8c29c2de42b9c44d9158e9cb2aad *tests/testthat/_snaps/ggplot-sf/sf-theme-map.svg
c8142b94542c31c61074bdd1cf9dd3ab *tests/testthat/_snaps/ggplot-sf/sf.svg
737eb2101847481c34a94969f5754a5b *tests/testthat/_snaps/ggplot-size/size-global-scaling.svg
3641fcd55cbeead06ec5d6ed68cc3d86 *tests/testthat/_snaps/ggplot-size/size-is-a-vector.svg
7bb38c47ca32956d1923985ca63a3612 *tests/testthat/_snaps/ggplot-smooth/smooth-basic.svg
a6d808c27f7d5bd475d826422884ffda *tests/testthat/_snaps/ggplot-smooth/smooth-colour.svg
aa32bdacd1c450514a27ee0dd0d6cbca *tests/testthat/_snaps/ggplot-smooth/smooth-facet.svg
717658c8b8bb047a7db0ca55c93cabf1 *tests/testthat/_snaps/ggplot-smooth/smooth-fill2.svg
e3f8bc60853527eb8c55eff5441f0e0f *tests/testthat/_snaps/ggplot-smooth/smooth-group.svg
e9232b6e9a729c952abc3b104f6a31e4 *tests/testthat/_snaps/ggplot-smooth/smooth-se-false.svg
10517b08cc5f4416d36e54e4a9d00f75 *tests/testthat/_snaps/ggplot-step/step-ecdf-multiple.svg
d7f7a951a77e70afc9fbb6bf21a96bec *tests/testthat/_snaps/ggplot-step/step-ecdf.svg
7de8645adadcb51315caaa6365f78b22 *tests/testthat/_snaps/ggplot-step/step-gg-hv.svg
b21dbbb571142c6371deda600e65ed7d *tests/testthat/_snaps/ggplot-step/step-gg-hvh.svg
9a7e5004cec75fb3a34258b1da949254 *tests/testthat/_snaps/ggplot-step/step-gg-vh.svg
6d7b6f0656aac4df22509e25edd22658 *tests/testthat/_snaps/ggplot-step/step-gg-vhv.svg
6fca2118f94687299b36f773a7783826 *tests/testthat/_snaps/ggplot-summary/stat-summary.svg
18e6419552b93608c5f1d7e7cf574f61 *tests/testthat/_snaps/ggplot-text/text-colour.svg
26f4cf849b41b2f76e00f527c8094b70 *tests/testthat/_snaps/ggplot-text/text.svg
a8efb8e0a9f85b416a2909a680b8c798 *tests/testthat/_snaps/ggplot-theme/theme-background.svg
5bc12971e7c71121a6e23a18ec2d1c18 *tests/testthat/_snaps/ggplot-theme/theme-marker-default.svg
3c889fe3faab999a3fa8e26b6a6a7769 *tests/testthat/_snaps/ggplot-theme/theme-panel-border-1.svg
e836d1e509043c15b3df8546ced647f8 *tests/testthat/_snaps/ggplot-theme/theme-panel-border-2.svg
07e8ded7fe0ed5bf1adf0be6f95ba235 *tests/testthat/_snaps/ggplot-theme/theme-ticks-and-grids.svg
3c889fe3faab999a3fa8e26b6a6a7769 *tests/testthat/_snaps/ggplot-theme/theme-ticks-default.svg
3c889fe3faab999a3fa8e26b6a6a7769 *tests/testthat/_snaps/ggplot-theme/theme-zeroline-default.svg
24616f09c25bef3fbbc97628aad08c2a *tests/testthat/_snaps/ggplot-ticks/continuous-x-missing.svg
c2137480db054ae5eef02a4785e86034 *tests/testthat/_snaps/ggplot-ticks/ticks-boxes-facet-grid.svg
221458a43b0559209ac4b5cffc430ff1 *tests/testthat/_snaps/ggplot-ticks/ticks-boxes-scales-free.svg
221458a43b0559209ac4b5cffc430ff1 *tests/testthat/_snaps/ggplot-ticks/ticks-boxes-space-free.svg
ad63ae62f1412d6c0a35ab164a4eea54 *tests/testthat/_snaps/ggplot-ticks/ticks-boxes.svg
9bab0a8c00fd1097763321bdc57a6e84 *tests/testthat/_snaps/ggplot-ticks/ticks-breaks-less.svg
d412b782b192d353f25f63950f39f580 *tests/testthat/_snaps/ggplot-ticks/ticks-breaks-more.svg
d412b782b192d353f25f63950f39f580 *tests/testthat/_snaps/ggplot-ticks/ticks-breaks-nochange.svg
cfbcc84690827cd794084c34c6482d38 *tests/testthat/_snaps/ggplot-ticks/ticks-evenly-spaced-ticks.svg
2fd046f5be6b502e5fe42faa1caa2936 *tests/testthat/_snaps/ggplot-ticks/ticks-flip-grid-free.svg
e8726cfa25c861db407cfe715191bf26 *tests/testthat/_snaps/ggplot-ticks/ticks-flip-grid.svg
1c421930aa7d9312a9afe1a31cfd2ad9 *tests/testthat/_snaps/ggplot-ticks/ticks-flip.svg
f5c640e50e6f31b9ee3d5b9352006dc5 *tests/testthat/_snaps/ggplot-ticks/ticks-hide-ticks-labels.svg
67cff6edeedc9fa0c7653d69502e8bcb *tests/testthat/_snaps/ggplot-ticks/ticks-hide-ticks-lines-labels.svg
456e53cb29259693dacbe4c796653699 *tests/testthat/_snaps/ggplot-ticks/ticks-limits-gap.svg
72a0d7455066c5a8103dd1cd83b9e2ef *tests/testthat/_snaps/ggplot-ticks/ticks-limits-hide.svg
f502b9c8a1967ba2ac1f68709f4499b7 *tests/testthat/_snaps/ggplot-ticks/ticks-line-breaks.svg
dee1e0598c4581ac42e51cf11c0d02b0 *tests/testthat/_snaps/ggplot-ticks/ticks-scale-labels.svg
02e4055596bc3f254346eecb99569105 *tests/testthat/_snaps/ggplot-ticks/ticks-uneven.svg
d97b9eab13cd0e7a2bc4151c71f068bd *tests/testthat/_snaps/ggplot-ticks/ticks-ycontinuous-ranges.svg
d97b9eab13cd0e7a2bc4151c71f068bd *tests/testthat/_snaps/ggplot-ticks/ticks-ylim-ranges.svg
499fde5ba0cea242a0ee55ecf851bb59 *tests/testthat/_snaps/ggplot-ticks/ticks-ylim-reversed-ranges.svg
c4bf1f2a7fb44b81661b0b0ded9e8f09 *tests/testthat/_snaps/ggplot-ticks/ticks-yreverse-limits-ranges.svg
8908f89e3f902ce83606a0ec93f108bd *tests/testthat/_snaps/ggplot-ticks/ticks-yreverse-ranges.svg
79c60f6d5cf919250293e4de7a73cb82 *tests/testthat/_snaps/ggplot-tooltip/group-lines-hovertext.svg
a169c51b20daff1e33c2566c1fc825b8 *tests/testthat/_snaps/ggplot-tooltip/heatmap-discrete-tooltip.svg
79c60f6d5cf919250293e4de7a73cb82 *tests/testthat/_snaps/ggplot-tooltip/hovertext-display.svg
8831262756c75742b12062e302b71a0b *tests/testthat/_snaps/ggplot-tooltip/tooltip-date.svg
8831dd10db7c833dceb35a334ae8879d *tests/testthat/_snaps/ggplot-tooltip/tooltip-datetime.svg
f7b3a00d4a78bf61ec1bb3a819aa101c *tests/testthat/_snaps/ggplot-violin/violin-aes.svg
13cefb16643d3e21d74470480a93fff4 *tests/testthat/_snaps/ggplot-violin/violin.svg
26f1c3d2074ef002b630b42b080f1959 *tests/testthat/_snaps/ggplot-vline/vline-multiple.svg
5c5904cc897776f4351dab3786214586 *tests/testthat/_snaps/ggplot-vline/vline.svg
22ea35c90ff4374c8ae1a4ce8cc348a5 *tests/testthat/_snaps/ggplot-ylim/ylim-one-trace.svg
fb8ffdf3461f90a34c0d9c44f9d0f2ff *tests/testthat/_snaps/ggridges/basic-ridgeline.svg
a6761a4e19cc84bfb970aec027d4a27f *tests/testthat/_snaps/ggridges/cutting-tails.svg
4445104de44f521c00e47032065a5409 *tests/testthat/_snaps/ggridges/density-ridgeline.svg
43a52e59f0f991f4b14b2f402fe16578 *tests/testthat/_snaps/ggridges/density-ridgeline2.svg
253333d2a6f5d1d97867350593e12db4 *tests/testthat/_snaps/ggridges/histogram-ridges.svg
618130b7e6d5444428bcb49c70c92c1c *tests/testthat/_snaps/ggridges/jittering-points.svg
46a9ed6cd6c0e087275325825996d3e2 *tests/testthat/_snaps/ggridges/manual-densities-stat-identity.svg
0e7e2650d4aed0b77a0df74b27f86cda *tests/testthat/_snaps/ggridges/multiple-ridgelines.svg
6704f3ad00b6a074be7e1d64b1ba7c42 *tests/testthat/_snaps/ggridges/negative-height-cut.svg
55dee24dfb21de8a4e918eee7a0558da *tests/testthat/_snaps/ggridges/negative-height-retained.svg
d15fca182d71568fbffca4e8e984524e *tests/testthat/_snaps/ggridges/numeric-grouping.svg
e6a5ba38fd98a21f9dba4c6eaf7d5372 *tests/testthat/_snaps/ggridges/overlapping-facet-touching.svg
6cdfad1ff31b89e5629a7d10e9beff5b *tests/testthat/_snaps/ggridges/overlapping-lot.svg
2604e69f9136d66018f085620eea7128 *tests/testthat/_snaps/ggridges/overlapping-none.svg
f948390354f07cd3d1e8cb02bf4a92f3 *tests/testthat/_snaps/ggridges/overlapping-touching.svg
8354cb79092e573d2dea4ac3b0f2b526 *tests/testthat/_snaps/ggridges/quantile-colouring-tails-only.svg
5cb41864b511265defecbb7e12cce9eb *tests/testthat/_snaps/ggridges/quantile-colouring.svg
14f0f487c938849ff6fcec53b9cec4e2 *tests/testthat/_snaps/ggridges/quantile-cut-points.svg
899993e25c0428782ef2d260a82b2a2b *tests/testthat/_snaps/ggridges/quantile-lines-1.svg
70f6d6f2b3d016f037c0627948502028 *tests/testthat/_snaps/ggridges/quantile-lines-multi.svg
94dbb84e0dc21034ab277fa5390c1668 *tests/testthat/_snaps/ggridges/raincloud-effect.svg
e851dcef1e265e1c56f2c52f5eac2abb *tests/testthat/_snaps/ggridges/raincloud-vertical-line-points.svg
e7886fc39f77a0a45321b89eef1a191a *tests/testthat/_snaps/ggridges/stat-density.svg
e388d726c85044edd3d284df7dc1d892 *tests/testthat/_snaps/ggridges/stat-identity.svg
24ed440c94ccdebd0e85a0410e0517be *tests/testthat/_snaps/ggridges/styling-points.svg
4847bdf7f5f9935b4d85887a0bd731f0 *tests/testthat/_snaps/ggridges/styling-points2.svg
3506b8ebb6aec022f004be2f26f31fc1 *tests/testthat/_snaps/ggridges/varying-fill-colours.svg
8970ef81e3c488f3b9e0c500d11423fb *tests/testthat/_snaps/icicle/uniformtext-icicle.svg
c743d7cac647838406fc15be64a63a9c *tests/testthat/_snaps/mean-error-bars/error-rect-alpha.svg
ffa6051ad5c6af74d549fbaff6cf0f56 *tests/testthat/_snaps/mean-error-bars/error-simple-line-point-crazy.svg
9d4599c13403b0c3e4b83c08d6365577 *tests/testthat/_snaps/mean-error-bars/error-simple-line-point.svg
8ed23553aff4dff7b9adc5042f697ec6 *tests/testthat/_snaps/mean-error-bars/error-simple-line.svg
766a1e2863cfb0d3c53174e4789d139e *tests/testthat/_snaps/mean-error-bars/error-simple.svg
e4474dba2b076bf7c24f82687a8ccba3 *tests/testthat/_snaps/plotly-area/add-area.svg
708b0ecf3abdb8d446f352520cf3290f *tests/testthat/_snaps/plotly-color/plotly-color-bar-color-factor-custom.svg
f71df85513831223cdfe6b5ea5d37279 *tests/testthat/_snaps/plotly-color/plotly-color-box-color-stroke.svg
f4edea80f44f74238bb4b71ec24b799f *tests/testthat/_snaps/plotly-color/plotly-color-color-manual.svg
d567177ef931b57c7fe1fc38b912fd71 *tests/testthat/_snaps/plotly-color/plotly-color-scatterplot-color-factor-custom.svg
d567177ef931b57c7fe1fc38b912fd71 *tests/testthat/_snaps/plotly-color/plotly-color-scatterplot-color-factor-custom2.svg
0404c6da4fe4faae5d4552bbcf23ffcc *tests/testthat/_snaps/plotly-color/plotly-color-scatterplot-color-factor.svg
af5e75cfe37886f6e5bf3cf0886a2348 *tests/testthat/_snaps/plotly-color/plotly-color-scatterplot-color-numeric-custom.svg
7b86d3ee8d7f2f3e1b4554c495a00663 *tests/testthat/_snaps/plotly-color/plotly-color-scatterplot-color-numeric.svg
5fb25a4514d9ef2bf1974778baea0cec *tests/testthat/_snaps/plotly-color/plotly-color-scatterplot-scatter3d-axes.svg
9e5d5d056b81fe7253d1a1cd5afa96e9 *tests/testthat/_snaps/plotly-colorbar/plotly-colorbar-expand.svg
ab49488c8d66c1b764ecec5780db90cc *tests/testthat/_snaps/plotly-colorbar/plotly-colorbar-restrict.svg
e8708ff860fe5228db82985b848e3881 *tests/testthat/_snaps/plotly-colorbar/plotly-colorbar-z-expand.svg
092f19212aa43e61ecdebb50a256e336 *tests/testthat/_snaps/plotly-colorbar/plotly-colorbar-z-restrict.svg
f5ad8f65c20f253d73efc217116fbd2a *tests/testthat/_snaps/plotly-colorbar/plotly-colorbar.svg
ab348d3ecd672d3a9db09dcafdafb1c6 *tests/testthat/_snaps/plotly-colorscale/colorramp.svg
6e2387629585c4a19ff3523dc60f9296 *tests/testthat/_snaps/plotly-colorscale/contour-alpha.svg
6dd516857728f810e0841e5cc560bbba *tests/testthat/_snaps/plotly-colorscale/contour-colorscale.svg
3da785be70f9edea14cf6b157c935137 *tests/testthat/_snaps/plotly-colorscale/marker-colorscale.svg
ef134bd2c8fa47aa2afa88faf6dabbea *tests/testthat/_snaps/plotly-colorscale/test-df.svg
b85cf1c09c511e4b866bde9e68372920 *tests/testthat/_snaps/plotly-colorscale/test-list-2.svg
b85cf1c09c511e4b866bde9e68372920 *tests/testthat/_snaps/plotly-colorscale/test-list-3.svg
ef134bd2c8fa47aa2afa88faf6dabbea *tests/testthat/_snaps/plotly-colorscale/test-list.svg
ef134bd2c8fa47aa2afa88faf6dabbea *tests/testthat/_snaps/plotly-colorscale/test-matrix.svg
acde1f6e4dc82b4063eaabedb2cd83fe *tests/testthat/_snaps/plotly-group/plotly-nas-connect.svg
a7fd972c2dec8be626108f38d39e9564 *tests/testthat/_snaps/plotly-group/plotly-nas-within-color.svg
696ff3d9fc53877cfc944bba34b9360e *tests/testthat/_snaps/plotly-group/plotly-nas-within-color2.svg
7a150ddcdb5b60fc15b1dcdd5cc9289b *tests/testthat/_snaps/plotly-group/plotly-nas-within-group.svg
c74aaf8e53b0a826a731c29a66b97190 *tests/testthat/_snaps/plotly-group/plotly-nas.svg
a0ceab4414346a201fc9df3e1c871727 *tests/testthat/_snaps/plotly-group/plotly-no-nas-for-irrelevant-group.svg
3bc210025dcde32e469bac4b2dade2e4 *tests/testthat/_snaps/plotly-group/simple-scatter-marker-color-group.svg
bb73c225f389e3c3fe62dde0fe878e39 *tests/testthat/_snaps/plotly-image-trace/colormodel.svg
10e8847a9830fdec7e350033caad1162 *tests/testthat/_snaps/plotly-image-trace/raster-basic.svg
c1ce9140863618dacb83f7a426bf72f0 *tests/testthat/_snaps/plotly-linetype/plotly-linetype-alphabetical.svg
72ca0a3c2471d3d39ed67887af46535e *tests/testthat/_snaps/plotly-linetype/plotly-linetype-linetype.svg
1dcf55afc5c31be842488447e037028b *tests/testthat/_snaps/plotly-linetype/plotly-linetype-linetype2.svg
42a4598e901e6732e9300c1f12d07220 *tests/testthat/_snaps/plotly-linetype/plotly-linetype-linetype3.svg
a43a3d5b690aa6f33050263f914287b8 *tests/testthat/_snaps/plotly-linetype/plotly-linetype-manual.svg
579bcc0f20e479a930578c068ddbab72 *tests/testthat/_snaps/plotly-linetype/plotly-linetype-ordering.svg
6a7b141927ed50199266eced5028fccf *tests/testthat/_snaps/plotly-size/marker-size.svg
ba23c476258250ba27a35dc330970c75 *tests/testthat/_snaps/plotly-size/sizemode.svg
c6f56570faf1a712cc5540c045f34051 *tests/testthat/_snaps/plotly-subplot/ggally-ggcorr.svg
f842401e8f67b9de0a25c1d8c9316ef5 *tests/testthat/_snaps/plotly-subplot/plotly-subplot-geo-cartesian.svg
1764c4c7204c16243b6a71bed7da4a71 *tests/testthat/_snaps/plotly-subplot/plotly-subplot-ggmatrix.svg
8cad617bfd2268a26f5d018af3e012de *tests/testthat/_snaps/plotly-subplot/plotly-subplot-group.svg
ebaf996be8000ab6ebb979712ff23011 *tests/testthat/_snaps/plotly-subplot/plotly-subplot-plot-list.svg
f457ae88859fad2ccd34dbe174e9cae7 *tests/testthat/_snaps/plotly-subplot/plotly-subplot-recursive.svg
636d724c19e62ea272040ec2c37744b8 *tests/testthat/_snaps/plotly-subplot/plotly-subplot-shareboth.svg
44809354048d52b21c21e73d6e5e58ff *tests/testthat/_snaps/plotly-subplot/plotly-subplot-sharex.svg
438d3104450da5d033de6641d9289505 *tests/testthat/_snaps/plotly-subplot/plotly-subplot-sharey.svg
ae477dea5d2e80c246b9d9cdbbb1b245 *tests/testthat/_snaps/plotly-subplot/plotly-subplot-simple.svg
875778aba27134103b6d639f27f32c50 *tests/testthat/_snaps/plotly-subplot/plotly-subplot-simple2.svg
9a1174b5543198c55de527b956ba79b4 *tests/testthat/_snaps/plotly-subplot/plotly-subplot-subplot-legendgroup.svg
a1c569d426a01409767b02598ad02f9e *tests/testthat/_snaps/plotly-subplot/plotly-subplot-width-height.svg
ed8a5e47da40951bb08a9ba339a4b773 *tests/testthat/_snaps/plotly-subplot/subplot-bump-axis-annotation-shared.svg
0b7e352652b900ce9b93e0dc4e5cab2b *tests/testthat/_snaps/plotly-subplot/subplot-bump-axis-annotation-traces-shared.svg
78e020c85dd6d9bc79a1276ac8718b62 *tests/testthat/_snaps/plotly-subplot/subplot-bump-axis-annotation-traces.svg
299ed14c3abb59445fa572959538a045 *tests/testthat/_snaps/plotly-subplot/subplot-bump-axis-annotation.svg
9c2765b905cf9695fd50d417577ac8ba *tests/testthat/_snaps/plotly-subplot/subplot-bump-axis-image.svg
87b3a510297b676b9089996f634f997b *tests/testthat/_snaps/plotly-subplot/subplot-bump-axis-shape-shared.svg
c89dd53fb8864843b254c8f3bbd26c85 *tests/testthat/_snaps/plotly-subplot/subplot-bump-axis-shape.svg
be5b944032c49e53038772e956d5e6be *tests/testthat/_snaps/plotly-subplot/subplot-reposition-annotation.svg
ab69d7a188f8862cbd978dbc7837d6df *tests/testthat/_snaps/plotly-subplot/subplot-reposition-image.svg
0f0d164a5f3c9dd6ab237395216df372 *tests/testthat/_snaps/plotly-subplot/subplot-reposition-shape-fixed.svg
273b3b7fa9576e019b9c044392b55c65 *tests/testthat/_snaps/plotly-subplot/subplot-reposition-shape.svg
fa537936d67c5276ca22b5ac52ce0fd3 *tests/testthat/_snaps/plotly-sunburst/sunburst.svg
5962bc0edabcd31a5ea8002194514857 *tests/testthat/_snaps/plotly-symbol/plotly-symbol-alphabetical.svg
cc9a73406370179c9fa2c297c3d49295 *tests/testthat/_snaps/plotly-symbol/plotly-symbol-logical.svg
50ef84982cc052e24faeac10db41e636 *tests/testthat/_snaps/plotly-symbol/plotly-symbol-ordering.svg
41b14e152960b866cde6e843fc1dd326 *tests/testthat/_snaps/plotly-symbol/plotly-symbol-pch.svg
636b69d201a9f749da159a79c2503156 *tests/testthat/_snaps/plotly-symbol/plotly-symbol-scatterplot-symbol.svg
2cde8524425cd764b28db860b4b4db8e *tests/testthat/_snaps/plotly-symbol/plotly-symbol-scatterplot-symbol2.svg
4acfd6afd4504f8883d48b6bdea22b6e *tests/testthat/_snaps/plotly-symbol/plotly-symbol-symbol-manual.svg
9ec0517570e28091928e9ce8bbe83cca *tests/testthat/_snaps/plotly-treemaps/advanced.svg
2e0fe66bf6c9a921f533331cbf9ea8ea *tests/testthat/_snaps/plotly-treemaps/basic.svg
da1db3d7a5b5e08fc9362ad6c0e76e73 *tests/testthat/_snaps/plotly-waterfall/waterfall-simple.svg
8c931e7b971c46fae42e2e83dd54473a *tests/testthat/_snaps/plotly/errorbar-width.svg
a221f6af0b4a0f4d420dbcb20175feb5 *tests/testthat/_snaps/plotly/layout-grid.svg
6d901aeae5dfa2d348df5d14db9efc64 *tests/testthat/_snaps/plotly/plotly-alpha-blending.svg
3d44efe32af3c31fb1127428ff67d9eb *tests/testthat/_snaps/plotly/plotly-alpha-no-color.svg
3083a3514282fe66ba7f4e892b3a0fca *tests/testthat/_snaps/plotly/plotly-bar-inference.svg
f5d39d21c16b36e6083e42019ba3f796 *tests/testthat/_snaps/plotly/plotly-box-data-array.svg
8ea4f5c6f48af894aa802b4d64be75b0 *tests/testthat/_snaps/plotly/plotly-character-axis.svg
da7248b06283234eafe0e5527435e5bc *tests/testthat/_snaps/plotly/plotly-factor-axis.svg
6b93aca9982ca5e3f5ca49e5fecec1a9 *tests/testthat/_snaps/plotly/plotly-group-within-trace.svg
f4d1806e1e145508cfb414d7e3c942f5 *tests/testthat/_snaps/plotly/plotly-histogram-vert.svg
09bdcb23421eb2d2464eff3447ac951b *tests/testthat/_snaps/plotly/plotly-histogram.svg
2a38cf4a4b2b197d50550de7227ece90 *tests/testthat/_snaps/plotly/plotly-inherit-false.svg
f2d354bc1366378b5ef8096401909923 *tests/testthat/_snaps/plotly/plotly-scatterplot.svg
834006f33148a6afdfaedc3a1e415574 *tests/testthat/_snaps/plotly/plotly-time-series-summary.svg
a3fd0f1e723324137cedaab9fe6906de *tests/testthat/_snaps/ticktext-linebreaks/ticktext-linebreaks-no-linebreaks.svg
897e2c817e3a37d70f5e53c51b006038 *tests/testthat/_snaps/ticktext-linebreaks/ticktext-linebreaks-one-cat.svg
8a66b76b1d2d3fc773d0c456492580ff *tests/testthat/_snaps/ticktext-linebreaks/ticktext-linebreaks.svg
bca294f012d01e0dda14ff7a708f6c13 *tests/testthat/helper-skip.R
c1e7c7ea898d8830f7a1e09dc583a25e *tests/testthat/helper-vdiffr.R
f7e7348748acdfd3ade4f12184975f29 *tests/testthat/test-animate-highlight.R
6aa2867b1eea8fc08dc48fcc0248e9fd *tests/testthat/test-api.R
623cbaba8b8067b5f02d41cd9d5813a4 *tests/testthat/test-cookbook-axes.R
8e1a50254be995efd742297eac356c49 *tests/testthat/test-cookbook-lines.R
38b8269385cfc37fa881654be53769f7 *tests/testthat/test-cookbook-scatterplots.R
90f55693061eabe2464c772f02902bdc *tests/testthat/test-facet-axis.R
abecbc05d770836aa1d2ad0614b7797e *tests/testthat/test-geom-errorbar-flipped-aes.R
3c5fb1cc4779ec150cad03beefd2a94e *tests/testthat/test-geom-errorbar-issue-1751.R
569fccef1e00f89654a5082163f785cd *tests/testthat/test-ggalluvial.R
0262eb88ee982d6bb6e5a4116c6b7f86 *tests/testthat/test-ggplot-abline.R
cc3b378b29a0611173c02c6c61d142f4 *tests/testthat/test-ggplot-annotation_.R
5b09ba0b3514dc12d34711d2cfb6764a *tests/testthat/test-ggplot-area.R
241c7cd26c12a860b1dcfcca602643ec *tests/testthat/test-ggplot-bar.R
0a9be506e12604608b5bc206fdd079e7 *tests/testthat/test-ggplot-blank.R
6d994b04e9abc171f7b0a14137d6936e *tests/testthat/test-ggplot-boxplot.R
d60517d781325efb1ff72aba7e4ea3bf *tests/testthat/test-ggplot-col.R
101daa276ca8efcd3b84d6115ff6a85b *tests/testthat/test-ggplot-color.R
f2d0b0c2ba8048a3aac88e8ea99b9c84 *tests/testthat/test-ggplot-contour.R
98e274fd66bf00c37005f59f8ddc9c0a *tests/testthat/test-ggplot-coord-fixed.R
34e954e227bfc851569957d221d9a779 *tests/testthat/test-ggplot-crossbar.R
6bb74e2127612209e1d8ddc9da3d07b1 *tests/testthat/test-ggplot-date.R
488cd43c7cc282b102dd37504eae47d2 *tests/testthat/test-ggplot-density.R
1c7153c05f52829a2a4e14fa2b0cdca1 *tests/testthat/test-ggplot-density2d.R
b7c4def3e71a7e50ade38a8f48014a4d *tests/testthat/test-ggplot-device.R
d185dda16bb18b452cfa064229d5374b *tests/testthat/test-ggplot-dynamicTicks.R
d6a79bf99578e45c2653e9d0d4bc083a *tests/testthat/test-ggplot-errorbar-horizontal.R
652eeb9b33d3b14e2ef8b70a5c417d07 *tests/testthat/test-ggplot-errorbar.R
3cf8b6ce9ccbfcfa8154552acf616beb *tests/testthat/test-ggplot-facets.R
c90b52b7ce15c090957db17d35a97657 *tests/testthat/test-ggplot-function.R
01138315b322f138d0b6275198fe63bd *tests/testthat/test-ggplot-ggplotly.R
6c4b9d7f9df12db458f69bc286cac093 *tests/testthat/test-ggplot-heatmap.R
8ce1f5b04c9c2891b82d665fe8d2cf9c *tests/testthat/test-ggplot-hex.R
3c6244f1bd268e223d8cb58b0b1f9e9b *tests/testthat/test-ggplot-histogram.R
2fd7617a4d61486939cb353247cdf38f *tests/testthat/test-ggplot-hline.R
929616bd4fd7dcbe7e50f7c4ae8054dc *tests/testthat/test-ggplot-jitter.R
fb19aad721cfbb09ba00fd64c8c6dad1 *tests/testthat/test-ggplot-labels.R
111a8aac2f56b58aeb28e702f281ac96 *tests/testthat/test-ggplot-legend.R
7adff9832e5c936a2c3ee27ec8ede559 *tests/testthat/test-ggplot-lines.R
f6e188dd5260f2564da9a47836550509 *tests/testthat/test-ggplot-map.R
34c9e551c88adfee8db035340c697dc7 *tests/testthat/test-ggplot-path.R
037b29acdcbc8524cfa65170e2f4d7cc *tests/testthat/test-ggplot-point.R
902e26148c85b5dfddfb6488bd5bacc7 *tests/testthat/test-ggplot-polygons.R
aa8c892d48f60c3283e3578f2eb40e54 *tests/testthat/test-ggplot-quantile.R
15da25fffe57b8d87be365edaa5f9b69 *tests/testthat/test-ggplot-rect.R
b9736781eed019df2d7b284a08fc939d *tests/testthat/test-ggplot-resize.R
b91d08e023f3b0c7eb971875083e6b35 *tests/testthat/test-ggplot-ribbon.R
ae9a33b01a074df63d8c701b5712f16f *tests/testthat/test-ggplot-rug.R
a5a881d349792b1c37dadd638f3e1fe6 *tests/testthat/test-ggplot-segment.R
643fe74893ca414c37a7c6bf2bbde8b4 *tests/testthat/test-ggplot-sf.R
c0488f94dd66bea8ffa557c749fcff86 *tests/testthat/test-ggplot-size.R
f3ee0a44900fee835d9a79a612924fb0 *tests/testthat/test-ggplot-smooth.R
b0219bda54521568cd771a335554c729 *tests/testthat/test-ggplot-spoke.R
2a04cfdc061bb20a216317d2ee2e7a64 *tests/testthat/test-ggplot-step.R
75d9ee3350062b0b639857395a2c9102 *tests/testthat/test-ggplot-summary.R
489a9527dfdcd1c5c2a509fe76c40f12 *tests/testthat/test-ggplot-text.R
be8e37ce88f5694bc16aeab00cc2b8cb *tests/testthat/test-ggplot-theme.R
e1fe557f23ce0bb9bde3b6b53f32e1d8 *tests/testthat/test-ggplot-ticks.R
b422be153daf4b0d5625533da36b5785 *tests/testthat/test-ggplot-tooltip.R
9acc0498943cf8e6287c8677248e4c17 *tests/testthat/test-ggplot-violin.R
c306d3211171b4700d9c95fc27a8447e *tests/testthat/test-ggplot-vline.R
66f995b421aabb6a45c5ea7a44b184b0 *tests/testthat/test-ggplot-warnings.R
3d789fd24d2fdafe4e3f465ae5636056 *tests/testthat/test-ggplot-ylim.R
8c57b8962c49e6eefc87d2560230cd44 *tests/testthat/test-ggridges.R
f09c8fb4d161da9449dc43740e4ef3ec *tests/testthat/test-group2NA.R
98db69e9fc4c02a648287122ab86af32 *tests/testthat/test-icicle.R
61d5f9655632aa14f4ec7247ae3e9eb5 *tests/testthat/test-kaleido.R
5ac81f6c9ce875ed039233ad3a26146d *tests/testthat/test-mean-error-bars.R
f0b3e6933cf9d61789b48cc4bea3f902 *tests/testthat/test-plotly-area.R
7da62c8ba27db7ace2adcaa9f4324489 *tests/testthat/test-plotly-color.R
a4b6e615e0526b4a255fc8b690140afd *tests/testthat/test-plotly-colorbar.R
fe3255fc8b847bd144dd44055104786c *tests/testthat/test-plotly-colorscale.R
3163b66068ef6d7c505bcac04f5eaf2d *tests/testthat/test-plotly-customdata.R
2facb2bfc47d527e42736c6d3a820346 *tests/testthat/test-plotly-data.R
f8a0e0e90ecd46af2eab7c66c97f9db0 *tests/testthat/test-plotly-group.R
34871a356110fcdda508fdbc058f6f01 *tests/testthat/test-plotly-image-trace.R
1eacaf9eb20a8ddfad74005abfc72c5b *tests/testthat/test-plotly-internals.R
fcbc04044b9816744eba2df6b282e2ad *tests/testthat/test-plotly-isosurface.R
08d5c5254d3354d8b7fb8ea3d7b4c1a0 *tests/testthat/test-plotly-linetype.R
17d6670e5e8f424fd2163e7e1d700b40 *tests/testthat/test-plotly-name.R
6263f0f32f7dcb2f222aecc92471f8a6 *tests/testthat/test-plotly-partial-bundles.R
1187e66cc955d63a1901d4d79ada36db *tests/testthat/test-plotly-pie.R
1716174dabd7efb3bba2934fc0cd2754 *tests/testthat/test-plotly-sf.R
2b97edc0e4aa28896bbf99b002d96b29 *tests/testthat/test-plotly-shiny.R
6badeb7a98a012d24b46858bf76f02d8 *tests/testthat/test-plotly-size.R
882153e392d3d8d1970ade94799a36fa *tests/testthat/test-plotly-splom.R
b0716aa20e7f94c92cda467382a3cd91 *tests/testthat/test-plotly-subplot.R
7b0d6e17d1b3487ba9f3e6fc9a146b39 *tests/testthat/test-plotly-sunburst.R
98144f53d29edd41dc466e796e2e3d89 *tests/testthat/test-plotly-symbol.R
629fe416b3e29be858433a3f7cafcbae *tests/testthat/test-plotly-treemaps.R
94f4fcddfae3a3b7e3941d981c1224f5 *tests/testthat/test-plotly-waterfall.R
f2abf4641ab3111bdbcc2a94d6762e05 *tests/testthat/test-plotly.R
716b4782477715e3fc864cacecedfc18 *tests/testthat/test-rotated-ticks.R
8abd5cbacf9864a8d4932f19b1817a9f *tests/testthat/test-style.R
54f2ce09257247675b6348a0d9a54b40 *tests/testthat/test-ticktext-linebreaks.R
1265e0bce8a49d42b8db602b9b4aa2f3 *tests/testthat/test-toRGB.R
f46cff9666e8d4cb72601460d040068b *tools/patches/001-revert-ie-fallbacks.patch
ca400fc7421de2eb278129964c12e773 *tools/update_plotlyjs.R