Package: cowplot Title: Streamlined Plot Theme and Plot Annotations for 'ggplot2' Version: 1.2.0.9000 Authors@R: person( given = "Claus O.", family = "Wilke", role = c("aut", "cre"), email = "wilke@austin.utexas.edu", comment = c(ORCID = "0000-0002-7470-9261") ) Description: Provides various features that help with creating publication-quality figures with 'ggplot2', such as a set of themes, functions to align plots and arrange them into complex compound figures, and functions that make it easy to annotate plots and or mix plots with images. The package was originally written for internal use in the Wilke lab, hence the name (Claus O. Wilke's plot package). It has also been used extensively in the book Fundamentals of Data Visualization. URL: https://wilkelab.org/cowplot/ BugReports: https://github.com/wilkelab/cowplot/issues Depends: R (>= 3.5.0) Imports: ggplot2 (>= 3.5.2), grid, gtable, grDevices, methods, rlang, scales License: GPL-2 Suggests: Cairo, covr, dplyr, forcats, gridGraphics (>= 0.4-0), knitr, lattice, magick, maps, PASWR, patchwork, rmarkdown, ragg, testthat (>= 1.0.0), tidyr, vdiffr (>= 0.3.0), VennDiagram VignetteBuilder: knitr Collate: 'add_sub.R' 'align_plots.R' 'as_grob.R' 'as_gtable.R' 'axis_canvas.R' 'cowplot.R' 'draw.R' 'get_plot_component.R' 'get_axes.R' 'get_titles.R' 'get_legend.R' 'get_panel.R' 'gtable.R' 'key_glyph.R' 'plot_grid.R' 'save.R' 'set_null_device.R' 'setup.R' 'stamp.R' 'themes.R' 'utils_ggplot2.R' RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Encoding: UTF-8 Repository: https://wilkelab.r-universe.dev Date/Publication: 2025-07-07 21:47:39 UTC RemoteUrl: https://github.com/wilkelab/cowplot RemoteRef: HEAD RemoteSha: b18d820d3af26b749235c4e4bc18bf416fba88e1 NeedsCompilation: no Packaged: 2026-06-09 07:28:48 UTC; root Author: Claus O. Wilke [aut, cre] (ORCID: ) Maintainer: Claus O. Wilke