Package: ggmemo
Title: Add Arrows, Labels, and Change Annotations to 'ggplot2' Charts
Version: 0.1.0
Authors@R: 
    person("Lindsay", "Lintelman", , "lindsay.lintelman@posit.co",
           role = c("aut", "cre"))
Description: Add callout arrows, highlight data points, and show percent
    change between rows on 'ggplot2' charts in one line of code.
    annotate_callout() points at a data row with an arrow and label.
    annotate_change() draws a color-coded arrow between two rows and
    labels the delta as percent change, absolute difference, or
    percentage points. Designed for business charts, quarterly reports,
    and dashboards. Built on top of the 'ggpp' package.
URL: https://lindsay-lintelman.github.io/ggmemo/,
        https://github.com/lindsay-lintelman/ggmemo
BugReports: https://github.com/lindsay-lintelman/ggmemo/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 8.0.0
Imports: ggplot2, ggpp, rlang
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), vdiffr
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-06-08 14:33:42 UTC; lindsaylintelman
Author: Lindsay Lintelman [aut, cre]
Maintainer: Lindsay Lintelman <lindsay.lintelman@posit.co>
Repository: CRAN
Date/Publication: 2026-06-16 19:30:15 UTC
Built: R 4.5.2; ; 2026-06-16 22:30:37 UTC; unix
