Package: ggrepel Version: 0.9.8.9999 Authors@R: c( person("Kamil", "Slowikowski", email = "kslowikowski@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2843-6370")), person("Teun", "van den Brand", role = "ctb", comment = c(ORCID = "0000-0002-9335-7468")), person("Alicia", "Schep", role = "ctb", comment = c(ORCID = "0000-0002-3915-0618")), person("Sean", "Hughes", role = "ctb", comment = c(ORCID = "0000-0002-9409-9405")), person("Trung Kien", "Dang", role = "ctb", comment = c(ORCID = "0000-0001-7562-6495")), person("Saulius", "Lukauskas", role = "ctb"), person("Jean-Olivier", "Irisson", role = "ctb", comment = c(ORCID = "0000-0003-4920-3880")), person("Zhian N", "Kamvar", role = "ctb", comment = c(ORCID = "0000-0003-1458-7108")), person("Ryan", "Thompson", role = "ctb", comment = c(ORCID = "0000-0002-0450-8181")), person("Christophe", "Dervieux", role = "ctb", comment = c(ORCID = "0000-0003-4474-2498")), person("Hiroaki", "Yutani", role = "ctb"), person("Pierre", "Gramme", role = "ctb"), person("Amir Masoud", "Abdol", role = "ctb"), person("Malcolm", "Barrett", role = "ctb", comment = c(ORCID = "0000-0003-0299-5825")), person("Robrecht", "Cannoodt", role = "ctb", comment = c(ORCID = "0000-0003-3641-729X")), person("Michał", "Krassowski", role = "ctb", comment = c(ORCID = "0000-0002-9638-7785")), person("Michael", "Chirico", role = "ctb", comment = c(ORCID = "0000-0003-0787-087X")), person("Pedro", "Aphalo", role = "ctb", comment = c(ORCID = "0000-0003-3385-972X")), person("Francis", "Barton", role = "ctb"), person("Yann", "Cohen", role = "ctb", comment = c(ORCID = "0009-0009-0509-3609")) ) Title: Automatically Position Non-Overlapping Text Labels with 'ggplot2' Description: Provides text and label geoms for 'ggplot2' that help to avoid overlapping text labels. Labels repel away from each other and away from the data points. Depends: R (>= 4.1.0), ggplot2 (>= 3.5.2) Imports: grid, Rcpp, rlang (>= 1.1.6), S7, scales (>= 1.4.0), withr (>= 3.0.2) Suggests: knitr, rmarkdown, testthat, svglite, vdiffr, gridExtra, ggpp, patchwork, devtools, prettydoc, ggbeeswarm, dplyr, magrittr, readr, stringr, marquee, rsvg, sf 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.3.3 LinkingTo: Rcpp Encoding: UTF-8 Repository: https://slowkow.r-universe.dev Date/Publication: 2026-04-14 13:38:52 UTC RemoteUrl: https://github.com/slowkow/ggrepel RemoteRef: HEAD RemoteSha: 458aa50c14c2d4df8792fff1478aca1ba3b3615f NeedsCompilation: yes Packaged: 2026-06-13 07:46:52 UTC; root Author: Kamil Slowikowski [aut, cre] (ORCID: ), Teun van den Brand [ctb] (ORCID: ), Alicia Schep [ctb] (ORCID: ), Sean Hughes [ctb] (ORCID: ), Trung Kien Dang [ctb] (ORCID: ), Saulius Lukauskas [ctb], Jean-Olivier Irisson [ctb] (ORCID: ), Zhian N Kamvar [ctb] (ORCID: ), Ryan Thompson [ctb] (ORCID: ), Christophe Dervieux [ctb] (ORCID: ), Hiroaki Yutani [ctb], Pierre Gramme [ctb], Amir Masoud Abdol [ctb], Malcolm Barrett [ctb] (ORCID: ), Robrecht Cannoodt [ctb] (ORCID: ), Michał Krassowski [ctb] (ORCID: ), Michael Chirico [ctb] (ORCID: ), Pedro Aphalo [ctb] (ORCID: ), Francis Barton [ctb], Yann Cohen [ctb] (ORCID: ) Maintainer: Kamil Slowikowski