Package: tidycorrgram
Type: Package
Title: Tidy Correlation Matrices and 'ggplot2' Correlograms
Version: 0.1.0
Authors@R: c(
    person("Xinyu", "Zhang", email = "zhangx60@uci.edu", role = c("aut", "cre"))
  )
Author: Xinyu Zhang [aut, cre]
Maintainer: Xinyu Zhang <zhangx60@uci.edu>
Description: Computes correlation matrices as tidy data frames and creates
    publication-ready correlograms with 'ggplot2'. The package is designed for
    teaching and exploratory analysis workflows where users want one consistent
    interface for selecting numeric variables, calculating pairwise correlations,
    optionally estimating p-values, reordering variables, and drawing tile,
    point, or mixed correlograms.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Imports: ggplot2, stats
URL: https://github.com/zhangx60/tidycorrgram
BugReports: https://github.com/zhangx60/tidycorrgram/issues
NeedsCompilation: no
Packaged: 2026-06-07 05:02:14 UTC; isabelzhang
Repository: CRAN
Date/Publication: 2026-06-15 11:50:02 UTC
