Package: ggguides Title: Simplified Legend and Guide Alignment for 'ggplot2' Version: 1.1.10 Authors@R: person("Gilles", "Colling", email = "gilles.colling051@gmail.com", role = c("aut", "cre")) Description: Provides one-liner functions for common legend and guide operations in 'ggplot2'. Simplifies legend positioning, styling, wrapping, and collection across multi-panel plots created with 'patchwork' or 'cowplot'. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: ggplot2 (>= 3.5.0), grid, gridExtra, gtable, rlang Suggests: patchwork, testthat (>= 3.0.0), knitr, rmarkdown VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://gillescolling.com/ggguides/, https://github.com/gcol33/ggguides BugReports: https://github.com/gcol33/ggguides/issues Repository: https://gcol33.r-universe.dev Date/Publication: 2026-06-29 15:24:43 UTC RemoteUrl: https://github.com/gcol33/ggguides RemoteRef: HEAD RemoteSha: 0316a73b42f21342b9b8c5d2e07312f0a83a886a NeedsCompilation: no Packaged: 2026-06-29 17:41:16 UTC; root Author: Gilles Colling [aut, cre] Maintainer: Gilles Colling