Type: Package
Package: ggcorrplot
Title: Visualization of a Correlation Matrix using 'ggplot2'
Version: 0.3.0
Date: 2026-07-24
Authors@R: 
    c(person(given = "Alboukadel",
             family = "Kassambara",
             role = c("aut", "cre"),
             email = "alboukadel.kassambara@gmail.com"),
      person(given = "Indrajeet",
             family = "Patil",
             role = "ctb",
             email = "patilindrajeet.science@gmail.com",
             comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")))
Description: The 'ggcorrplot' package can be used to visualize easily a
    correlation matrix using 'ggplot2'. It provides a solution for
    reordering the correlation matrix and displays the significance level
    on the plot. It also includes a function for computing a matrix of
    correlation p-values.
License: GPL-2
URL: https://rpkgs.datanovia.com/ggcorrplot/,
        https://github.com/kassambara/ggcorrplot
BugReports: https://github.com/kassambara/ggcorrplot/issues
Depends: R (>= 3.3), ggplot2 (>= 3.3.6)
Imports: grDevices, reshape2, stats
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, spelling, vdiffr (>=
        1.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-07-24 19:28:17 UTC; kassambara
Author: Alboukadel Kassambara [aut, cre],
  Indrajeet Patil [ctb] (ORCID: <https://orcid.org/0000-0003-1995-6531>,
    Twitter: @patilindrajeets)
Maintainer: Alboukadel Kassambara <alboukadel.kassambara@gmail.com>
Repository: CRAN
Date/Publication: 2026-07-24 20:50:02 UTC
