Package: ggExtra Title: Add Marginal Histograms to 'ggplot2', and More 'ggplot2' Enhancements Version: 0.11.0.9000 Authors@R: c( person("Dean", "Attali", , "daattali@gmail.com", role = c("aut", "cre")), person("Christopher", "Baker", , "chriscrewbaker@gmail.com", role = "aut") ) Description: Collection of functions and layers to enhance 'ggplot2'. The flagship function is 'ggMarginal()', which can be used to add marginal histograms/boxplots/density plots to 'ggplot2' scatterplots. URL: https://github.com/daattali/ggExtra, https://daattali.com/shiny/ggExtra-ggMarginal-demo/ BugReports: https://github.com/daattali/ggExtra/issues Depends: R (>= 3.1.0) Imports: colourpicker (>= 1.0), ggplot2 (>= 2.2.0), grDevices, grid (>= 3.1.3), gtable (>= 0.2.0), miniUI (>= 0.1.1), scales (>= 0.2.0), shiny (>= 0.13.0), shinyjs (>= 0.5.2), utils, R6 Suggests: knitr (>= 1.7), rmarkdown, rstudioapi (>= 0.5), testthat (>= 3.0.0), vdiffr, fontquiver, svglite, withr, devtools License: MIT + file LICENSE SystemRequirements: pandoc with https support VignetteBuilder: knitr RoxygenNote: 7.2.3 Encoding: UTF-8 Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://daattali.r-universe.dev Date/Publication: 2025-09-18 02:48:48 UTC RemoteUrl: https://github.com/daattali/ggextra RemoteRef: HEAD RemoteSha: 5d7d6977924fbbe46fbb904e12bcf2e15b1712bc NeedsCompilation: no Packaged: 2026-06-17 08:00:15 UTC; root Author: Dean Attali [aut, cre], Christopher Baker [aut] Maintainer: Dean Attali