{
  "_id": "6a1056caacfb0bcc41ca2d2c",
  "Type": "Package",
  "Package": "corrr",
  "Title": "Correlations in R",
  "Version": "0.4.4.9000",
  "Authors@R": "c(\nperson(\"Max\", \"Kuhn\", , \"max@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Simon\", \"Jackson\", role = \"aut\"),\nperson(\"Jorge\", \"Cimentada\", role = \"aut\")\n)",
  "Description": "A tool for exploring correlations.  It makes it possible\nto easily perform routine tasks when exploring correlation\nmatrices such as ignoring the diagonal, focusing on the\ncorrelations of certain variables against others, or\nrearranging and visualizing the matrix in terms of the strength\nof the correlations.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/tidymodels/corrr, https://corrr.tidymodels.org",
  "BugReports": "https://github.com/tidymodels/corrr/issues",
  "VignetteBuilder": "knitr",
  "Config/Needs/website": "tidyverse/tidytemplate",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.1.9000",
  "Config/testthat/edition": "3",
  "Repository": "https://tidymodels.r-universe.dev",
  "Date/Publication": "2024-01-05 18:06:49 UTC",
  "RemoteUrl": "https://github.com/tidymodels/corrr",
  "RemoteRef": "HEAD",
  "RemoteSha": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-09 07:35:31 UTC",
    "User": "root"
  },
  "Author": "Max Kuhn [aut, cre],\nSimon Jackson [aut],\nJorge Cimentada [aut]",
  "Maintainer": "Max Kuhn <max@rstudio.com>",
  "MD5sum": "7ff2f3fe832c2ba6279dab20e019829f",
  "_user": "tidymodels",
  "_type": "src",
  "_file": "corrr_0.4.4.9000.tar.gz",
  "_fileid": "c348ecfdae8da172c998af3607e2c357d011287ad92fb27bb6444a1991fac469",
  "_filesize": 569350,
  "_sha256": "c348ecfdae8da172c998af3607e2c357d011287ad92fb27bb6444a1991fac469",
  "_created": "2026-05-09T07:35:31.000Z",
  "_published": "2026-05-22T13:14:50.069Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77386828863,
      "time": 147,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6894029852"
    },
    {
      "job": 77386829192,
      "time": 147,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6894029224"
    },
    {
      "job": 77386829178,
      "time": 122,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6894026766"
    },
    {
      "job": 77386828697,
      "time": 91,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6894023647"
    },
    {
      "job": 77386827997,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894013999"
    },
    {
      "job": 77386827458,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161386422"
    },
    {
      "job": 77386828407,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6894025469"
    },
    {
      "job": 77386829129,
      "time": 129,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6894027493"
    },
    {
      "job": 77386829210,
      "time": 122,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6894026785"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tidymodels/actions/runs/25595423806",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tidymodels/corrr",
  "_commit": {
    "id": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
    "author": "Emil Hvitfeldt <emil.hvitfeldt@posit.co>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #173 from tidymodels/fix-plausible\n\nfix typo in plausible config",
    "time": 1704478009
  },
  "_maintainer": {
    "name": "Max Kuhn",
    "email": "max@rstudio.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 2.2.0",
      "role": "Imports"
    },
    {
      "package": "ggrepel",
      "version": ">= 0.6.5",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.4.2",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 0.2.2",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.4.0",
      "role": "Imports"
    },
    {
      "package": "seriation",
      "version": ">= 1.2-0",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 2.0",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "DBI",
      "role": "Suggests"
    },
    {
      "package": "dbplyr",
      "version": ">= 1.2.1",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "version": ">= 1.13",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "version": ">= 0.9.6",
      "role": "Suggests"
    },
    {
      "package": "RSQLite",
      "role": "Suggests"
    },
    {
      "package": "sparklyr",
      "version": ">= 0.9",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "tidymodels",
  "_selfowned": true,
  "_usedby": 7,
  "_updates": [],
  "_tags": [],
  "_stars": 591,
  "_contributors": [
    {
      "user": "drsimonj",
      "count": 153,
      "uuid": 11235783
    },
    {
      "user": "juliasilge",
      "count": 52,
      "uuid": 12505835
    },
    {
      "user": "edgararuiz-zz",
      "count": 41,
      "uuid": 7875923
    },
    {
      "user": "edgararuiz",
      "count": 29,
      "uuid": 77294576
    },
    {
      "user": "thisisdaryn",
      "count": 25,
      "uuid": 192906
    },
    {
      "user": "topepo",
      "count": 25,
      "uuid": 5731043
    },
    {
      "user": "cimentadaj",
      "count": 17,
      "uuid": 8180025
    },
    {
      "user": "jameslairdsmith",
      "count": 7,
      "uuid": 12127550
    },
    {
      "user": "emilhvitfeldt",
      "count": 6,
      "uuid": 14034784
    },
    {
      "user": "krlmlr",
      "count": 5,
      "uuid": 1741643
    },
    {
      "user": "jsta",
      "count": 2,
      "uuid": 7844578
    },
    {
      "user": "hfrick",
      "count": 2,
      "uuid": 12950918
    },
    {
      "user": "antoine-sachet",
      "count": 1,
      "uuid": 10772583
    },
    {
      "user": "michaelgrund",
      "count": 1,
      "uuid": 23025878
    },
    {
      "user": "s-scherrer",
      "count": 1,
      "uuid": 24706421
    }
  ],
  "_userbio": {
    "uuid": 29100987,
    "type": "organization",
    "name": "tidymodels"
  },
  "_downloads": {
    "count": 8658,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/corrr"
  },
  "_mentions": 22,
  "_devurl": "https://github.com/tidymodels/corrr",
  "_pkgdown": "https://corrr.tidymodels.org",
  "_searchresults": 3424,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/corrr.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tidymodels/corrr",
  "_realowner": "tidymodels",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2016-07-08"
    },
    {
      "version": "0.2.0",
      "date": "2016-08-11"
    },
    {
      "version": "0.2.1",
      "date": "2016-10-10"
    },
    {
      "version": "0.3.0",
      "date": "2018-07-31"
    },
    {
      "version": "0.3.1",
      "date": "2019-03-08"
    },
    {
      "version": "0.3.2",
      "date": "2019-04-20"
    },
    {
      "version": "0.4.0",
      "date": "2019-07-12"
    },
    {
      "version": "0.4.1",
      "date": "2020-02-10"
    },
    {
      "version": "0.4.2",
      "date": "2020-03-22"
    },
    {
      "version": "0.4.3",
      "date": "2020-11-24"
    },
    {
      "version": "0.4.4",
      "date": "2022-08-16"
    },
    {
      "version": "0.4.5",
      "date": "2025-08-18"
    }
  ],
  "_exports": [
    "as_cordf",
    "as_matrix",
    "autoplot",
    "colpair_map",
    "correlate",
    "dice",
    "fashion",
    "first_col",
    "focus",
    "focus_",
    "focus_if",
    "network_plot",
    "pair_n",
    "rearrange",
    "retract",
    "rplot",
    "shave",
    "stretch"
  ],
  "_help": [
    {
      "page": "as_cordf",
      "title": "Coerce lists and matrices to correlation data frames",
      "topics": [
        "as_cordf"
      ]
    },
    {
      "page": "as_matrix",
      "title": "Convert a correlation data frame to matrix format",
      "topics": [
        "as_matrix"
      ]
    },
    {
      "page": "autoplot.cor_df",
      "title": "Create a correlation matrix from a cor_df object",
      "topics": [
        "autoplot.cor_df"
      ]
    },
    {
      "page": "colpair_map",
      "title": "Apply a function to all pairs of columns in a data frame",
      "topics": [
        "colpair_map"
      ]
    },
    {
      "page": "correlate",
      "title": "Correlation Data Frame",
      "topics": [
        "correlate"
      ]
    },
    {
      "page": "dice",
      "title": "Returns a correlation table with the selected fields only",
      "topics": [
        "dice"
      ]
    },
    {
      "page": "fashion",
      "title": "Fashion a correlation data frame for printing.",
      "topics": [
        "fashion"
      ]
    },
    {
      "page": "first_col",
      "title": "Add a first column to a data.frame",
      "topics": [
        "first_col"
      ]
    },
    {
      "page": "focus",
      "title": "Focus on section of a correlation data frame.",
      "topics": [
        "focus",
        "focus_"
      ]
    },
    {
      "page": "focus_if",
      "title": "Conditionally focus correlation data frame",
      "topics": [
        "focus_if"
      ]
    },
    {
      "page": "network_plot",
      "title": "Network plot of a correlation data frame",
      "topics": [
        "network_plot"
      ]
    },
    {
      "page": "pair_n",
      "title": "Number of pairwise complete cases.",
      "topics": [
        "pair_n"
      ]
    },
    {
      "page": "rearrange",
      "title": "Re-arrange a correlation data frame",
      "topics": [
        "rearrange"
      ]
    },
    {
      "page": "retract",
      "title": "Creates a data frame from a stretched correlation table",
      "topics": [
        "retract"
      ]
    },
    {
      "page": "rplot",
      "title": "Plot a correlation data frame.",
      "topics": [
        "rplot"
      ]
    },
    {
      "page": "shave",
      "title": "Shave off upper/lower triangle.",
      "topics": [
        "shave"
      ]
    },
    {
      "page": "stretch",
      "title": "Stretch correlation data frame into long format.",
      "topics": [
        "stretch"
      ]
    }
  ],
  "_pkglogo": "https://github.com/tidymodels/corrr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/tidymodels/corrr/raw/HEAD/README.md",
  "_rundeps": [
    "ca",
    "cli",
    "cluster",
    "codetools",
    "colorspace",
    "cpp11",
    "dplyr",
    "farver",
    "foreach",
    "gclus",
    "generics",
    "ggplot2",
    "ggrepel",
    "glue",
    "gtable",
    "isoband",
    "iterators",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "mgcv",
    "nlme",
    "permute",
    "pillar",
    "pkgconfig",
    "purrr",
    "qap",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "registry",
    "rlang",
    "S7",
    "scales",
    "seriation",
    "tibble",
    "tidyselect",
    "TSP",
    "utf8",
    "vctrs",
    "vegan",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "using-corrr.Rmd",
      "filename": "using-corrr.html",
      "title": "Using corrr",
      "author": "Simon Jackson",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Using corrr",
        "Why a correlation data frame?",
        "API",
        "Other Resources"
      ],
      "created": "2016-07-06 08:38:24",
      "modified": "2020-11-10 22:50:09",
      "commits": 8
    },
    {
      "source": "databases.Rmd",
      "filename": "databases.html",
      "title": "Using corrr with databases",
      "engine": "knitr::rmarkdown",
      "headings": [
        "An example",
        "sparklyr",
        "Limitations"
      ],
      "created": "2019-07-11 03:22:55",
      "modified": "2020-06-15 02:06:56",
      "commits": 2
    }
  ],
  "_score": 13.711886148775667,
  "_indexed": true,
  "_nocasepkg": "corrr",
  "_universes": [
    "tidymodels"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.4.9000",
      "date": "2026-05-09T07:37:49.000Z",
      "distro": "noble",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "64845042b24a5ae10613f60e65bd11162b39f1a0efcac3d77327677eec2078af",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/25595423806"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.4.9000",
      "date": "2026-05-09T07:37:43.000Z",
      "distro": "noble",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "d8b51afb80c3a7b32b7ab1c6077bc5daf0c0a9d7a3fd498f6e9cc021974155f8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/25595423806"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.4.9000",
      "date": "2026-05-09T07:37:23.000Z",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "0a0beb11e78a57965b9d7e5b84aa3de5610031d13e0818da61039d307b640785",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/25595423806"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.4.9000",
      "date": "2026-05-09T07:36:58.000Z",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "8eafe5b389444dfc61fef5b698f03a8e20b81c119d1ca5047bc6f2889c3501d3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/25595423806"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.4.9000",
      "date": "2026-05-09T07:36:57.000Z",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "815037de4ce3467b0223a3485d003c3477e934bf58f2cffb2f51104ec708a964",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/25595423806"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.4.9000",
      "date": "2026-05-09T07:37:16.000Z",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "57bc62762b540862ac5af107edeca5e445287384dd237a5795b272be4fb67d55",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/25595423806"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.4.9000",
      "date": "2026-05-09T07:37:01.000Z",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "0666038ee577deaae543387015dcdbf3bd7b90c46e3bfe08e5ccc8a0673f7188",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/25595423806"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.4.9000",
      "date": "2026-05-22T13:14:33.000Z",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "f264c84ae6922d6dc21eb3f33b29062f84654eded88f2b2bcf38a850d8910821",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/25595423806"
    }
  ]
}