Package: ggarchery Type: Package Depends: R (>= 4.0.0) Imports: ggplot2, purrr, magrittr, tidyr, dplyr, glue, rlang, grid Title: Flexible Segment Geoms with Arrows for 'ggplot2' Version: 0.4.4 Authors@R: person("Matthew", "Hall", , "matthew.hall@lshtm.ac.uk", role = c("aut", "cre")) Description: Geoms for placing arrowheads at multiple points along a segment, not just at the end; position function to shift starts and ends of arrows to avoid exactly intersecting points. License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 URL: https://github.com/mdhall272/ggarchery Collate: 'legend-draw-ggarchery.R' 'geom-arrowsegment.R' 'ggproto.R' 'position-attractsegment.R' Config/pak/sysreqs: libicu-dev Repository: https://mdhall272.r-universe.dev Date/Publication: 2025-07-24 11:10:22 UTC RemoteUrl: https://github.com/mdhall272/ggarchery RemoteRef: HEAD RemoteSha: 8a8f65e5099a7a57408969cef5ecf6f12e9eb8b6 NeedsCompilation: no Packaged: 2026-06-19 09:51:59 UTC; root Author: Matthew Hall [aut, cre] Maintainer: Matthew Hall