Package: ggdiagram
Title: Object-Oriented Diagram Plots with 'ggplot2'
Version: 0.1.0
Authors@R: 
    person("W. Joel", "Schneider", , "w.joel.schneider@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-8393-5316"))
Description: Creates diagrams with an
    object-oriented approach. Geometric objects have computed properties with information about themselves (e.g., their area) or about their relationships with other objects (e.g, the distance between their edges). The objects have methods to convert them to geoms that can be plotted in 'ggplot2'.
License: CC0
URL: https://github.com/wjschne/ggdiagram,
        https://wjschne.github.io/ggdiagram/
BugReports: https://github.com/wjschne/ggdiagram/issues
Depends: R (>= 4.1.0)
Imports: arrowheadr, bezier, cli, dplyr, farver, geomtextpath, ggarrow,
        ggforce, ggplot2, ggtext, grDevices, grid, janitor, lavaan,
        magick, magrittr, pdftools, purrr, rlang, S7, scales, signs,
        stringr, tibble, tidyr, tinter, tinytex, utils, vctrs
Suggests: knitr, marquee, methods, quarto, rmarkdown, simstandard,
        spelling, testthat (>= 3.0.0), tidyverse, viridis
VignetteBuilder: knitr, quarto
Config/Needs/website: quarto
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
Collate: 'ggdiagram-package.R' 'utils-pipe.R' 'a_early.R' 'str.R'
        'colors.R' 'angles.R' 'style.R' 'points.R' 'labels.R' 'lines.R'
        'segments.R' 'paths.R' 'circles.R' 'ellipses.R' 'arcs.R'
        'bezier.R' 'rectangles.R' 'polygons.R' 'equations.R'
        'distances.R' 'intersections.R' 'inside.R' 'rotate.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2025-07-31 09:53:25 UTC; tuh42402
Author: W. Joel Schneider [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-8393-5316>)
Maintainer: W. Joel Schneider <w.joel.schneider@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-19 14:50:13 UTC
