Type: Package
Package: corrr
Title: Correlations in R
Version: 0.4.5
Authors@R: c(
    person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre")),
    person("Simon", "Jackson", role = "aut"),
    person("Jorge", "Cimentada", role = "aut")
  )
Description: A tool for exploring correlations.  It makes it possible to
    easily perform routine tasks when exploring correlation matrices such
    as ignoring the diagonal, focusing on the correlations of certain
    variables against others, or rearranging and visualizing the matrix in
    terms of the strength of the correlations.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/corrr, https://corrr.tidymodels.org
BugReports: https://github.com/tidymodels/corrr/issues
Depends: R (>= 3.4)
Imports: dplyr (>= 1.0.0), ggplot2 (>= 2.2.0), ggrepel (>= 0.6.5), glue
        (>= 1.4.2), purrr (>= 0.2.2), rlang (>= 0.4.0), seriation (>=
        1.2-0), tibble (>= 2.0)
Suggests: covr, DBI, dbplyr (>= 1.2.1), knitr (>= 1.13), rmarkdown (>=
        0.9.6), RSQLite, sparklyr (>= 0.9), testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-08-13 20:25:57 UTC; max
Author: Max Kuhn [aut, cre],
  Simon Jackson [aut],
  Jorge Cimentada [aut]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2025-08-18 11:20:12 UTC
Built: R 4.6.0; ; 2025-11-13 04:24:12 UTC; windows
