diff --git a/DESCRIPTION b/DESCRIPTION index 3a3f266..6919729 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -53,6 +53,6 @@ VignetteBuilder: knitr License: GPL-3 | file LICENSE URL: https://ggrepel.slowkow.com/, https://github.com/slowkow/ggrepel BugReports: https://github.com/slowkow/ggrepel/issues -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 LinkingTo: Rcpp Encoding: UTF-8 diff --git a/docs/404.html b/docs/404.html index 67b074e..ee669b5 100644 --- a/docs/404.html +++ b/docs/404.html @@ -13,8 +13,8 @@ - - + + @@ -42,7 +42,7 @@ ggrepel - 0.9.5 + 0.9.6 diff --git a/docs/ISSUE_TEMPLATE.html b/docs/ISSUE_TEMPLATE.html index 737a444..ac86ada 100644 --- a/docs/ISSUE_TEMPLATE.html +++ b/docs/ISSUE_TEMPLATE.html @@ -1,5 +1,5 @@ -NA • ggrepelNA • ggrepelLicense • ggrepel - - + + @@ -44,7 +44,7 @@ ggrepel - 0.9.5 + 0.9.6 @@ -100,7 +100,7 @@ Release notes Kamil Slowikowski - 2024-01-10 + 2024-09-07 Source: vignettes/examples.Rmd examples.Rmd @@ -1220,7 +1220,7 @@ Verbose timing information size = 3 ) -## 1.00s elapsed for 153860 iterations, 4 overlaps. Consider increasing 'max.time'. +## 1.00s elapsed for 154910 iterations, 2 overlaps. Consider increasing 'max.time'. Word cloud @@ -1283,9 +1283,30 @@ Polar coordinates -Unicode characters (Japanese) +Modified coordinates +ggrepel works with modified x and y coordinates: +p <- ggplot(mtcars, aes(wt, mpg, label = rownames(mtcars))) + + geom_text_repel() + + geom_point(color = 'red') + +# Swap the x and y coordinates +p + coord_flip() + + +# Limit the x-axis to values <= 3 +p + scale_x_continuous(limits = c(NA, 3)) + + +# Transform the y-axis with a pseudo log transformation +p + coord_trans(y = scales::pseudo_log_trans(base = 2, sigma = 0.1)) + + + +Unicode characters (Japanese) + + library(ggrepel) set.seed(42) @@ -1311,7 +1332,7 @@ Unicode characters (Japanese) Mathematical expressions - + d <- data.frame( x = c(1, 2, 2, 1.75, 1.25), y = c(1, 3, 1, 2.65, 1.25), @@ -1336,7 +1357,7 @@ Mathematical expressions Animation - + # This chunk of code will take a minute or two to run. library(ggrepel) library(animation) @@ -1379,7 +1400,7 @@ Source code R Session Info - + sessionInfo() ## R version 4.2.3 (2023-03-15) ## Platform: aarch64-apple-darwin20 (64-bit) @@ -1396,26 +1417,26 @@ R Session Info## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] patchwork_1.1.2 ggpp_0.5.5 sf_1.0-12 ggbeeswarm_0.7.2 -## [5] ggrepel_0.9.5 ggplot2_3.4.4 gridExtra_2.3 knitr_1.43 +## [1] sf_1.0-12 patchwork_1.2.0 ggpp_0.5.5 ggbeeswarm_0.7.2 +## [5] ggrepel_0.9.6 ggplot2_3.5.1 gridExtra_2.3 knitr_1.47 ## ## loaded via a namespace (and not attached): -## [1] Rcpp_1.0.11 lubridate_1.9.2 class_7.3-21 rprojroot_2.0.3 -## [5] digest_0.6.31 utf8_1.2.4 R6_2.5.1 evaluate_0.21 -## [9] e1071_1.7-13 highr_0.10 pillar_1.9.0 rlang_1.1.2 -## [13] jquerylib_0.1.4 rmarkdown_2.23 pkgdown_2.0.7 textshaping_0.3.6 -## [17] desc_1.4.2 labeling_0.4.3 polynom_1.4-1 stringr_1.5.0 -## [21] munsell_0.5.0 proxy_0.4-27 compiler_4.2.3 vipor_0.4.5 -## [25] xfun_0.39 pkgconfig_2.0.3 systemfonts_1.0.4 htmltools_0.5.5 -## [29] tidyselect_1.2.0 tibble_3.2.1 codetools_0.2-19 fansi_1.0.5 -## [33] dplyr_1.1.2 withr_2.5.2 MASS_7.3-58.2 grid_4.2.3 -## [37] jsonlite_1.8.7 gtable_0.3.4 lifecycle_1.0.4 DBI_1.1.3 -## [41] magrittr_2.0.3 units_0.8-2 scales_1.3.0 KernSmooth_2.23-20 -## [45] cli_3.6.1 stringi_1.7.12 cachem_1.0.8 farver_2.1.1 -## [49] fs_1.6.2 bslib_0.5.0 ragg_1.2.5 generics_0.1.3 -## [53] vctrs_0.6.5 tools_4.2.3 glue_1.6.2 beeswarm_0.4.0 -## [57] purrr_1.0.1 fastmap_1.1.1 yaml_2.3.7 timechange_0.2.0 -## [61] colorspace_2.1-0 classInt_0.4-9 memoise_2.0.1 sass_0.4.6 +## [1] beeswarm_0.4.0 tidyselect_1.2.1 xfun_0.44 bslib_0.7.0 +## [5] purrr_1.0.2 colorspace_2.1-0 vctrs_0.6.5 generics_0.1.3 +## [9] htmltools_0.5.8.1 yaml_2.3.8 utf8_1.2.4 rlang_1.1.3 +## [13] e1071_1.7-13 pkgdown_2.0.7 jquerylib_0.1.4 pillar_1.9.0 +## [17] glue_1.7.0 withr_3.0.0 DBI_1.2.3 lifecycle_1.0.4 +## [21] munsell_0.5.0 gtable_0.3.4 ragg_1.2.5 codetools_0.2-19 +## [25] memoise_2.0.1 evaluate_0.23 labeling_0.4.3 fastmap_1.2.0 +## [29] vipor_0.4.5 class_7.3-21 fansi_1.0.6 highr_0.11 +## [33] Rcpp_1.0.11 KernSmooth_2.23-20 polynom_1.4-1 scales_1.3.0.9000 +## [37] classInt_0.4-9 cachem_1.1.0 desc_1.4.3 jsonlite_1.8.8 +## [41] farver_2.1.1 systemfonts_1.0.4 fs_1.6.4 textshaping_0.3.6 +## [45] digest_0.6.35 dplyr_1.1.4 grid_4.2.3 cli_3.6.2 +## [49] tools_4.2.3 magrittr_2.0.3 sass_0.4.9 proxy_0.4-27 +## [53] tibble_3.2.1 pkgconfig_2.0.3 MASS_7.3-58.2 timechange_0.2.0 +## [57] lubridate_1.9.3 rmarkdown_2.27 R6_2.5.1 units_0.8-2 +## [61] compiler_4.2.3 diff --git a/docs/articles/examples_files/figure-html/all_arrows-1.png b/docs/articles/examples_files/figure-html/all_arrows-1.png index 182bfbe..bc254e1 100644 Binary files a/docs/articles/examples_files/figure-html/all_arrows-1.png and b/docs/articles/examples_files/figure-html/all_arrows-1.png differ diff --git a/docs/articles/examples_files/figure-html/all_linetypes-1.png b/docs/articles/examples_files/figure-html/all_linetypes-1.png index bfe079f..f70713d 100644 Binary files a/docs/articles/examples_files/figure-html/all_linetypes-1.png and b/docs/articles/examples_files/figure-html/all_linetypes-1.png differ diff --git a/docs/articles/examples_files/figure-html/all_segments-1.png b/docs/articles/examples_files/figure-html/all_segments-1.png index d54c1e7..7bb8cf4 100644 Binary files a/docs/articles/examples_files/figure-html/all_segments-1.png and b/docs/articles/examples_files/figure-html/all_segments-1.png differ diff --git a/docs/articles/examples_files/figure-html/clipping-1.png b/docs/articles/examples_files/figure-html/clipping-1.png index bf24068..f9829e9 100644 Binary files a/docs/articles/examples_files/figure-html/clipping-1.png and b/docs/articles/examples_files/figure-html/clipping-1.png differ diff --git a/docs/articles/examples_files/figure-html/comparison-1.png b/docs/articles/examples_files/figure-html/comparison-1.png index e46d532..56c0528 100644 Binary files a/docs/articles/examples_files/figure-html/comparison-1.png and b/docs/articles/examples_files/figure-html/comparison-1.png differ diff --git a/docs/articles/examples_files/figure-html/coord_flip-1.png b/docs/articles/examples_files/figure-html/coord_flip-1.png new file mode 100644 index 0000000..bf13c30 Binary files /dev/null and b/docs/articles/examples_files/figure-html/coord_flip-1.png differ diff --git a/docs/articles/examples_files/figure-html/direction_x-1.png b/docs/articles/examples_files/figure-html/direction_x-1.png index 011c17c..595386a 100644 Binary files a/docs/articles/examples_files/figure-html/direction_x-1.png and b/docs/articles/examples_files/figure-html/direction_x-1.png differ diff --git a/docs/articles/examples_files/figure-html/direction_y-1.png b/docs/articles/examples_files/figure-html/direction_y-1.png index fdfb391..24cf529 100644 Binary files a/docs/articles/examples_files/figure-html/direction_y-1.png and b/docs/articles/examples_files/figure-html/direction_y-1.png differ diff --git a/docs/articles/examples_files/figure-html/empty_string-1.png b/docs/articles/examples_files/figure-html/empty_string-1.png index 2977bda..bd00b41 100644 Binary files a/docs/articles/examples_files/figure-html/empty_string-1.png and b/docs/articles/examples_files/figure-html/empty_string-1.png differ diff --git a/docs/articles/examples_files/figure-html/empty_string_big-1.png b/docs/articles/examples_files/figure-html/empty_string_big-1.png index 3b9f3a9..2d999b8 100644 Binary files a/docs/articles/examples_files/figure-html/empty_string_big-1.png and b/docs/articles/examples_files/figure-html/empty_string_big-1.png differ diff --git a/docs/articles/examples_files/figure-html/expand_scale-1.png b/docs/articles/examples_files/figure-html/expand_scale-1.png index 7ffc4ec..298d40a 100644 Binary files a/docs/articles/examples_files/figure-html/expand_scale-1.png and b/docs/articles/examples_files/figure-html/expand_scale-1.png differ diff --git a/docs/articles/examples_files/figure-html/expand_scale-2.png b/docs/articles/examples_files/figure-html/expand_scale-2.png index 779c799..1e16bab 100644 Binary files a/docs/articles/examples_files/figure-html/expand_scale-2.png and b/docs/articles/examples_files/figure-html/expand_scale-2.png differ diff --git a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png index 85d3393..a4a7636 100644 Binary files a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png and b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png differ diff --git a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png index 8f8383b..6fde9e0 100644 Binary files a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png and b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png differ diff --git a/docs/articles/examples_files/figure-html/japanese-1.png b/docs/articles/examples_files/figure-html/japanese-1.png index 3ccb091..d853628 100644 Binary files a/docs/articles/examples_files/figure-html/japanese-1.png and b/docs/articles/examples_files/figure-html/japanese-1.png differ diff --git a/docs/articles/examples_files/figure-html/jitter-1.png b/docs/articles/examples_files/figure-html/jitter-1.png index 60ba97c..d6cff40 100644 Binary files a/docs/articles/examples_files/figure-html/jitter-1.png and b/docs/articles/examples_files/figure-html/jitter-1.png differ diff --git a/docs/articles/examples_files/figure-html/label-sf-objects-1.png b/docs/articles/examples_files/figure-html/label-sf-objects-1.png index 909a95b..0819dd4 100644 Binary files a/docs/articles/examples_files/figure-html/label-sf-objects-1.png and b/docs/articles/examples_files/figure-html/label-sf-objects-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve-1.png b/docs/articles/examples_files/figure-html/line_curve-1.png index f669bdc..10bd3a9 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve-1.png and b/docs/articles/examples_files/figure-html/line_curve-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve_annotate-1.png b/docs/articles/examples_files/figure-html/line_curve_annotate-1.png index 3588235..ec0e8dc 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve_annotate-1.png and b/docs/articles/examples_files/figure-html/line_curve_annotate-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png b/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png index 950eaba..d8a41ae 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png and b/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png b/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png index 765ccb6..17c692f 100644 Binary files a/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png and b/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_shape-1.png b/docs/articles/examples_files/figure-html/line_shape-1.png index 6406b4d..8376282 100644 Binary files a/docs/articles/examples_files/figure-html/line_shape-1.png and b/docs/articles/examples_files/figure-html/line_shape-1.png differ diff --git a/docs/articles/examples_files/figure-html/math-1.png b/docs/articles/examples_files/figure-html/math-1.png index 96e42d9..7a421e7 100644 Binary files a/docs/articles/examples_files/figure-html/math-1.png and b/docs/articles/examples_files/figure-html/math-1.png differ diff --git a/docs/articles/examples_files/figure-html/neat-offset-x-1.png b/docs/articles/examples_files/figure-html/neat-offset-x-1.png index 7b2c414..6d2911f 100644 Binary files a/docs/articles/examples_files/figure-html/neat-offset-x-1.png and b/docs/articles/examples_files/figure-html/neat-offset-x-1.png differ diff --git a/docs/articles/examples_files/figure-html/neat-offset-y-1.png b/docs/articles/examples_files/figure-html/neat-offset-y-1.png index 9594b6f..3bbd05e 100644 Binary files a/docs/articles/examples_files/figure-html/neat-offset-y-1.png and b/docs/articles/examples_files/figure-html/neat-offset-y-1.png differ diff --git a/docs/articles/examples_files/figure-html/plot_edges-1.png b/docs/articles/examples_files/figure-html/plot_edges-1.png index c5db142..c526d5d 100644 Binary files a/docs/articles/examples_files/figure-html/plot_edges-1.png and b/docs/articles/examples_files/figure-html/plot_edges-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_cars-1.png b/docs/articles/examples_files/figure-html/point_size_cars-1.png index fa7e6f3..eaa913f 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_cars-1.png and b/docs/articles/examples_files/figure-html/point_size_cars-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_cars_label-1.png b/docs/articles/examples_files/figure-html/point_size_cars_label-1.png index 1f973af..c2d21e8 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_cars_label-1.png and b/docs/articles/examples_files/figure-html/point_size_cars_label-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_na-1.png b/docs/articles/examples_files/figure-html/point_size_na-1.png index 89c90e3..8aa9037 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_na-1.png and b/docs/articles/examples_files/figure-html/point_size_na-1.png differ diff --git a/docs/articles/examples_files/figure-html/polar-1.png b/docs/articles/examples_files/figure-html/polar-1.png index dfefe5c..b21f659 100644 Binary files a/docs/articles/examples_files/figure-html/polar-1.png and b/docs/articles/examples_files/figure-html/polar-1.png differ diff --git a/docs/articles/examples_files/figure-html/position_nudge_center-1.png b/docs/articles/examples_files/figure-html/position_nudge_center-1.png index 633bfed..a1dd9d7 100644 Binary files a/docs/articles/examples_files/figure-html/position_nudge_center-1.png and b/docs/articles/examples_files/figure-html/position_nudge_center-1.png differ diff --git a/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png b/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png new file mode 100644 index 0000000..dfe713f Binary files /dev/null and b/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png differ diff --git a/docs/articles/examples_files/figure-html/quasirandom-1.png b/docs/articles/examples_files/figure-html/quasirandom-1.png index 5994abf..7b37f9e 100644 Binary files a/docs/articles/examples_files/figure-html/quasirandom-1.png and b/docs/articles/examples_files/figure-html/quasirandom-1.png differ diff --git a/docs/articles/examples_files/figure-html/remove_a_2-1.png b/docs/articles/examples_files/figure-html/remove_a_2-1.png index f69b691..05295c5 100644 Binary files a/docs/articles/examples_files/figure-html/remove_a_2-1.png and b/docs/articles/examples_files/figure-html/remove_a_2-1.png differ diff --git a/docs/articles/examples_files/figure-html/shadowtext-1.png b/docs/articles/examples_files/figure-html/shadowtext-1.png index 8899625..51c3616 100644 Binary files a/docs/articles/examples_files/figure-html/shadowtext-1.png and b/docs/articles/examples_files/figure-html/shadowtext-1.png differ diff --git a/docs/articles/examples_files/figure-html/show_all_labels-1.png b/docs/articles/examples_files/figure-html/show_all_labels-1.png index ca00d2d..1eabfea 100644 Binary files a/docs/articles/examples_files/figure-html/show_all_labels-1.png and b/docs/articles/examples_files/figure-html/show_all_labels-1.png differ diff --git a/docs/articles/examples_files/figure-html/stat_summary-1.png b/docs/articles/examples_files/figure-html/stat_summary-1.png index 4ac72d0..50d714c 100644 Binary files a/docs/articles/examples_files/figure-html/stat_summary-1.png and b/docs/articles/examples_files/figure-html/stat_summary-1.png differ diff --git a/docs/articles/examples_files/figure-html/timing-1.png b/docs/articles/examples_files/figure-html/timing-1.png index 250c27d..278c2ca 100644 Binary files a/docs/articles/examples_files/figure-html/timing-1.png and b/docs/articles/examples_files/figure-html/timing-1.png differ diff --git a/docs/articles/examples_files/figure-html/wordcloud-1.png b/docs/articles/examples_files/figure-html/wordcloud-1.png index 166b314..82ab64a 100644 Binary files a/docs/articles/examples_files/figure-html/wordcloud-1.png and b/docs/articles/examples_files/figure-html/wordcloud-1.png differ diff --git a/docs/articles/examples_files/figure-html/x_limits_na-1.png b/docs/articles/examples_files/figure-html/x_limits_na-1.png new file mode 100644 index 0000000..cc56511 Binary files /dev/null and b/docs/articles/examples_files/figure-html/x_limits_na-1.png differ diff --git a/docs/articles/examples_files/figure-html/xlim-1.png b/docs/articles/examples_files/figure-html/xlim-1.png index dac8132..42f5ee9 100644 Binary files a/docs/articles/examples_files/figure-html/xlim-1.png and b/docs/articles/examples_files/figure-html/xlim-1.png differ diff --git a/docs/articles/ggrepel_files/figure-html/comparison-1.png b/docs/articles/ggrepel_files/figure-html/comparison-1.png index e474320..2dcf7c9 100644 Binary files a/docs/articles/ggrepel_files/figure-html/comparison-1.png and b/docs/articles/ggrepel_files/figure-html/comparison-1.png differ diff --git a/docs/articles/index.html b/docs/articles/index.html index dd19f6e..e741402 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -1,5 +1,5 @@ -Articles • ggrepelArticles • ggrepel - - + + @@ -44,7 +44,7 @@ ggrepel - 0.9.5 + 0.9.6 @@ -100,7 +100,7 @@ Release notes Kamil Slowikowski - 2024-01-10 + 2024-09-07 Source: vignettes/related-work.Rmd related-work.Rmd diff --git a/docs/authors.html b/docs/authors.html index ad1669e..0534d90 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -1,5 +1,5 @@ -Authors and Citation • ggrepelAuthors and Citation • ggrepel - - + + diff --git a/docs/index.html b/docs/index.html index 50cc6a7..537c6ac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,8 +14,8 @@ - - + + @@ -44,7 +44,7 @@ ggrepel - 0.9.5 + 0.9.6 diff --git a/docs/news/index.html b/docs/news/index.html index 2efe9fe..c7f1fbc 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -1,5 +1,5 @@ -Changelog • ggrepelChangelog • ggrepelRepulsive textual annotations. — geom_label_repel • ggrepelGeomLabelRepel — GeomLabelRepel • ggrepelGeomLabelRepel — GeomLabelRepel • ggrepelFunction reference • ggrepelNudge labels a fixed distance from points — position_nudge_repel • ggrepel
vignettes/examples.Rmd
examples.Rmd
## 1.00s elapsed for 153860 iterations, 4 overlaps. Consider increasing 'max.time'.
## 1.00s elapsed for 154910 iterations, 2 overlaps. Consider increasing 'max.time'.
ggrepel works with modified x and y coordinates:
+p <- ggplot(mtcars, aes(wt, mpg, label = rownames(mtcars))) + + geom_text_repel() + + geom_point(color = 'red')
p <- ggplot(mtcars, aes(wt, mpg, label = rownames(mtcars))) + + geom_text_repel() + + geom_point(color = 'red')
+# Swap the x and y coordinates +p + coord_flip()
# Swap the x and y coordinates +p + coord_flip()
+# Limit the x-axis to values <= 3 +p + scale_x_continuous(limits = c(NA, 3))
# Limit the x-axis to values <= 3 +p + scale_x_continuous(limits = c(NA, 3))
+# Transform the y-axis with a pseudo log transformation +p + coord_trans(y = scales::pseudo_log_trans(base = 2, sigma = 0.1))
# Transform the y-axis with a pseudo log transformation +p + coord_trans(y = scales::pseudo_log_trans(base = 2, sigma = 0.1))
library(ggrepel) set.seed(42) @@ -1311,7 +1332,7 @@ Unicode characters (Japanese) Mathematical expressions - + d <- data.frame( x = c(1, 2, 2, 1.75, 1.25), y = c(1, 3, 1, 2.65, 1.25), @@ -1336,7 +1357,7 @@ Mathematical expressions Animation - + # This chunk of code will take a minute or two to run. library(ggrepel) library(animation) @@ -1379,7 +1400,7 @@ Source code R Session Info - + sessionInfo() ## R version 4.2.3 (2023-03-15) ## Platform: aarch64-apple-darwin20 (64-bit) @@ -1396,26 +1417,26 @@ R Session Info## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] patchwork_1.1.2 ggpp_0.5.5 sf_1.0-12 ggbeeswarm_0.7.2 -## [5] ggrepel_0.9.5 ggplot2_3.4.4 gridExtra_2.3 knitr_1.43 +## [1] sf_1.0-12 patchwork_1.2.0 ggpp_0.5.5 ggbeeswarm_0.7.2 +## [5] ggrepel_0.9.6 ggplot2_3.5.1 gridExtra_2.3 knitr_1.47 ## ## loaded via a namespace (and not attached): -## [1] Rcpp_1.0.11 lubridate_1.9.2 class_7.3-21 rprojroot_2.0.3 -## [5] digest_0.6.31 utf8_1.2.4 R6_2.5.1 evaluate_0.21 -## [9] e1071_1.7-13 highr_0.10 pillar_1.9.0 rlang_1.1.2 -## [13] jquerylib_0.1.4 rmarkdown_2.23 pkgdown_2.0.7 textshaping_0.3.6 -## [17] desc_1.4.2 labeling_0.4.3 polynom_1.4-1 stringr_1.5.0 -## [21] munsell_0.5.0 proxy_0.4-27 compiler_4.2.3 vipor_0.4.5 -## [25] xfun_0.39 pkgconfig_2.0.3 systemfonts_1.0.4 htmltools_0.5.5 -## [29] tidyselect_1.2.0 tibble_3.2.1 codetools_0.2-19 fansi_1.0.5 -## [33] dplyr_1.1.2 withr_2.5.2 MASS_7.3-58.2 grid_4.2.3 -## [37] jsonlite_1.8.7 gtable_0.3.4 lifecycle_1.0.4 DBI_1.1.3 -## [41] magrittr_2.0.3 units_0.8-2 scales_1.3.0 KernSmooth_2.23-20 -## [45] cli_3.6.1 stringi_1.7.12 cachem_1.0.8 farver_2.1.1 -## [49] fs_1.6.2 bslib_0.5.0 ragg_1.2.5 generics_0.1.3 -## [53] vctrs_0.6.5 tools_4.2.3 glue_1.6.2 beeswarm_0.4.0 -## [57] purrr_1.0.1 fastmap_1.1.1 yaml_2.3.7 timechange_0.2.0 -## [61] colorspace_2.1-0 classInt_0.4-9 memoise_2.0.1 sass_0.4.6 +## [1] beeswarm_0.4.0 tidyselect_1.2.1 xfun_0.44 bslib_0.7.0 +## [5] purrr_1.0.2 colorspace_2.1-0 vctrs_0.6.5 generics_0.1.3 +## [9] htmltools_0.5.8.1 yaml_2.3.8 utf8_1.2.4 rlang_1.1.3 +## [13] e1071_1.7-13 pkgdown_2.0.7 jquerylib_0.1.4 pillar_1.9.0 +## [17] glue_1.7.0 withr_3.0.0 DBI_1.2.3 lifecycle_1.0.4 +## [21] munsell_0.5.0 gtable_0.3.4 ragg_1.2.5 codetools_0.2-19 +## [25] memoise_2.0.1 evaluate_0.23 labeling_0.4.3 fastmap_1.2.0 +## [29] vipor_0.4.5 class_7.3-21 fansi_1.0.6 highr_0.11 +## [33] Rcpp_1.0.11 KernSmooth_2.23-20 polynom_1.4-1 scales_1.3.0.9000 +## [37] classInt_0.4-9 cachem_1.1.0 desc_1.4.3 jsonlite_1.8.8 +## [41] farver_2.1.1 systemfonts_1.0.4 fs_1.6.4 textshaping_0.3.6 +## [45] digest_0.6.35 dplyr_1.1.4 grid_4.2.3 cli_3.6.2 +## [49] tools_4.2.3 magrittr_2.0.3 sass_0.4.9 proxy_0.4-27 +## [53] tibble_3.2.1 pkgconfig_2.0.3 MASS_7.3-58.2 timechange_0.2.0 +## [57] lubridate_1.9.3 rmarkdown_2.27 R6_2.5.1 units_0.8-2 +## [61] compiler_4.2.3 diff --git a/docs/articles/examples_files/figure-html/all_arrows-1.png b/docs/articles/examples_files/figure-html/all_arrows-1.png index 182bfbe..bc254e1 100644 Binary files a/docs/articles/examples_files/figure-html/all_arrows-1.png and b/docs/articles/examples_files/figure-html/all_arrows-1.png differ diff --git a/docs/articles/examples_files/figure-html/all_linetypes-1.png b/docs/articles/examples_files/figure-html/all_linetypes-1.png index bfe079f..f70713d 100644 Binary files a/docs/articles/examples_files/figure-html/all_linetypes-1.png and b/docs/articles/examples_files/figure-html/all_linetypes-1.png differ diff --git a/docs/articles/examples_files/figure-html/all_segments-1.png b/docs/articles/examples_files/figure-html/all_segments-1.png index d54c1e7..7bb8cf4 100644 Binary files a/docs/articles/examples_files/figure-html/all_segments-1.png and b/docs/articles/examples_files/figure-html/all_segments-1.png differ diff --git a/docs/articles/examples_files/figure-html/clipping-1.png b/docs/articles/examples_files/figure-html/clipping-1.png index bf24068..f9829e9 100644 Binary files a/docs/articles/examples_files/figure-html/clipping-1.png and b/docs/articles/examples_files/figure-html/clipping-1.png differ diff --git a/docs/articles/examples_files/figure-html/comparison-1.png b/docs/articles/examples_files/figure-html/comparison-1.png index e46d532..56c0528 100644 Binary files a/docs/articles/examples_files/figure-html/comparison-1.png and b/docs/articles/examples_files/figure-html/comparison-1.png differ diff --git a/docs/articles/examples_files/figure-html/coord_flip-1.png b/docs/articles/examples_files/figure-html/coord_flip-1.png new file mode 100644 index 0000000..bf13c30 Binary files /dev/null and b/docs/articles/examples_files/figure-html/coord_flip-1.png differ diff --git a/docs/articles/examples_files/figure-html/direction_x-1.png b/docs/articles/examples_files/figure-html/direction_x-1.png index 011c17c..595386a 100644 Binary files a/docs/articles/examples_files/figure-html/direction_x-1.png and b/docs/articles/examples_files/figure-html/direction_x-1.png differ diff --git a/docs/articles/examples_files/figure-html/direction_y-1.png b/docs/articles/examples_files/figure-html/direction_y-1.png index fdfb391..24cf529 100644 Binary files a/docs/articles/examples_files/figure-html/direction_y-1.png and b/docs/articles/examples_files/figure-html/direction_y-1.png differ diff --git a/docs/articles/examples_files/figure-html/empty_string-1.png b/docs/articles/examples_files/figure-html/empty_string-1.png index 2977bda..bd00b41 100644 Binary files a/docs/articles/examples_files/figure-html/empty_string-1.png and b/docs/articles/examples_files/figure-html/empty_string-1.png differ diff --git a/docs/articles/examples_files/figure-html/empty_string_big-1.png b/docs/articles/examples_files/figure-html/empty_string_big-1.png index 3b9f3a9..2d999b8 100644 Binary files a/docs/articles/examples_files/figure-html/empty_string_big-1.png and b/docs/articles/examples_files/figure-html/empty_string_big-1.png differ diff --git a/docs/articles/examples_files/figure-html/expand_scale-1.png b/docs/articles/examples_files/figure-html/expand_scale-1.png index 7ffc4ec..298d40a 100644 Binary files a/docs/articles/examples_files/figure-html/expand_scale-1.png and b/docs/articles/examples_files/figure-html/expand_scale-1.png differ diff --git a/docs/articles/examples_files/figure-html/expand_scale-2.png b/docs/articles/examples_files/figure-html/expand_scale-2.png index 779c799..1e16bab 100644 Binary files a/docs/articles/examples_files/figure-html/expand_scale-2.png and b/docs/articles/examples_files/figure-html/expand_scale-2.png differ diff --git a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png index 85d3393..a4a7636 100644 Binary files a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png and b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png differ diff --git a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png index 8f8383b..6fde9e0 100644 Binary files a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png and b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png differ diff --git a/docs/articles/examples_files/figure-html/japanese-1.png b/docs/articles/examples_files/figure-html/japanese-1.png index 3ccb091..d853628 100644 Binary files a/docs/articles/examples_files/figure-html/japanese-1.png and b/docs/articles/examples_files/figure-html/japanese-1.png differ diff --git a/docs/articles/examples_files/figure-html/jitter-1.png b/docs/articles/examples_files/figure-html/jitter-1.png index 60ba97c..d6cff40 100644 Binary files a/docs/articles/examples_files/figure-html/jitter-1.png and b/docs/articles/examples_files/figure-html/jitter-1.png differ diff --git a/docs/articles/examples_files/figure-html/label-sf-objects-1.png b/docs/articles/examples_files/figure-html/label-sf-objects-1.png index 909a95b..0819dd4 100644 Binary files a/docs/articles/examples_files/figure-html/label-sf-objects-1.png and b/docs/articles/examples_files/figure-html/label-sf-objects-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve-1.png b/docs/articles/examples_files/figure-html/line_curve-1.png index f669bdc..10bd3a9 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve-1.png and b/docs/articles/examples_files/figure-html/line_curve-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve_annotate-1.png b/docs/articles/examples_files/figure-html/line_curve_annotate-1.png index 3588235..ec0e8dc 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve_annotate-1.png and b/docs/articles/examples_files/figure-html/line_curve_annotate-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png b/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png index 950eaba..d8a41ae 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png and b/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png b/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png index 765ccb6..17c692f 100644 Binary files a/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png and b/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_shape-1.png b/docs/articles/examples_files/figure-html/line_shape-1.png index 6406b4d..8376282 100644 Binary files a/docs/articles/examples_files/figure-html/line_shape-1.png and b/docs/articles/examples_files/figure-html/line_shape-1.png differ diff --git a/docs/articles/examples_files/figure-html/math-1.png b/docs/articles/examples_files/figure-html/math-1.png index 96e42d9..7a421e7 100644 Binary files a/docs/articles/examples_files/figure-html/math-1.png and b/docs/articles/examples_files/figure-html/math-1.png differ diff --git a/docs/articles/examples_files/figure-html/neat-offset-x-1.png b/docs/articles/examples_files/figure-html/neat-offset-x-1.png index 7b2c414..6d2911f 100644 Binary files a/docs/articles/examples_files/figure-html/neat-offset-x-1.png and b/docs/articles/examples_files/figure-html/neat-offset-x-1.png differ diff --git a/docs/articles/examples_files/figure-html/neat-offset-y-1.png b/docs/articles/examples_files/figure-html/neat-offset-y-1.png index 9594b6f..3bbd05e 100644 Binary files a/docs/articles/examples_files/figure-html/neat-offset-y-1.png and b/docs/articles/examples_files/figure-html/neat-offset-y-1.png differ diff --git a/docs/articles/examples_files/figure-html/plot_edges-1.png b/docs/articles/examples_files/figure-html/plot_edges-1.png index c5db142..c526d5d 100644 Binary files a/docs/articles/examples_files/figure-html/plot_edges-1.png and b/docs/articles/examples_files/figure-html/plot_edges-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_cars-1.png b/docs/articles/examples_files/figure-html/point_size_cars-1.png index fa7e6f3..eaa913f 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_cars-1.png and b/docs/articles/examples_files/figure-html/point_size_cars-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_cars_label-1.png b/docs/articles/examples_files/figure-html/point_size_cars_label-1.png index 1f973af..c2d21e8 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_cars_label-1.png and b/docs/articles/examples_files/figure-html/point_size_cars_label-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_na-1.png b/docs/articles/examples_files/figure-html/point_size_na-1.png index 89c90e3..8aa9037 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_na-1.png and b/docs/articles/examples_files/figure-html/point_size_na-1.png differ diff --git a/docs/articles/examples_files/figure-html/polar-1.png b/docs/articles/examples_files/figure-html/polar-1.png index dfefe5c..b21f659 100644 Binary files a/docs/articles/examples_files/figure-html/polar-1.png and b/docs/articles/examples_files/figure-html/polar-1.png differ diff --git a/docs/articles/examples_files/figure-html/position_nudge_center-1.png b/docs/articles/examples_files/figure-html/position_nudge_center-1.png index 633bfed..a1dd9d7 100644 Binary files a/docs/articles/examples_files/figure-html/position_nudge_center-1.png and b/docs/articles/examples_files/figure-html/position_nudge_center-1.png differ diff --git a/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png b/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png new file mode 100644 index 0000000..dfe713f Binary files /dev/null and b/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png differ diff --git a/docs/articles/examples_files/figure-html/quasirandom-1.png b/docs/articles/examples_files/figure-html/quasirandom-1.png index 5994abf..7b37f9e 100644 Binary files a/docs/articles/examples_files/figure-html/quasirandom-1.png and b/docs/articles/examples_files/figure-html/quasirandom-1.png differ diff --git a/docs/articles/examples_files/figure-html/remove_a_2-1.png b/docs/articles/examples_files/figure-html/remove_a_2-1.png index f69b691..05295c5 100644 Binary files a/docs/articles/examples_files/figure-html/remove_a_2-1.png and b/docs/articles/examples_files/figure-html/remove_a_2-1.png differ diff --git a/docs/articles/examples_files/figure-html/shadowtext-1.png b/docs/articles/examples_files/figure-html/shadowtext-1.png index 8899625..51c3616 100644 Binary files a/docs/articles/examples_files/figure-html/shadowtext-1.png and b/docs/articles/examples_files/figure-html/shadowtext-1.png differ diff --git a/docs/articles/examples_files/figure-html/show_all_labels-1.png b/docs/articles/examples_files/figure-html/show_all_labels-1.png index ca00d2d..1eabfea 100644 Binary files a/docs/articles/examples_files/figure-html/show_all_labels-1.png and b/docs/articles/examples_files/figure-html/show_all_labels-1.png differ diff --git a/docs/articles/examples_files/figure-html/stat_summary-1.png b/docs/articles/examples_files/figure-html/stat_summary-1.png index 4ac72d0..50d714c 100644 Binary files a/docs/articles/examples_files/figure-html/stat_summary-1.png and b/docs/articles/examples_files/figure-html/stat_summary-1.png differ diff --git a/docs/articles/examples_files/figure-html/timing-1.png b/docs/articles/examples_files/figure-html/timing-1.png index 250c27d..278c2ca 100644 Binary files a/docs/articles/examples_files/figure-html/timing-1.png and b/docs/articles/examples_files/figure-html/timing-1.png differ diff --git a/docs/articles/examples_files/figure-html/wordcloud-1.png b/docs/articles/examples_files/figure-html/wordcloud-1.png index 166b314..82ab64a 100644 Binary files a/docs/articles/examples_files/figure-html/wordcloud-1.png and b/docs/articles/examples_files/figure-html/wordcloud-1.png differ diff --git a/docs/articles/examples_files/figure-html/x_limits_na-1.png b/docs/articles/examples_files/figure-html/x_limits_na-1.png new file mode 100644 index 0000000..cc56511 Binary files /dev/null and b/docs/articles/examples_files/figure-html/x_limits_na-1.png differ diff --git a/docs/articles/examples_files/figure-html/xlim-1.png b/docs/articles/examples_files/figure-html/xlim-1.png index dac8132..42f5ee9 100644 Binary files a/docs/articles/examples_files/figure-html/xlim-1.png and b/docs/articles/examples_files/figure-html/xlim-1.png differ diff --git a/docs/articles/ggrepel_files/figure-html/comparison-1.png b/docs/articles/ggrepel_files/figure-html/comparison-1.png index e474320..2dcf7c9 100644 Binary files a/docs/articles/ggrepel_files/figure-html/comparison-1.png and b/docs/articles/ggrepel_files/figure-html/comparison-1.png differ diff --git a/docs/articles/index.html b/docs/articles/index.html index dd19f6e..e741402 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -1,5 +1,5 @@ -Articles • ggrepelArticles • ggrepel - - + + @@ -44,7 +44,7 @@ ggrepel - 0.9.5 + 0.9.6 @@ -100,7 +100,7 @@ Release notes Kamil Slowikowski - 2024-01-10 + 2024-09-07 Source: vignettes/related-work.Rmd related-work.Rmd diff --git a/docs/authors.html b/docs/authors.html index ad1669e..0534d90 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -1,5 +1,5 @@ -Authors and Citation • ggrepelAuthors and Citation • ggrepel - - + + diff --git a/docs/index.html b/docs/index.html index 50cc6a7..537c6ac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,8 +14,8 @@ - - + + @@ -44,7 +44,7 @@ ggrepel - 0.9.5 + 0.9.6 diff --git a/docs/news/index.html b/docs/news/index.html index 2efe9fe..c7f1fbc 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -1,5 +1,5 @@ -Changelog • ggrepelChangelog • ggrepelRepulsive textual annotations. — geom_label_repel • ggrepelGeomLabelRepel — GeomLabelRepel • ggrepelGeomLabelRepel — GeomLabelRepel • ggrepelFunction reference • ggrepelNudge labels a fixed distance from points — position_nudge_repel • ggrepel
+ d <- data.frame( x = c(1, 2, 2, 1.75, 1.25), y = c(1, 3, 1, 2.65, 1.25), @@ -1336,7 +1357,7 @@ Mathematical expressions Animation - + # This chunk of code will take a minute or two to run. library(ggrepel) library(animation) @@ -1379,7 +1400,7 @@ Source code R Session Info - + sessionInfo() ## R version 4.2.3 (2023-03-15) ## Platform: aarch64-apple-darwin20 (64-bit) @@ -1396,26 +1417,26 @@ R Session Info## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] patchwork_1.1.2 ggpp_0.5.5 sf_1.0-12 ggbeeswarm_0.7.2 -## [5] ggrepel_0.9.5 ggplot2_3.4.4 gridExtra_2.3 knitr_1.43 +## [1] sf_1.0-12 patchwork_1.2.0 ggpp_0.5.5 ggbeeswarm_0.7.2 +## [5] ggrepel_0.9.6 ggplot2_3.5.1 gridExtra_2.3 knitr_1.47 ## ## loaded via a namespace (and not attached): -## [1] Rcpp_1.0.11 lubridate_1.9.2 class_7.3-21 rprojroot_2.0.3 -## [5] digest_0.6.31 utf8_1.2.4 R6_2.5.1 evaluate_0.21 -## [9] e1071_1.7-13 highr_0.10 pillar_1.9.0 rlang_1.1.2 -## [13] jquerylib_0.1.4 rmarkdown_2.23 pkgdown_2.0.7 textshaping_0.3.6 -## [17] desc_1.4.2 labeling_0.4.3 polynom_1.4-1 stringr_1.5.0 -## [21] munsell_0.5.0 proxy_0.4-27 compiler_4.2.3 vipor_0.4.5 -## [25] xfun_0.39 pkgconfig_2.0.3 systemfonts_1.0.4 htmltools_0.5.5 -## [29] tidyselect_1.2.0 tibble_3.2.1 codetools_0.2-19 fansi_1.0.5 -## [33] dplyr_1.1.2 withr_2.5.2 MASS_7.3-58.2 grid_4.2.3 -## [37] jsonlite_1.8.7 gtable_0.3.4 lifecycle_1.0.4 DBI_1.1.3 -## [41] magrittr_2.0.3 units_0.8-2 scales_1.3.0 KernSmooth_2.23-20 -## [45] cli_3.6.1 stringi_1.7.12 cachem_1.0.8 farver_2.1.1 -## [49] fs_1.6.2 bslib_0.5.0 ragg_1.2.5 generics_0.1.3 -## [53] vctrs_0.6.5 tools_4.2.3 glue_1.6.2 beeswarm_0.4.0 -## [57] purrr_1.0.1 fastmap_1.1.1 yaml_2.3.7 timechange_0.2.0 -## [61] colorspace_2.1-0 classInt_0.4-9 memoise_2.0.1 sass_0.4.6 +## [1] beeswarm_0.4.0 tidyselect_1.2.1 xfun_0.44 bslib_0.7.0 +## [5] purrr_1.0.2 colorspace_2.1-0 vctrs_0.6.5 generics_0.1.3 +## [9] htmltools_0.5.8.1 yaml_2.3.8 utf8_1.2.4 rlang_1.1.3 +## [13] e1071_1.7-13 pkgdown_2.0.7 jquerylib_0.1.4 pillar_1.9.0 +## [17] glue_1.7.0 withr_3.0.0 DBI_1.2.3 lifecycle_1.0.4 +## [21] munsell_0.5.0 gtable_0.3.4 ragg_1.2.5 codetools_0.2-19 +## [25] memoise_2.0.1 evaluate_0.23 labeling_0.4.3 fastmap_1.2.0 +## [29] vipor_0.4.5 class_7.3-21 fansi_1.0.6 highr_0.11 +## [33] Rcpp_1.0.11 KernSmooth_2.23-20 polynom_1.4-1 scales_1.3.0.9000 +## [37] classInt_0.4-9 cachem_1.1.0 desc_1.4.3 jsonlite_1.8.8 +## [41] farver_2.1.1 systemfonts_1.0.4 fs_1.6.4 textshaping_0.3.6 +## [45] digest_0.6.35 dplyr_1.1.4 grid_4.2.3 cli_3.6.2 +## [49] tools_4.2.3 magrittr_2.0.3 sass_0.4.9 proxy_0.4-27 +## [53] tibble_3.2.1 pkgconfig_2.0.3 MASS_7.3-58.2 timechange_0.2.0 +## [57] lubridate_1.9.3 rmarkdown_2.27 R6_2.5.1 units_0.8-2 +## [61] compiler_4.2.3 diff --git a/docs/articles/examples_files/figure-html/all_arrows-1.png b/docs/articles/examples_files/figure-html/all_arrows-1.png index 182bfbe..bc254e1 100644 Binary files a/docs/articles/examples_files/figure-html/all_arrows-1.png and b/docs/articles/examples_files/figure-html/all_arrows-1.png differ diff --git a/docs/articles/examples_files/figure-html/all_linetypes-1.png b/docs/articles/examples_files/figure-html/all_linetypes-1.png index bfe079f..f70713d 100644 Binary files a/docs/articles/examples_files/figure-html/all_linetypes-1.png and b/docs/articles/examples_files/figure-html/all_linetypes-1.png differ diff --git a/docs/articles/examples_files/figure-html/all_segments-1.png b/docs/articles/examples_files/figure-html/all_segments-1.png index d54c1e7..7bb8cf4 100644 Binary files a/docs/articles/examples_files/figure-html/all_segments-1.png and b/docs/articles/examples_files/figure-html/all_segments-1.png differ diff --git a/docs/articles/examples_files/figure-html/clipping-1.png b/docs/articles/examples_files/figure-html/clipping-1.png index bf24068..f9829e9 100644 Binary files a/docs/articles/examples_files/figure-html/clipping-1.png and b/docs/articles/examples_files/figure-html/clipping-1.png differ diff --git a/docs/articles/examples_files/figure-html/comparison-1.png b/docs/articles/examples_files/figure-html/comparison-1.png index e46d532..56c0528 100644 Binary files a/docs/articles/examples_files/figure-html/comparison-1.png and b/docs/articles/examples_files/figure-html/comparison-1.png differ diff --git a/docs/articles/examples_files/figure-html/coord_flip-1.png b/docs/articles/examples_files/figure-html/coord_flip-1.png new file mode 100644 index 0000000..bf13c30 Binary files /dev/null and b/docs/articles/examples_files/figure-html/coord_flip-1.png differ diff --git a/docs/articles/examples_files/figure-html/direction_x-1.png b/docs/articles/examples_files/figure-html/direction_x-1.png index 011c17c..595386a 100644 Binary files a/docs/articles/examples_files/figure-html/direction_x-1.png and b/docs/articles/examples_files/figure-html/direction_x-1.png differ diff --git a/docs/articles/examples_files/figure-html/direction_y-1.png b/docs/articles/examples_files/figure-html/direction_y-1.png index fdfb391..24cf529 100644 Binary files a/docs/articles/examples_files/figure-html/direction_y-1.png and b/docs/articles/examples_files/figure-html/direction_y-1.png differ diff --git a/docs/articles/examples_files/figure-html/empty_string-1.png b/docs/articles/examples_files/figure-html/empty_string-1.png index 2977bda..bd00b41 100644 Binary files a/docs/articles/examples_files/figure-html/empty_string-1.png and b/docs/articles/examples_files/figure-html/empty_string-1.png differ diff --git a/docs/articles/examples_files/figure-html/empty_string_big-1.png b/docs/articles/examples_files/figure-html/empty_string_big-1.png index 3b9f3a9..2d999b8 100644 Binary files a/docs/articles/examples_files/figure-html/empty_string_big-1.png and b/docs/articles/examples_files/figure-html/empty_string_big-1.png differ diff --git a/docs/articles/examples_files/figure-html/expand_scale-1.png b/docs/articles/examples_files/figure-html/expand_scale-1.png index 7ffc4ec..298d40a 100644 Binary files a/docs/articles/examples_files/figure-html/expand_scale-1.png and b/docs/articles/examples_files/figure-html/expand_scale-1.png differ diff --git a/docs/articles/examples_files/figure-html/expand_scale-2.png b/docs/articles/examples_files/figure-html/expand_scale-2.png index 779c799..1e16bab 100644 Binary files a/docs/articles/examples_files/figure-html/expand_scale-2.png and b/docs/articles/examples_files/figure-html/expand_scale-2.png differ diff --git a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png index 85d3393..a4a7636 100644 Binary files a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png and b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png differ diff --git a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png index 8f8383b..6fde9e0 100644 Binary files a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png and b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png differ diff --git a/docs/articles/examples_files/figure-html/japanese-1.png b/docs/articles/examples_files/figure-html/japanese-1.png index 3ccb091..d853628 100644 Binary files a/docs/articles/examples_files/figure-html/japanese-1.png and b/docs/articles/examples_files/figure-html/japanese-1.png differ diff --git a/docs/articles/examples_files/figure-html/jitter-1.png b/docs/articles/examples_files/figure-html/jitter-1.png index 60ba97c..d6cff40 100644 Binary files a/docs/articles/examples_files/figure-html/jitter-1.png and b/docs/articles/examples_files/figure-html/jitter-1.png differ diff --git a/docs/articles/examples_files/figure-html/label-sf-objects-1.png b/docs/articles/examples_files/figure-html/label-sf-objects-1.png index 909a95b..0819dd4 100644 Binary files a/docs/articles/examples_files/figure-html/label-sf-objects-1.png and b/docs/articles/examples_files/figure-html/label-sf-objects-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve-1.png b/docs/articles/examples_files/figure-html/line_curve-1.png index f669bdc..10bd3a9 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve-1.png and b/docs/articles/examples_files/figure-html/line_curve-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve_annotate-1.png b/docs/articles/examples_files/figure-html/line_curve_annotate-1.png index 3588235..ec0e8dc 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve_annotate-1.png and b/docs/articles/examples_files/figure-html/line_curve_annotate-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png b/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png index 950eaba..d8a41ae 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png and b/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png b/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png index 765ccb6..17c692f 100644 Binary files a/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png and b/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_shape-1.png b/docs/articles/examples_files/figure-html/line_shape-1.png index 6406b4d..8376282 100644 Binary files a/docs/articles/examples_files/figure-html/line_shape-1.png and b/docs/articles/examples_files/figure-html/line_shape-1.png differ diff --git a/docs/articles/examples_files/figure-html/math-1.png b/docs/articles/examples_files/figure-html/math-1.png index 96e42d9..7a421e7 100644 Binary files a/docs/articles/examples_files/figure-html/math-1.png and b/docs/articles/examples_files/figure-html/math-1.png differ diff --git a/docs/articles/examples_files/figure-html/neat-offset-x-1.png b/docs/articles/examples_files/figure-html/neat-offset-x-1.png index 7b2c414..6d2911f 100644 Binary files a/docs/articles/examples_files/figure-html/neat-offset-x-1.png and b/docs/articles/examples_files/figure-html/neat-offset-x-1.png differ diff --git a/docs/articles/examples_files/figure-html/neat-offset-y-1.png b/docs/articles/examples_files/figure-html/neat-offset-y-1.png index 9594b6f..3bbd05e 100644 Binary files a/docs/articles/examples_files/figure-html/neat-offset-y-1.png and b/docs/articles/examples_files/figure-html/neat-offset-y-1.png differ diff --git a/docs/articles/examples_files/figure-html/plot_edges-1.png b/docs/articles/examples_files/figure-html/plot_edges-1.png index c5db142..c526d5d 100644 Binary files a/docs/articles/examples_files/figure-html/plot_edges-1.png and b/docs/articles/examples_files/figure-html/plot_edges-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_cars-1.png b/docs/articles/examples_files/figure-html/point_size_cars-1.png index fa7e6f3..eaa913f 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_cars-1.png and b/docs/articles/examples_files/figure-html/point_size_cars-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_cars_label-1.png b/docs/articles/examples_files/figure-html/point_size_cars_label-1.png index 1f973af..c2d21e8 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_cars_label-1.png and b/docs/articles/examples_files/figure-html/point_size_cars_label-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_na-1.png b/docs/articles/examples_files/figure-html/point_size_na-1.png index 89c90e3..8aa9037 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_na-1.png and b/docs/articles/examples_files/figure-html/point_size_na-1.png differ diff --git a/docs/articles/examples_files/figure-html/polar-1.png b/docs/articles/examples_files/figure-html/polar-1.png index dfefe5c..b21f659 100644 Binary files a/docs/articles/examples_files/figure-html/polar-1.png and b/docs/articles/examples_files/figure-html/polar-1.png differ diff --git a/docs/articles/examples_files/figure-html/position_nudge_center-1.png b/docs/articles/examples_files/figure-html/position_nudge_center-1.png index 633bfed..a1dd9d7 100644 Binary files a/docs/articles/examples_files/figure-html/position_nudge_center-1.png and b/docs/articles/examples_files/figure-html/position_nudge_center-1.png differ diff --git a/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png b/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png new file mode 100644 index 0000000..dfe713f Binary files /dev/null and b/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png differ diff --git a/docs/articles/examples_files/figure-html/quasirandom-1.png b/docs/articles/examples_files/figure-html/quasirandom-1.png index 5994abf..7b37f9e 100644 Binary files a/docs/articles/examples_files/figure-html/quasirandom-1.png and b/docs/articles/examples_files/figure-html/quasirandom-1.png differ diff --git a/docs/articles/examples_files/figure-html/remove_a_2-1.png b/docs/articles/examples_files/figure-html/remove_a_2-1.png index f69b691..05295c5 100644 Binary files a/docs/articles/examples_files/figure-html/remove_a_2-1.png and b/docs/articles/examples_files/figure-html/remove_a_2-1.png differ diff --git a/docs/articles/examples_files/figure-html/shadowtext-1.png b/docs/articles/examples_files/figure-html/shadowtext-1.png index 8899625..51c3616 100644 Binary files a/docs/articles/examples_files/figure-html/shadowtext-1.png and b/docs/articles/examples_files/figure-html/shadowtext-1.png differ diff --git a/docs/articles/examples_files/figure-html/show_all_labels-1.png b/docs/articles/examples_files/figure-html/show_all_labels-1.png index ca00d2d..1eabfea 100644 Binary files a/docs/articles/examples_files/figure-html/show_all_labels-1.png and b/docs/articles/examples_files/figure-html/show_all_labels-1.png differ diff --git a/docs/articles/examples_files/figure-html/stat_summary-1.png b/docs/articles/examples_files/figure-html/stat_summary-1.png index 4ac72d0..50d714c 100644 Binary files a/docs/articles/examples_files/figure-html/stat_summary-1.png and b/docs/articles/examples_files/figure-html/stat_summary-1.png differ diff --git a/docs/articles/examples_files/figure-html/timing-1.png b/docs/articles/examples_files/figure-html/timing-1.png index 250c27d..278c2ca 100644 Binary files a/docs/articles/examples_files/figure-html/timing-1.png and b/docs/articles/examples_files/figure-html/timing-1.png differ diff --git a/docs/articles/examples_files/figure-html/wordcloud-1.png b/docs/articles/examples_files/figure-html/wordcloud-1.png index 166b314..82ab64a 100644 Binary files a/docs/articles/examples_files/figure-html/wordcloud-1.png and b/docs/articles/examples_files/figure-html/wordcloud-1.png differ diff --git a/docs/articles/examples_files/figure-html/x_limits_na-1.png b/docs/articles/examples_files/figure-html/x_limits_na-1.png new file mode 100644 index 0000000..cc56511 Binary files /dev/null and b/docs/articles/examples_files/figure-html/x_limits_na-1.png differ diff --git a/docs/articles/examples_files/figure-html/xlim-1.png b/docs/articles/examples_files/figure-html/xlim-1.png index dac8132..42f5ee9 100644 Binary files a/docs/articles/examples_files/figure-html/xlim-1.png and b/docs/articles/examples_files/figure-html/xlim-1.png differ diff --git a/docs/articles/ggrepel_files/figure-html/comparison-1.png b/docs/articles/ggrepel_files/figure-html/comparison-1.png index e474320..2dcf7c9 100644 Binary files a/docs/articles/ggrepel_files/figure-html/comparison-1.png and b/docs/articles/ggrepel_files/figure-html/comparison-1.png differ diff --git a/docs/articles/index.html b/docs/articles/index.html index dd19f6e..e741402 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -1,5 +1,5 @@ -Articles • ggrepelArticles • ggrepel - - + + @@ -44,7 +44,7 @@ ggrepel - 0.9.5 + 0.9.6 @@ -100,7 +100,7 @@ Release notes Kamil Slowikowski - 2024-01-10 + 2024-09-07 Source: vignettes/related-work.Rmd related-work.Rmd diff --git a/docs/authors.html b/docs/authors.html index ad1669e..0534d90 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -1,5 +1,5 @@ -Authors and Citation • ggrepelAuthors and Citation • ggrepel - - + + diff --git a/docs/index.html b/docs/index.html index 50cc6a7..537c6ac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,8 +14,8 @@ - - + + @@ -44,7 +44,7 @@ ggrepel - 0.9.5 + 0.9.6 diff --git a/docs/news/index.html b/docs/news/index.html index 2efe9fe..c7f1fbc 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -1,5 +1,5 @@ -Changelog • ggrepelChangelog • ggrepelRepulsive textual annotations. — geom_label_repel • ggrepelGeomLabelRepel — GeomLabelRepel • ggrepelGeomLabelRepel — GeomLabelRepel • ggrepelFunction reference • ggrepelNudge labels a fixed distance from points — position_nudge_repel • ggrepel
d <- data.frame( x = c(1, 2, 2, 1.75, 1.25), y = c(1, 3, 1, 2.65, 1.25), @@ -1336,7 +1357,7 @@ Mathematical expressions Animation - + # This chunk of code will take a minute or two to run. library(ggrepel) library(animation) @@ -1379,7 +1400,7 @@ Source code R Session Info - + sessionInfo() ## R version 4.2.3 (2023-03-15) ## Platform: aarch64-apple-darwin20 (64-bit) @@ -1396,26 +1417,26 @@ R Session Info## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] patchwork_1.1.2 ggpp_0.5.5 sf_1.0-12 ggbeeswarm_0.7.2 -## [5] ggrepel_0.9.5 ggplot2_3.4.4 gridExtra_2.3 knitr_1.43 +## [1] sf_1.0-12 patchwork_1.2.0 ggpp_0.5.5 ggbeeswarm_0.7.2 +## [5] ggrepel_0.9.6 ggplot2_3.5.1 gridExtra_2.3 knitr_1.47 ## ## loaded via a namespace (and not attached): -## [1] Rcpp_1.0.11 lubridate_1.9.2 class_7.3-21 rprojroot_2.0.3 -## [5] digest_0.6.31 utf8_1.2.4 R6_2.5.1 evaluate_0.21 -## [9] e1071_1.7-13 highr_0.10 pillar_1.9.0 rlang_1.1.2 -## [13] jquerylib_0.1.4 rmarkdown_2.23 pkgdown_2.0.7 textshaping_0.3.6 -## [17] desc_1.4.2 labeling_0.4.3 polynom_1.4-1 stringr_1.5.0 -## [21] munsell_0.5.0 proxy_0.4-27 compiler_4.2.3 vipor_0.4.5 -## [25] xfun_0.39 pkgconfig_2.0.3 systemfonts_1.0.4 htmltools_0.5.5 -## [29] tidyselect_1.2.0 tibble_3.2.1 codetools_0.2-19 fansi_1.0.5 -## [33] dplyr_1.1.2 withr_2.5.2 MASS_7.3-58.2 grid_4.2.3 -## [37] jsonlite_1.8.7 gtable_0.3.4 lifecycle_1.0.4 DBI_1.1.3 -## [41] magrittr_2.0.3 units_0.8-2 scales_1.3.0 KernSmooth_2.23-20 -## [45] cli_3.6.1 stringi_1.7.12 cachem_1.0.8 farver_2.1.1 -## [49] fs_1.6.2 bslib_0.5.0 ragg_1.2.5 generics_0.1.3 -## [53] vctrs_0.6.5 tools_4.2.3 glue_1.6.2 beeswarm_0.4.0 -## [57] purrr_1.0.1 fastmap_1.1.1 yaml_2.3.7 timechange_0.2.0 -## [61] colorspace_2.1-0 classInt_0.4-9 memoise_2.0.1 sass_0.4.6 +## [1] beeswarm_0.4.0 tidyselect_1.2.1 xfun_0.44 bslib_0.7.0 +## [5] purrr_1.0.2 colorspace_2.1-0 vctrs_0.6.5 generics_0.1.3 +## [9] htmltools_0.5.8.1 yaml_2.3.8 utf8_1.2.4 rlang_1.1.3 +## [13] e1071_1.7-13 pkgdown_2.0.7 jquerylib_0.1.4 pillar_1.9.0 +## [17] glue_1.7.0 withr_3.0.0 DBI_1.2.3 lifecycle_1.0.4 +## [21] munsell_0.5.0 gtable_0.3.4 ragg_1.2.5 codetools_0.2-19 +## [25] memoise_2.0.1 evaluate_0.23 labeling_0.4.3 fastmap_1.2.0 +## [29] vipor_0.4.5 class_7.3-21 fansi_1.0.6 highr_0.11 +## [33] Rcpp_1.0.11 KernSmooth_2.23-20 polynom_1.4-1 scales_1.3.0.9000 +## [37] classInt_0.4-9 cachem_1.1.0 desc_1.4.3 jsonlite_1.8.8 +## [41] farver_2.1.1 systemfonts_1.0.4 fs_1.6.4 textshaping_0.3.6 +## [45] digest_0.6.35 dplyr_1.1.4 grid_4.2.3 cli_3.6.2 +## [49] tools_4.2.3 magrittr_2.0.3 sass_0.4.9 proxy_0.4-27 +## [53] tibble_3.2.1 pkgconfig_2.0.3 MASS_7.3-58.2 timechange_0.2.0 +## [57] lubridate_1.9.3 rmarkdown_2.27 R6_2.5.1 units_0.8-2 +## [61] compiler_4.2.3 diff --git a/docs/articles/examples_files/figure-html/all_arrows-1.png b/docs/articles/examples_files/figure-html/all_arrows-1.png index 182bfbe..bc254e1 100644 Binary files a/docs/articles/examples_files/figure-html/all_arrows-1.png and b/docs/articles/examples_files/figure-html/all_arrows-1.png differ diff --git a/docs/articles/examples_files/figure-html/all_linetypes-1.png b/docs/articles/examples_files/figure-html/all_linetypes-1.png index bfe079f..f70713d 100644 Binary files a/docs/articles/examples_files/figure-html/all_linetypes-1.png and b/docs/articles/examples_files/figure-html/all_linetypes-1.png differ diff --git a/docs/articles/examples_files/figure-html/all_segments-1.png b/docs/articles/examples_files/figure-html/all_segments-1.png index d54c1e7..7bb8cf4 100644 Binary files a/docs/articles/examples_files/figure-html/all_segments-1.png and b/docs/articles/examples_files/figure-html/all_segments-1.png differ diff --git a/docs/articles/examples_files/figure-html/clipping-1.png b/docs/articles/examples_files/figure-html/clipping-1.png index bf24068..f9829e9 100644 Binary files a/docs/articles/examples_files/figure-html/clipping-1.png and b/docs/articles/examples_files/figure-html/clipping-1.png differ diff --git a/docs/articles/examples_files/figure-html/comparison-1.png b/docs/articles/examples_files/figure-html/comparison-1.png index e46d532..56c0528 100644 Binary files a/docs/articles/examples_files/figure-html/comparison-1.png and b/docs/articles/examples_files/figure-html/comparison-1.png differ diff --git a/docs/articles/examples_files/figure-html/coord_flip-1.png b/docs/articles/examples_files/figure-html/coord_flip-1.png new file mode 100644 index 0000000..bf13c30 Binary files /dev/null and b/docs/articles/examples_files/figure-html/coord_flip-1.png differ diff --git a/docs/articles/examples_files/figure-html/direction_x-1.png b/docs/articles/examples_files/figure-html/direction_x-1.png index 011c17c..595386a 100644 Binary files a/docs/articles/examples_files/figure-html/direction_x-1.png and b/docs/articles/examples_files/figure-html/direction_x-1.png differ diff --git a/docs/articles/examples_files/figure-html/direction_y-1.png b/docs/articles/examples_files/figure-html/direction_y-1.png index fdfb391..24cf529 100644 Binary files a/docs/articles/examples_files/figure-html/direction_y-1.png and b/docs/articles/examples_files/figure-html/direction_y-1.png differ diff --git a/docs/articles/examples_files/figure-html/empty_string-1.png b/docs/articles/examples_files/figure-html/empty_string-1.png index 2977bda..bd00b41 100644 Binary files a/docs/articles/examples_files/figure-html/empty_string-1.png and b/docs/articles/examples_files/figure-html/empty_string-1.png differ diff --git a/docs/articles/examples_files/figure-html/empty_string_big-1.png b/docs/articles/examples_files/figure-html/empty_string_big-1.png index 3b9f3a9..2d999b8 100644 Binary files a/docs/articles/examples_files/figure-html/empty_string_big-1.png and b/docs/articles/examples_files/figure-html/empty_string_big-1.png differ diff --git a/docs/articles/examples_files/figure-html/expand_scale-1.png b/docs/articles/examples_files/figure-html/expand_scale-1.png index 7ffc4ec..298d40a 100644 Binary files a/docs/articles/examples_files/figure-html/expand_scale-1.png and b/docs/articles/examples_files/figure-html/expand_scale-1.png differ diff --git a/docs/articles/examples_files/figure-html/expand_scale-2.png b/docs/articles/examples_files/figure-html/expand_scale-2.png index 779c799..1e16bab 100644 Binary files a/docs/articles/examples_files/figure-html/expand_scale-2.png and b/docs/articles/examples_files/figure-html/expand_scale-2.png differ diff --git a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png index 85d3393..a4a7636 100644 Binary files a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png and b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png differ diff --git a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png index 8f8383b..6fde9e0 100644 Binary files a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png and b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png differ diff --git a/docs/articles/examples_files/figure-html/japanese-1.png b/docs/articles/examples_files/figure-html/japanese-1.png index 3ccb091..d853628 100644 Binary files a/docs/articles/examples_files/figure-html/japanese-1.png and b/docs/articles/examples_files/figure-html/japanese-1.png differ diff --git a/docs/articles/examples_files/figure-html/jitter-1.png b/docs/articles/examples_files/figure-html/jitter-1.png index 60ba97c..d6cff40 100644 Binary files a/docs/articles/examples_files/figure-html/jitter-1.png and b/docs/articles/examples_files/figure-html/jitter-1.png differ diff --git a/docs/articles/examples_files/figure-html/label-sf-objects-1.png b/docs/articles/examples_files/figure-html/label-sf-objects-1.png index 909a95b..0819dd4 100644 Binary files a/docs/articles/examples_files/figure-html/label-sf-objects-1.png and b/docs/articles/examples_files/figure-html/label-sf-objects-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve-1.png b/docs/articles/examples_files/figure-html/line_curve-1.png index f669bdc..10bd3a9 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve-1.png and b/docs/articles/examples_files/figure-html/line_curve-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve_annotate-1.png b/docs/articles/examples_files/figure-html/line_curve_annotate-1.png index 3588235..ec0e8dc 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve_annotate-1.png and b/docs/articles/examples_files/figure-html/line_curve_annotate-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png b/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png index 950eaba..d8a41ae 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png and b/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png b/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png index 765ccb6..17c692f 100644 Binary files a/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png and b/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_shape-1.png b/docs/articles/examples_files/figure-html/line_shape-1.png index 6406b4d..8376282 100644 Binary files a/docs/articles/examples_files/figure-html/line_shape-1.png and b/docs/articles/examples_files/figure-html/line_shape-1.png differ diff --git a/docs/articles/examples_files/figure-html/math-1.png b/docs/articles/examples_files/figure-html/math-1.png index 96e42d9..7a421e7 100644 Binary files a/docs/articles/examples_files/figure-html/math-1.png and b/docs/articles/examples_files/figure-html/math-1.png differ diff --git a/docs/articles/examples_files/figure-html/neat-offset-x-1.png b/docs/articles/examples_files/figure-html/neat-offset-x-1.png index 7b2c414..6d2911f 100644 Binary files a/docs/articles/examples_files/figure-html/neat-offset-x-1.png and b/docs/articles/examples_files/figure-html/neat-offset-x-1.png differ diff --git a/docs/articles/examples_files/figure-html/neat-offset-y-1.png b/docs/articles/examples_files/figure-html/neat-offset-y-1.png index 9594b6f..3bbd05e 100644 Binary files a/docs/articles/examples_files/figure-html/neat-offset-y-1.png and b/docs/articles/examples_files/figure-html/neat-offset-y-1.png differ diff --git a/docs/articles/examples_files/figure-html/plot_edges-1.png b/docs/articles/examples_files/figure-html/plot_edges-1.png index c5db142..c526d5d 100644 Binary files a/docs/articles/examples_files/figure-html/plot_edges-1.png and b/docs/articles/examples_files/figure-html/plot_edges-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_cars-1.png b/docs/articles/examples_files/figure-html/point_size_cars-1.png index fa7e6f3..eaa913f 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_cars-1.png and b/docs/articles/examples_files/figure-html/point_size_cars-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_cars_label-1.png b/docs/articles/examples_files/figure-html/point_size_cars_label-1.png index 1f973af..c2d21e8 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_cars_label-1.png and b/docs/articles/examples_files/figure-html/point_size_cars_label-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_na-1.png b/docs/articles/examples_files/figure-html/point_size_na-1.png index 89c90e3..8aa9037 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_na-1.png and b/docs/articles/examples_files/figure-html/point_size_na-1.png differ diff --git a/docs/articles/examples_files/figure-html/polar-1.png b/docs/articles/examples_files/figure-html/polar-1.png index dfefe5c..b21f659 100644 Binary files a/docs/articles/examples_files/figure-html/polar-1.png and b/docs/articles/examples_files/figure-html/polar-1.png differ diff --git a/docs/articles/examples_files/figure-html/position_nudge_center-1.png b/docs/articles/examples_files/figure-html/position_nudge_center-1.png index 633bfed..a1dd9d7 100644 Binary files a/docs/articles/examples_files/figure-html/position_nudge_center-1.png and b/docs/articles/examples_files/figure-html/position_nudge_center-1.png differ diff --git a/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png b/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png new file mode 100644 index 0000000..dfe713f Binary files /dev/null and b/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png differ diff --git a/docs/articles/examples_files/figure-html/quasirandom-1.png b/docs/articles/examples_files/figure-html/quasirandom-1.png index 5994abf..7b37f9e 100644 Binary files a/docs/articles/examples_files/figure-html/quasirandom-1.png and b/docs/articles/examples_files/figure-html/quasirandom-1.png differ diff --git a/docs/articles/examples_files/figure-html/remove_a_2-1.png b/docs/articles/examples_files/figure-html/remove_a_2-1.png index f69b691..05295c5 100644 Binary files a/docs/articles/examples_files/figure-html/remove_a_2-1.png and b/docs/articles/examples_files/figure-html/remove_a_2-1.png differ diff --git a/docs/articles/examples_files/figure-html/shadowtext-1.png b/docs/articles/examples_files/figure-html/shadowtext-1.png index 8899625..51c3616 100644 Binary files a/docs/articles/examples_files/figure-html/shadowtext-1.png and b/docs/articles/examples_files/figure-html/shadowtext-1.png differ diff --git a/docs/articles/examples_files/figure-html/show_all_labels-1.png b/docs/articles/examples_files/figure-html/show_all_labels-1.png index ca00d2d..1eabfea 100644 Binary files a/docs/articles/examples_files/figure-html/show_all_labels-1.png and b/docs/articles/examples_files/figure-html/show_all_labels-1.png differ diff --git a/docs/articles/examples_files/figure-html/stat_summary-1.png b/docs/articles/examples_files/figure-html/stat_summary-1.png index 4ac72d0..50d714c 100644 Binary files a/docs/articles/examples_files/figure-html/stat_summary-1.png and b/docs/articles/examples_files/figure-html/stat_summary-1.png differ diff --git a/docs/articles/examples_files/figure-html/timing-1.png b/docs/articles/examples_files/figure-html/timing-1.png index 250c27d..278c2ca 100644 Binary files a/docs/articles/examples_files/figure-html/timing-1.png and b/docs/articles/examples_files/figure-html/timing-1.png differ diff --git a/docs/articles/examples_files/figure-html/wordcloud-1.png b/docs/articles/examples_files/figure-html/wordcloud-1.png index 166b314..82ab64a 100644 Binary files a/docs/articles/examples_files/figure-html/wordcloud-1.png and b/docs/articles/examples_files/figure-html/wordcloud-1.png differ diff --git a/docs/articles/examples_files/figure-html/x_limits_na-1.png b/docs/articles/examples_files/figure-html/x_limits_na-1.png new file mode 100644 index 0000000..cc56511 Binary files /dev/null and b/docs/articles/examples_files/figure-html/x_limits_na-1.png differ diff --git a/docs/articles/examples_files/figure-html/xlim-1.png b/docs/articles/examples_files/figure-html/xlim-1.png index dac8132..42f5ee9 100644 Binary files a/docs/articles/examples_files/figure-html/xlim-1.png and b/docs/articles/examples_files/figure-html/xlim-1.png differ diff --git a/docs/articles/ggrepel_files/figure-html/comparison-1.png b/docs/articles/ggrepel_files/figure-html/comparison-1.png index e474320..2dcf7c9 100644 Binary files a/docs/articles/ggrepel_files/figure-html/comparison-1.png and b/docs/articles/ggrepel_files/figure-html/comparison-1.png differ diff --git a/docs/articles/index.html b/docs/articles/index.html index dd19f6e..e741402 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -1,5 +1,5 @@ -Articles • ggrepelArticles • ggrepel - - + + @@ -44,7 +44,7 @@ ggrepel - 0.9.5 + 0.9.6 @@ -100,7 +100,7 @@ Release notes Kamil Slowikowski - 2024-01-10 + 2024-09-07 Source: vignettes/related-work.Rmd related-work.Rmd diff --git a/docs/authors.html b/docs/authors.html index ad1669e..0534d90 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -1,5 +1,5 @@ -Authors and Citation • ggrepelAuthors and Citation • ggrepel - - + + diff --git a/docs/index.html b/docs/index.html index 50cc6a7..537c6ac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,8 +14,8 @@ - - + + @@ -44,7 +44,7 @@ ggrepel - 0.9.5 + 0.9.6 diff --git a/docs/news/index.html b/docs/news/index.html index 2efe9fe..c7f1fbc 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -1,5 +1,5 @@ -Changelog • ggrepelChangelog • ggrepelRepulsive textual annotations. — geom_label_repel • ggrepelGeomLabelRepel — GeomLabelRepel • ggrepelGeomLabelRepel — GeomLabelRepel • ggrepelFunction reference • ggrepelNudge labels a fixed distance from points — position_nudge_repel • ggrepel
+ # This chunk of code will take a minute or two to run. library(ggrepel) library(animation) @@ -1379,7 +1400,7 @@ Source code R Session Info - + sessionInfo() ## R version 4.2.3 (2023-03-15) ## Platform: aarch64-apple-darwin20 (64-bit) @@ -1396,26 +1417,26 @@ R Session Info## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] patchwork_1.1.2 ggpp_0.5.5 sf_1.0-12 ggbeeswarm_0.7.2 -## [5] ggrepel_0.9.5 ggplot2_3.4.4 gridExtra_2.3 knitr_1.43 +## [1] sf_1.0-12 patchwork_1.2.0 ggpp_0.5.5 ggbeeswarm_0.7.2 +## [5] ggrepel_0.9.6 ggplot2_3.5.1 gridExtra_2.3 knitr_1.47 ## ## loaded via a namespace (and not attached): -## [1] Rcpp_1.0.11 lubridate_1.9.2 class_7.3-21 rprojroot_2.0.3 -## [5] digest_0.6.31 utf8_1.2.4 R6_2.5.1 evaluate_0.21 -## [9] e1071_1.7-13 highr_0.10 pillar_1.9.0 rlang_1.1.2 -## [13] jquerylib_0.1.4 rmarkdown_2.23 pkgdown_2.0.7 textshaping_0.3.6 -## [17] desc_1.4.2 labeling_0.4.3 polynom_1.4-1 stringr_1.5.0 -## [21] munsell_0.5.0 proxy_0.4-27 compiler_4.2.3 vipor_0.4.5 -## [25] xfun_0.39 pkgconfig_2.0.3 systemfonts_1.0.4 htmltools_0.5.5 -## [29] tidyselect_1.2.0 tibble_3.2.1 codetools_0.2-19 fansi_1.0.5 -## [33] dplyr_1.1.2 withr_2.5.2 MASS_7.3-58.2 grid_4.2.3 -## [37] jsonlite_1.8.7 gtable_0.3.4 lifecycle_1.0.4 DBI_1.1.3 -## [41] magrittr_2.0.3 units_0.8-2 scales_1.3.0 KernSmooth_2.23-20 -## [45] cli_3.6.1 stringi_1.7.12 cachem_1.0.8 farver_2.1.1 -## [49] fs_1.6.2 bslib_0.5.0 ragg_1.2.5 generics_0.1.3 -## [53] vctrs_0.6.5 tools_4.2.3 glue_1.6.2 beeswarm_0.4.0 -## [57] purrr_1.0.1 fastmap_1.1.1 yaml_2.3.7 timechange_0.2.0 -## [61] colorspace_2.1-0 classInt_0.4-9 memoise_2.0.1 sass_0.4.6 +## [1] beeswarm_0.4.0 tidyselect_1.2.1 xfun_0.44 bslib_0.7.0 +## [5] purrr_1.0.2 colorspace_2.1-0 vctrs_0.6.5 generics_0.1.3 +## [9] htmltools_0.5.8.1 yaml_2.3.8 utf8_1.2.4 rlang_1.1.3 +## [13] e1071_1.7-13 pkgdown_2.0.7 jquerylib_0.1.4 pillar_1.9.0 +## [17] glue_1.7.0 withr_3.0.0 DBI_1.2.3 lifecycle_1.0.4 +## [21] munsell_0.5.0 gtable_0.3.4 ragg_1.2.5 codetools_0.2-19 +## [25] memoise_2.0.1 evaluate_0.23 labeling_0.4.3 fastmap_1.2.0 +## [29] vipor_0.4.5 class_7.3-21 fansi_1.0.6 highr_0.11 +## [33] Rcpp_1.0.11 KernSmooth_2.23-20 polynom_1.4-1 scales_1.3.0.9000 +## [37] classInt_0.4-9 cachem_1.1.0 desc_1.4.3 jsonlite_1.8.8 +## [41] farver_2.1.1 systemfonts_1.0.4 fs_1.6.4 textshaping_0.3.6 +## [45] digest_0.6.35 dplyr_1.1.4 grid_4.2.3 cli_3.6.2 +## [49] tools_4.2.3 magrittr_2.0.3 sass_0.4.9 proxy_0.4-27 +## [53] tibble_3.2.1 pkgconfig_2.0.3 MASS_7.3-58.2 timechange_0.2.0 +## [57] lubridate_1.9.3 rmarkdown_2.27 R6_2.5.1 units_0.8-2 +## [61] compiler_4.2.3 diff --git a/docs/articles/examples_files/figure-html/all_arrows-1.png b/docs/articles/examples_files/figure-html/all_arrows-1.png index 182bfbe..bc254e1 100644 Binary files a/docs/articles/examples_files/figure-html/all_arrows-1.png and b/docs/articles/examples_files/figure-html/all_arrows-1.png differ diff --git a/docs/articles/examples_files/figure-html/all_linetypes-1.png b/docs/articles/examples_files/figure-html/all_linetypes-1.png index bfe079f..f70713d 100644 Binary files a/docs/articles/examples_files/figure-html/all_linetypes-1.png and b/docs/articles/examples_files/figure-html/all_linetypes-1.png differ diff --git a/docs/articles/examples_files/figure-html/all_segments-1.png b/docs/articles/examples_files/figure-html/all_segments-1.png index d54c1e7..7bb8cf4 100644 Binary files a/docs/articles/examples_files/figure-html/all_segments-1.png and b/docs/articles/examples_files/figure-html/all_segments-1.png differ diff --git a/docs/articles/examples_files/figure-html/clipping-1.png b/docs/articles/examples_files/figure-html/clipping-1.png index bf24068..f9829e9 100644 Binary files a/docs/articles/examples_files/figure-html/clipping-1.png and b/docs/articles/examples_files/figure-html/clipping-1.png differ diff --git a/docs/articles/examples_files/figure-html/comparison-1.png b/docs/articles/examples_files/figure-html/comparison-1.png index e46d532..56c0528 100644 Binary files a/docs/articles/examples_files/figure-html/comparison-1.png and b/docs/articles/examples_files/figure-html/comparison-1.png differ diff --git a/docs/articles/examples_files/figure-html/coord_flip-1.png b/docs/articles/examples_files/figure-html/coord_flip-1.png new file mode 100644 index 0000000..bf13c30 Binary files /dev/null and b/docs/articles/examples_files/figure-html/coord_flip-1.png differ diff --git a/docs/articles/examples_files/figure-html/direction_x-1.png b/docs/articles/examples_files/figure-html/direction_x-1.png index 011c17c..595386a 100644 Binary files a/docs/articles/examples_files/figure-html/direction_x-1.png and b/docs/articles/examples_files/figure-html/direction_x-1.png differ diff --git a/docs/articles/examples_files/figure-html/direction_y-1.png b/docs/articles/examples_files/figure-html/direction_y-1.png index fdfb391..24cf529 100644 Binary files a/docs/articles/examples_files/figure-html/direction_y-1.png and b/docs/articles/examples_files/figure-html/direction_y-1.png differ diff --git a/docs/articles/examples_files/figure-html/empty_string-1.png b/docs/articles/examples_files/figure-html/empty_string-1.png index 2977bda..bd00b41 100644 Binary files a/docs/articles/examples_files/figure-html/empty_string-1.png and b/docs/articles/examples_files/figure-html/empty_string-1.png differ diff --git a/docs/articles/examples_files/figure-html/empty_string_big-1.png b/docs/articles/examples_files/figure-html/empty_string_big-1.png index 3b9f3a9..2d999b8 100644 Binary files a/docs/articles/examples_files/figure-html/empty_string_big-1.png and b/docs/articles/examples_files/figure-html/empty_string_big-1.png differ diff --git a/docs/articles/examples_files/figure-html/expand_scale-1.png b/docs/articles/examples_files/figure-html/expand_scale-1.png index 7ffc4ec..298d40a 100644 Binary files a/docs/articles/examples_files/figure-html/expand_scale-1.png and b/docs/articles/examples_files/figure-html/expand_scale-1.png differ diff --git a/docs/articles/examples_files/figure-html/expand_scale-2.png b/docs/articles/examples_files/figure-html/expand_scale-2.png index 779c799..1e16bab 100644 Binary files a/docs/articles/examples_files/figure-html/expand_scale-2.png and b/docs/articles/examples_files/figure-html/expand_scale-2.png differ diff --git a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png index 85d3393..a4a7636 100644 Binary files a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png and b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png differ diff --git a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png index 8f8383b..6fde9e0 100644 Binary files a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png and b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png differ diff --git a/docs/articles/examples_files/figure-html/japanese-1.png b/docs/articles/examples_files/figure-html/japanese-1.png index 3ccb091..d853628 100644 Binary files a/docs/articles/examples_files/figure-html/japanese-1.png and b/docs/articles/examples_files/figure-html/japanese-1.png differ diff --git a/docs/articles/examples_files/figure-html/jitter-1.png b/docs/articles/examples_files/figure-html/jitter-1.png index 60ba97c..d6cff40 100644 Binary files a/docs/articles/examples_files/figure-html/jitter-1.png and b/docs/articles/examples_files/figure-html/jitter-1.png differ diff --git a/docs/articles/examples_files/figure-html/label-sf-objects-1.png b/docs/articles/examples_files/figure-html/label-sf-objects-1.png index 909a95b..0819dd4 100644 Binary files a/docs/articles/examples_files/figure-html/label-sf-objects-1.png and b/docs/articles/examples_files/figure-html/label-sf-objects-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve-1.png b/docs/articles/examples_files/figure-html/line_curve-1.png index f669bdc..10bd3a9 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve-1.png and b/docs/articles/examples_files/figure-html/line_curve-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve_annotate-1.png b/docs/articles/examples_files/figure-html/line_curve_annotate-1.png index 3588235..ec0e8dc 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve_annotate-1.png and b/docs/articles/examples_files/figure-html/line_curve_annotate-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png b/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png index 950eaba..d8a41ae 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png and b/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png b/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png index 765ccb6..17c692f 100644 Binary files a/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png and b/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_shape-1.png b/docs/articles/examples_files/figure-html/line_shape-1.png index 6406b4d..8376282 100644 Binary files a/docs/articles/examples_files/figure-html/line_shape-1.png and b/docs/articles/examples_files/figure-html/line_shape-1.png differ diff --git a/docs/articles/examples_files/figure-html/math-1.png b/docs/articles/examples_files/figure-html/math-1.png index 96e42d9..7a421e7 100644 Binary files a/docs/articles/examples_files/figure-html/math-1.png and b/docs/articles/examples_files/figure-html/math-1.png differ diff --git a/docs/articles/examples_files/figure-html/neat-offset-x-1.png b/docs/articles/examples_files/figure-html/neat-offset-x-1.png index 7b2c414..6d2911f 100644 Binary files a/docs/articles/examples_files/figure-html/neat-offset-x-1.png and b/docs/articles/examples_files/figure-html/neat-offset-x-1.png differ diff --git a/docs/articles/examples_files/figure-html/neat-offset-y-1.png b/docs/articles/examples_files/figure-html/neat-offset-y-1.png index 9594b6f..3bbd05e 100644 Binary files a/docs/articles/examples_files/figure-html/neat-offset-y-1.png and b/docs/articles/examples_files/figure-html/neat-offset-y-1.png differ diff --git a/docs/articles/examples_files/figure-html/plot_edges-1.png b/docs/articles/examples_files/figure-html/plot_edges-1.png index c5db142..c526d5d 100644 Binary files a/docs/articles/examples_files/figure-html/plot_edges-1.png and b/docs/articles/examples_files/figure-html/plot_edges-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_cars-1.png b/docs/articles/examples_files/figure-html/point_size_cars-1.png index fa7e6f3..eaa913f 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_cars-1.png and b/docs/articles/examples_files/figure-html/point_size_cars-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_cars_label-1.png b/docs/articles/examples_files/figure-html/point_size_cars_label-1.png index 1f973af..c2d21e8 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_cars_label-1.png and b/docs/articles/examples_files/figure-html/point_size_cars_label-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_na-1.png b/docs/articles/examples_files/figure-html/point_size_na-1.png index 89c90e3..8aa9037 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_na-1.png and b/docs/articles/examples_files/figure-html/point_size_na-1.png differ diff --git a/docs/articles/examples_files/figure-html/polar-1.png b/docs/articles/examples_files/figure-html/polar-1.png index dfefe5c..b21f659 100644 Binary files a/docs/articles/examples_files/figure-html/polar-1.png and b/docs/articles/examples_files/figure-html/polar-1.png differ diff --git a/docs/articles/examples_files/figure-html/position_nudge_center-1.png b/docs/articles/examples_files/figure-html/position_nudge_center-1.png index 633bfed..a1dd9d7 100644 Binary files a/docs/articles/examples_files/figure-html/position_nudge_center-1.png and b/docs/articles/examples_files/figure-html/position_nudge_center-1.png differ diff --git a/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png b/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png new file mode 100644 index 0000000..dfe713f Binary files /dev/null and b/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png differ diff --git a/docs/articles/examples_files/figure-html/quasirandom-1.png b/docs/articles/examples_files/figure-html/quasirandom-1.png index 5994abf..7b37f9e 100644 Binary files a/docs/articles/examples_files/figure-html/quasirandom-1.png and b/docs/articles/examples_files/figure-html/quasirandom-1.png differ diff --git a/docs/articles/examples_files/figure-html/remove_a_2-1.png b/docs/articles/examples_files/figure-html/remove_a_2-1.png index f69b691..05295c5 100644 Binary files a/docs/articles/examples_files/figure-html/remove_a_2-1.png and b/docs/articles/examples_files/figure-html/remove_a_2-1.png differ diff --git a/docs/articles/examples_files/figure-html/shadowtext-1.png b/docs/articles/examples_files/figure-html/shadowtext-1.png index 8899625..51c3616 100644 Binary files a/docs/articles/examples_files/figure-html/shadowtext-1.png and b/docs/articles/examples_files/figure-html/shadowtext-1.png differ diff --git a/docs/articles/examples_files/figure-html/show_all_labels-1.png b/docs/articles/examples_files/figure-html/show_all_labels-1.png index ca00d2d..1eabfea 100644 Binary files a/docs/articles/examples_files/figure-html/show_all_labels-1.png and b/docs/articles/examples_files/figure-html/show_all_labels-1.png differ diff --git a/docs/articles/examples_files/figure-html/stat_summary-1.png b/docs/articles/examples_files/figure-html/stat_summary-1.png index 4ac72d0..50d714c 100644 Binary files a/docs/articles/examples_files/figure-html/stat_summary-1.png and b/docs/articles/examples_files/figure-html/stat_summary-1.png differ diff --git a/docs/articles/examples_files/figure-html/timing-1.png b/docs/articles/examples_files/figure-html/timing-1.png index 250c27d..278c2ca 100644 Binary files a/docs/articles/examples_files/figure-html/timing-1.png and b/docs/articles/examples_files/figure-html/timing-1.png differ diff --git a/docs/articles/examples_files/figure-html/wordcloud-1.png b/docs/articles/examples_files/figure-html/wordcloud-1.png index 166b314..82ab64a 100644 Binary files a/docs/articles/examples_files/figure-html/wordcloud-1.png and b/docs/articles/examples_files/figure-html/wordcloud-1.png differ diff --git a/docs/articles/examples_files/figure-html/x_limits_na-1.png b/docs/articles/examples_files/figure-html/x_limits_na-1.png new file mode 100644 index 0000000..cc56511 Binary files /dev/null and b/docs/articles/examples_files/figure-html/x_limits_na-1.png differ diff --git a/docs/articles/examples_files/figure-html/xlim-1.png b/docs/articles/examples_files/figure-html/xlim-1.png index dac8132..42f5ee9 100644 Binary files a/docs/articles/examples_files/figure-html/xlim-1.png and b/docs/articles/examples_files/figure-html/xlim-1.png differ diff --git a/docs/articles/ggrepel_files/figure-html/comparison-1.png b/docs/articles/ggrepel_files/figure-html/comparison-1.png index e474320..2dcf7c9 100644 Binary files a/docs/articles/ggrepel_files/figure-html/comparison-1.png and b/docs/articles/ggrepel_files/figure-html/comparison-1.png differ diff --git a/docs/articles/index.html b/docs/articles/index.html index dd19f6e..e741402 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -1,5 +1,5 @@ -Articles • ggrepelArticles • ggrepel - - + + @@ -44,7 +44,7 @@ ggrepel - 0.9.5 + 0.9.6 @@ -100,7 +100,7 @@ Release notes Kamil Slowikowski - 2024-01-10 + 2024-09-07 Source: vignettes/related-work.Rmd related-work.Rmd diff --git a/docs/authors.html b/docs/authors.html index ad1669e..0534d90 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -1,5 +1,5 @@ -Authors and Citation • ggrepelAuthors and Citation • ggrepel - - + + diff --git a/docs/index.html b/docs/index.html index 50cc6a7..537c6ac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,8 +14,8 @@ - - + + @@ -44,7 +44,7 @@ ggrepel - 0.9.5 + 0.9.6 diff --git a/docs/news/index.html b/docs/news/index.html index 2efe9fe..c7f1fbc 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -1,5 +1,5 @@ -Changelog • ggrepelChangelog • ggrepelRepulsive textual annotations. — geom_label_repel • ggrepelGeomLabelRepel — GeomLabelRepel • ggrepelGeomLabelRepel — GeomLabelRepel • ggrepelFunction reference • ggrepelNudge labels a fixed distance from points — position_nudge_repel • ggrepel
# This chunk of code will take a minute or two to run. library(ggrepel) library(animation) @@ -1379,7 +1400,7 @@ Source code R Session Info - + sessionInfo() ## R version 4.2.3 (2023-03-15) ## Platform: aarch64-apple-darwin20 (64-bit) @@ -1396,26 +1417,26 @@ R Session Info## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] patchwork_1.1.2 ggpp_0.5.5 sf_1.0-12 ggbeeswarm_0.7.2 -## [5] ggrepel_0.9.5 ggplot2_3.4.4 gridExtra_2.3 knitr_1.43 +## [1] sf_1.0-12 patchwork_1.2.0 ggpp_0.5.5 ggbeeswarm_0.7.2 +## [5] ggrepel_0.9.6 ggplot2_3.5.1 gridExtra_2.3 knitr_1.47 ## ## loaded via a namespace (and not attached): -## [1] Rcpp_1.0.11 lubridate_1.9.2 class_7.3-21 rprojroot_2.0.3 -## [5] digest_0.6.31 utf8_1.2.4 R6_2.5.1 evaluate_0.21 -## [9] e1071_1.7-13 highr_0.10 pillar_1.9.0 rlang_1.1.2 -## [13] jquerylib_0.1.4 rmarkdown_2.23 pkgdown_2.0.7 textshaping_0.3.6 -## [17] desc_1.4.2 labeling_0.4.3 polynom_1.4-1 stringr_1.5.0 -## [21] munsell_0.5.0 proxy_0.4-27 compiler_4.2.3 vipor_0.4.5 -## [25] xfun_0.39 pkgconfig_2.0.3 systemfonts_1.0.4 htmltools_0.5.5 -## [29] tidyselect_1.2.0 tibble_3.2.1 codetools_0.2-19 fansi_1.0.5 -## [33] dplyr_1.1.2 withr_2.5.2 MASS_7.3-58.2 grid_4.2.3 -## [37] jsonlite_1.8.7 gtable_0.3.4 lifecycle_1.0.4 DBI_1.1.3 -## [41] magrittr_2.0.3 units_0.8-2 scales_1.3.0 KernSmooth_2.23-20 -## [45] cli_3.6.1 stringi_1.7.12 cachem_1.0.8 farver_2.1.1 -## [49] fs_1.6.2 bslib_0.5.0 ragg_1.2.5 generics_0.1.3 -## [53] vctrs_0.6.5 tools_4.2.3 glue_1.6.2 beeswarm_0.4.0 -## [57] purrr_1.0.1 fastmap_1.1.1 yaml_2.3.7 timechange_0.2.0 -## [61] colorspace_2.1-0 classInt_0.4-9 memoise_2.0.1 sass_0.4.6 +## [1] beeswarm_0.4.0 tidyselect_1.2.1 xfun_0.44 bslib_0.7.0 +## [5] purrr_1.0.2 colorspace_2.1-0 vctrs_0.6.5 generics_0.1.3 +## [9] htmltools_0.5.8.1 yaml_2.3.8 utf8_1.2.4 rlang_1.1.3 +## [13] e1071_1.7-13 pkgdown_2.0.7 jquerylib_0.1.4 pillar_1.9.0 +## [17] glue_1.7.0 withr_3.0.0 DBI_1.2.3 lifecycle_1.0.4 +## [21] munsell_0.5.0 gtable_0.3.4 ragg_1.2.5 codetools_0.2-19 +## [25] memoise_2.0.1 evaluate_0.23 labeling_0.4.3 fastmap_1.2.0 +## [29] vipor_0.4.5 class_7.3-21 fansi_1.0.6 highr_0.11 +## [33] Rcpp_1.0.11 KernSmooth_2.23-20 polynom_1.4-1 scales_1.3.0.9000 +## [37] classInt_0.4-9 cachem_1.1.0 desc_1.4.3 jsonlite_1.8.8 +## [41] farver_2.1.1 systemfonts_1.0.4 fs_1.6.4 textshaping_0.3.6 +## [45] digest_0.6.35 dplyr_1.1.4 grid_4.2.3 cli_3.6.2 +## [49] tools_4.2.3 magrittr_2.0.3 sass_0.4.9 proxy_0.4-27 +## [53] tibble_3.2.1 pkgconfig_2.0.3 MASS_7.3-58.2 timechange_0.2.0 +## [57] lubridate_1.9.3 rmarkdown_2.27 R6_2.5.1 units_0.8-2 +## [61] compiler_4.2.3 diff --git a/docs/articles/examples_files/figure-html/all_arrows-1.png b/docs/articles/examples_files/figure-html/all_arrows-1.png index 182bfbe..bc254e1 100644 Binary files a/docs/articles/examples_files/figure-html/all_arrows-1.png and b/docs/articles/examples_files/figure-html/all_arrows-1.png differ diff --git a/docs/articles/examples_files/figure-html/all_linetypes-1.png b/docs/articles/examples_files/figure-html/all_linetypes-1.png index bfe079f..f70713d 100644 Binary files a/docs/articles/examples_files/figure-html/all_linetypes-1.png and b/docs/articles/examples_files/figure-html/all_linetypes-1.png differ diff --git a/docs/articles/examples_files/figure-html/all_segments-1.png b/docs/articles/examples_files/figure-html/all_segments-1.png index d54c1e7..7bb8cf4 100644 Binary files a/docs/articles/examples_files/figure-html/all_segments-1.png and b/docs/articles/examples_files/figure-html/all_segments-1.png differ diff --git a/docs/articles/examples_files/figure-html/clipping-1.png b/docs/articles/examples_files/figure-html/clipping-1.png index bf24068..f9829e9 100644 Binary files a/docs/articles/examples_files/figure-html/clipping-1.png and b/docs/articles/examples_files/figure-html/clipping-1.png differ diff --git a/docs/articles/examples_files/figure-html/comparison-1.png b/docs/articles/examples_files/figure-html/comparison-1.png index e46d532..56c0528 100644 Binary files a/docs/articles/examples_files/figure-html/comparison-1.png and b/docs/articles/examples_files/figure-html/comparison-1.png differ diff --git a/docs/articles/examples_files/figure-html/coord_flip-1.png b/docs/articles/examples_files/figure-html/coord_flip-1.png new file mode 100644 index 0000000..bf13c30 Binary files /dev/null and b/docs/articles/examples_files/figure-html/coord_flip-1.png differ diff --git a/docs/articles/examples_files/figure-html/direction_x-1.png b/docs/articles/examples_files/figure-html/direction_x-1.png index 011c17c..595386a 100644 Binary files a/docs/articles/examples_files/figure-html/direction_x-1.png and b/docs/articles/examples_files/figure-html/direction_x-1.png differ diff --git a/docs/articles/examples_files/figure-html/direction_y-1.png b/docs/articles/examples_files/figure-html/direction_y-1.png index fdfb391..24cf529 100644 Binary files a/docs/articles/examples_files/figure-html/direction_y-1.png and b/docs/articles/examples_files/figure-html/direction_y-1.png differ diff --git a/docs/articles/examples_files/figure-html/empty_string-1.png b/docs/articles/examples_files/figure-html/empty_string-1.png index 2977bda..bd00b41 100644 Binary files a/docs/articles/examples_files/figure-html/empty_string-1.png and b/docs/articles/examples_files/figure-html/empty_string-1.png differ diff --git a/docs/articles/examples_files/figure-html/empty_string_big-1.png b/docs/articles/examples_files/figure-html/empty_string_big-1.png index 3b9f3a9..2d999b8 100644 Binary files a/docs/articles/examples_files/figure-html/empty_string_big-1.png and b/docs/articles/examples_files/figure-html/empty_string_big-1.png differ diff --git a/docs/articles/examples_files/figure-html/expand_scale-1.png b/docs/articles/examples_files/figure-html/expand_scale-1.png index 7ffc4ec..298d40a 100644 Binary files a/docs/articles/examples_files/figure-html/expand_scale-1.png and b/docs/articles/examples_files/figure-html/expand_scale-1.png differ diff --git a/docs/articles/examples_files/figure-html/expand_scale-2.png b/docs/articles/examples_files/figure-html/expand_scale-2.png index 779c799..1e16bab 100644 Binary files a/docs/articles/examples_files/figure-html/expand_scale-2.png and b/docs/articles/examples_files/figure-html/expand_scale-2.png differ diff --git a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png index 85d3393..a4a7636 100644 Binary files a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png and b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-1.png differ diff --git a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png index 8f8383b..6fde9e0 100644 Binary files a/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png and b/docs/articles/examples_files/figure-html/geom_text_repel-hjust-2.png differ diff --git a/docs/articles/examples_files/figure-html/japanese-1.png b/docs/articles/examples_files/figure-html/japanese-1.png index 3ccb091..d853628 100644 Binary files a/docs/articles/examples_files/figure-html/japanese-1.png and b/docs/articles/examples_files/figure-html/japanese-1.png differ diff --git a/docs/articles/examples_files/figure-html/jitter-1.png b/docs/articles/examples_files/figure-html/jitter-1.png index 60ba97c..d6cff40 100644 Binary files a/docs/articles/examples_files/figure-html/jitter-1.png and b/docs/articles/examples_files/figure-html/jitter-1.png differ diff --git a/docs/articles/examples_files/figure-html/label-sf-objects-1.png b/docs/articles/examples_files/figure-html/label-sf-objects-1.png index 909a95b..0819dd4 100644 Binary files a/docs/articles/examples_files/figure-html/label-sf-objects-1.png and b/docs/articles/examples_files/figure-html/label-sf-objects-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve-1.png b/docs/articles/examples_files/figure-html/line_curve-1.png index f669bdc..10bd3a9 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve-1.png and b/docs/articles/examples_files/figure-html/line_curve-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve_annotate-1.png b/docs/articles/examples_files/figure-html/line_curve_annotate-1.png index 3588235..ec0e8dc 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve_annotate-1.png and b/docs/articles/examples_files/figure-html/line_curve_annotate-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png b/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png index 950eaba..d8a41ae 100644 Binary files a/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png and b/docs/articles/examples_files/figure-html/line_curve_annotate_linetype-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png b/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png index 765ccb6..17c692f 100644 Binary files a/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png and b/docs/articles/examples_files/figure-html/line_inflect_and_square-1.png differ diff --git a/docs/articles/examples_files/figure-html/line_shape-1.png b/docs/articles/examples_files/figure-html/line_shape-1.png index 6406b4d..8376282 100644 Binary files a/docs/articles/examples_files/figure-html/line_shape-1.png and b/docs/articles/examples_files/figure-html/line_shape-1.png differ diff --git a/docs/articles/examples_files/figure-html/math-1.png b/docs/articles/examples_files/figure-html/math-1.png index 96e42d9..7a421e7 100644 Binary files a/docs/articles/examples_files/figure-html/math-1.png and b/docs/articles/examples_files/figure-html/math-1.png differ diff --git a/docs/articles/examples_files/figure-html/neat-offset-x-1.png b/docs/articles/examples_files/figure-html/neat-offset-x-1.png index 7b2c414..6d2911f 100644 Binary files a/docs/articles/examples_files/figure-html/neat-offset-x-1.png and b/docs/articles/examples_files/figure-html/neat-offset-x-1.png differ diff --git a/docs/articles/examples_files/figure-html/neat-offset-y-1.png b/docs/articles/examples_files/figure-html/neat-offset-y-1.png index 9594b6f..3bbd05e 100644 Binary files a/docs/articles/examples_files/figure-html/neat-offset-y-1.png and b/docs/articles/examples_files/figure-html/neat-offset-y-1.png differ diff --git a/docs/articles/examples_files/figure-html/plot_edges-1.png b/docs/articles/examples_files/figure-html/plot_edges-1.png index c5db142..c526d5d 100644 Binary files a/docs/articles/examples_files/figure-html/plot_edges-1.png and b/docs/articles/examples_files/figure-html/plot_edges-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_cars-1.png b/docs/articles/examples_files/figure-html/point_size_cars-1.png index fa7e6f3..eaa913f 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_cars-1.png and b/docs/articles/examples_files/figure-html/point_size_cars-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_cars_label-1.png b/docs/articles/examples_files/figure-html/point_size_cars_label-1.png index 1f973af..c2d21e8 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_cars_label-1.png and b/docs/articles/examples_files/figure-html/point_size_cars_label-1.png differ diff --git a/docs/articles/examples_files/figure-html/point_size_na-1.png b/docs/articles/examples_files/figure-html/point_size_na-1.png index 89c90e3..8aa9037 100644 Binary files a/docs/articles/examples_files/figure-html/point_size_na-1.png and b/docs/articles/examples_files/figure-html/point_size_na-1.png differ diff --git a/docs/articles/examples_files/figure-html/polar-1.png b/docs/articles/examples_files/figure-html/polar-1.png index dfefe5c..b21f659 100644 Binary files a/docs/articles/examples_files/figure-html/polar-1.png and b/docs/articles/examples_files/figure-html/polar-1.png differ diff --git a/docs/articles/examples_files/figure-html/position_nudge_center-1.png b/docs/articles/examples_files/figure-html/position_nudge_center-1.png index 633bfed..a1dd9d7 100644 Binary files a/docs/articles/examples_files/figure-html/position_nudge_center-1.png and b/docs/articles/examples_files/figure-html/position_nudge_center-1.png differ diff --git a/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png b/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png new file mode 100644 index 0000000..dfe713f Binary files /dev/null and b/docs/articles/examples_files/figure-html/pseudo_log_trans-1.png differ diff --git a/docs/articles/examples_files/figure-html/quasirandom-1.png b/docs/articles/examples_files/figure-html/quasirandom-1.png index 5994abf..7b37f9e 100644 Binary files a/docs/articles/examples_files/figure-html/quasirandom-1.png and b/docs/articles/examples_files/figure-html/quasirandom-1.png differ diff --git a/docs/articles/examples_files/figure-html/remove_a_2-1.png b/docs/articles/examples_files/figure-html/remove_a_2-1.png index f69b691..05295c5 100644 Binary files a/docs/articles/examples_files/figure-html/remove_a_2-1.png and b/docs/articles/examples_files/figure-html/remove_a_2-1.png differ diff --git a/docs/articles/examples_files/figure-html/shadowtext-1.png b/docs/articles/examples_files/figure-html/shadowtext-1.png index 8899625..51c3616 100644 Binary files a/docs/articles/examples_files/figure-html/shadowtext-1.png and b/docs/articles/examples_files/figure-html/shadowtext-1.png differ diff --git a/docs/articles/examples_files/figure-html/show_all_labels-1.png b/docs/articles/examples_files/figure-html/show_all_labels-1.png index ca00d2d..1eabfea 100644 Binary files a/docs/articles/examples_files/figure-html/show_all_labels-1.png and b/docs/articles/examples_files/figure-html/show_all_labels-1.png differ diff --git a/docs/articles/examples_files/figure-html/stat_summary-1.png b/docs/articles/examples_files/figure-html/stat_summary-1.png index 4ac72d0..50d714c 100644 Binary files a/docs/articles/examples_files/figure-html/stat_summary-1.png and b/docs/articles/examples_files/figure-html/stat_summary-1.png differ diff --git a/docs/articles/examples_files/figure-html/timing-1.png b/docs/articles/examples_files/figure-html/timing-1.png index 250c27d..278c2ca 100644 Binary files a/docs/articles/examples_files/figure-html/timing-1.png and b/docs/articles/examples_files/figure-html/timing-1.png differ diff --git a/docs/articles/examples_files/figure-html/wordcloud-1.png b/docs/articles/examples_files/figure-html/wordcloud-1.png index 166b314..82ab64a 100644 Binary files a/docs/articles/examples_files/figure-html/wordcloud-1.png and b/docs/articles/examples_files/figure-html/wordcloud-1.png differ diff --git a/docs/articles/examples_files/figure-html/x_limits_na-1.png b/docs/articles/examples_files/figure-html/x_limits_na-1.png new file mode 100644 index 0000000..cc56511 Binary files /dev/null and b/docs/articles/examples_files/figure-html/x_limits_na-1.png differ diff --git a/docs/articles/examples_files/figure-html/xlim-1.png b/docs/articles/examples_files/figure-html/xlim-1.png index dac8132..42f5ee9 100644 Binary files a/docs/articles/examples_files/figure-html/xlim-1.png and b/docs/articles/examples_files/figure-html/xlim-1.png differ diff --git a/docs/articles/ggrepel_files/figure-html/comparison-1.png b/docs/articles/ggrepel_files/figure-html/comparison-1.png index e474320..2dcf7c9 100644 Binary files a/docs/articles/ggrepel_files/figure-html/comparison-1.png and b/docs/articles/ggrepel_files/figure-html/comparison-1.png differ diff --git a/docs/articles/index.html b/docs/articles/index.html index dd19f6e..e741402 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -1,5 +1,5 @@ -Articles • ggrepelArticles • ggrepel - - + + @@ -44,7 +44,7 @@ ggrepel - 0.9.5 + 0.9.6 @@ -100,7 +100,7 @@ Release notes Kamil Slowikowski - 2024-01-10 + 2024-09-07 Source: vignettes/related-work.Rmd related-work.Rmd diff --git a/docs/authors.html b/docs/authors.html index ad1669e..0534d90 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -1,5 +1,5 @@ -Authors and Citation • ggrepelAuthors and Citation • ggrepel - - + + diff --git a/docs/index.html b/docs/index.html index 50cc6a7..537c6ac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,8 +14,8 @@ - - + + @@ -44,7 +44,7 @@ ggrepel - 0.9.5 + 0.9.6 diff --git a/docs/news/index.html b/docs/news/index.html index 2efe9fe..c7f1fbc 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -1,5 +1,5 @@ -Changelog • ggrepelChangelog • ggrepelRepulsive textual annotations. — geom_label_repel • ggrepelGeomLabelRepel — GeomLabelRepel • ggrepelGeomLabelRepel — GeomLabelRepel • ggrepelFunction reference • ggrepelNudge labels a fixed distance from points — position_nudge_repel • ggrepel
+ sessionInfo() ## R version 4.2.3 (2023-03-15) ## Platform: aarch64-apple-darwin20 (64-bit) @@ -1396,26 +1417,26 @@ R Session Info## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] patchwork_1.1.2 ggpp_0.5.5 sf_1.0-12 ggbeeswarm_0.7.2 -## [5] ggrepel_0.9.5 ggplot2_3.4.4 gridExtra_2.3 knitr_1.43 +## [1] sf_1.0-12 patchwork_1.2.0 ggpp_0.5.5 ggbeeswarm_0.7.2 +## [5] ggrepel_0.9.6 ggplot2_3.5.1 gridExtra_2.3 knitr_1.47 ## ## loaded via a namespace (and not attached): -## [1] Rcpp_1.0.11 lubridate_1.9.2 class_7.3-21 rprojroot_2.0.3 -## [5] digest_0.6.31 utf8_1.2.4 R6_2.5.1 evaluate_0.21 -## [9] e1071_1.7-13 highr_0.10 pillar_1.9.0 rlang_1.1.2 -## [13] jquerylib_0.1.4 rmarkdown_2.23 pkgdown_2.0.7 textshaping_0.3.6 -## [17] desc_1.4.2 labeling_0.4.3 polynom_1.4-1 stringr_1.5.0 -## [21] munsell_0.5.0 proxy_0.4-27 compiler_4.2.3 vipor_0.4.5 -## [25] xfun_0.39 pkgconfig_2.0.3 systemfonts_1.0.4 htmltools_0.5.5 -## [29] tidyselect_1.2.0 tibble_3.2.1 codetools_0.2-19 fansi_1.0.5 -## [33] dplyr_1.1.2 withr_2.5.2 MASS_7.3-58.2 grid_4.2.3 -## [37] jsonlite_1.8.7 gtable_0.3.4 lifecycle_1.0.4 DBI_1.1.3 -## [41] magrittr_2.0.3 units_0.8-2 scales_1.3.0 KernSmooth_2.23-20 -## [45] cli_3.6.1 stringi_1.7.12 cachem_1.0.8 farver_2.1.1 -## [49] fs_1.6.2 bslib_0.5.0 ragg_1.2.5 generics_0.1.3 -## [53] vctrs_0.6.5 tools_4.2.3 glue_1.6.2 beeswarm_0.4.0 -## [57] purrr_1.0.1 fastmap_1.1.1 yaml_2.3.7 timechange_0.2.0 -## [61] colorspace_2.1-0 classInt_0.4-9 memoise_2.0.1 sass_0.4.6 +## [1] beeswarm_0.4.0 tidyselect_1.2.1 xfun_0.44 bslib_0.7.0 +## [5] purrr_1.0.2 colorspace_2.1-0 vctrs_0.6.5 generics_0.1.3 +## [9] htmltools_0.5.8.1 yaml_2.3.8 utf8_1.2.4 rlang_1.1.3 +## [13] e1071_1.7-13 pkgdown_2.0.7 jquerylib_0.1.4 pillar_1.9.0 +## [17] glue_1.7.0 withr_3.0.0 DBI_1.2.3 lifecycle_1.0.4 +## [21] munsell_0.5.0 gtable_0.3.4 ragg_1.2.5 codetools_0.2-19 +## [25] memoise_2.0.1 evaluate_0.23 labeling_0.4.3 fastmap_1.2.0 +## [29] vipor_0.4.5 class_7.3-21 fansi_1.0.6 highr_0.11 +## [33] Rcpp_1.0.11 KernSmooth_2.23-20 polynom_1.4-1 scales_1.3.0.9000 +## [37] classInt_0.4-9 cachem_1.1.0 desc_1.4.3 jsonlite_1.8.8 +## [41] farver_2.1.1 systemfonts_1.0.4 fs_1.6.4 textshaping_0.3.6 +## [45] digest_0.6.35 dplyr_1.1.4 grid_4.2.3 cli_3.6.2 +## [49] tools_4.2.3 magrittr_2.0.3 sass_0.4.9 proxy_0.4-27 +## [53] tibble_3.2.1 pkgconfig_2.0.3 MASS_7.3-58.2 timechange_0.2.0 +## [57] lubridate_1.9.3 rmarkdown_2.27 R6_2.5.1 units_0.8-2 +## [61] compiler_4.2.3
sessionInfo()
## R version 4.2.3 (2023-03-15) ## Platform: aarch64-apple-darwin20 (64-bit) @@ -1396,26 +1417,26 @@ R Session Info## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] patchwork_1.1.2 ggpp_0.5.5 sf_1.0-12 ggbeeswarm_0.7.2 -## [5] ggrepel_0.9.5 ggplot2_3.4.4 gridExtra_2.3 knitr_1.43 +## [1] sf_1.0-12 patchwork_1.2.0 ggpp_0.5.5 ggbeeswarm_0.7.2 +## [5] ggrepel_0.9.6 ggplot2_3.5.1 gridExtra_2.3 knitr_1.47 ## ## loaded via a namespace (and not attached): -## [1] Rcpp_1.0.11 lubridate_1.9.2 class_7.3-21 rprojroot_2.0.3 -## [5] digest_0.6.31 utf8_1.2.4 R6_2.5.1 evaluate_0.21 -## [9] e1071_1.7-13 highr_0.10 pillar_1.9.0 rlang_1.1.2 -## [13] jquerylib_0.1.4 rmarkdown_2.23 pkgdown_2.0.7 textshaping_0.3.6 -## [17] desc_1.4.2 labeling_0.4.3 polynom_1.4-1 stringr_1.5.0 -## [21] munsell_0.5.0 proxy_0.4-27 compiler_4.2.3 vipor_0.4.5 -## [25] xfun_0.39 pkgconfig_2.0.3 systemfonts_1.0.4 htmltools_0.5.5 -## [29] tidyselect_1.2.0 tibble_3.2.1 codetools_0.2-19 fansi_1.0.5 -## [33] dplyr_1.1.2 withr_2.5.2 MASS_7.3-58.2 grid_4.2.3 -## [37] jsonlite_1.8.7 gtable_0.3.4 lifecycle_1.0.4 DBI_1.1.3 -## [41] magrittr_2.0.3 units_0.8-2 scales_1.3.0 KernSmooth_2.23-20 -## [45] cli_3.6.1 stringi_1.7.12 cachem_1.0.8 farver_2.1.1 -## [49] fs_1.6.2 bslib_0.5.0 ragg_1.2.5 generics_0.1.3 -## [53] vctrs_0.6.5 tools_4.2.3 glue_1.6.2 beeswarm_0.4.0 -## [57] purrr_1.0.1 fastmap_1.1.1 yaml_2.3.7 timechange_0.2.0 -## [61] colorspace_2.1-0 classInt_0.4-9 memoise_2.0.1 sass_0.4.6
vignettes/related-work.Rmd
related-work.Rmd