{
  "_id": "6a27a9e224555f66ed533e65",
  "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-06-08 08:24:19 UTC",
    "User": "root"
  },
  "Author": "Max Kuhn [aut, cre],\nSimon Jackson [aut],\nJorge Cimentada [aut]",
  "Maintainer": "Max Kuhn <max@rstudio.com>",
  "MD5sum": "1861699fe37e5779513b26811010b295",
  "_user": "tidymodels",
  "_type": "src",
  "_file": "corrr_0.4.4.9000.tar.gz",
  "_fileid": "f2d5317c60d68235dbd588493f36491b767af059cf5c4f755bde2dca6b9a687a",
  "_filesize": 567829,
  "_sha256": "f2d5317c60d68235dbd588493f36491b767af059cf5c4f755bde2dca6b9a687a",
  "_created": "2026-06-08T08:24:19.000Z",
  "_published": "2026-06-09T05:51:30.125Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80256890743,
      "time": 163,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7475006775"
    },
    {
      "job": 80256890624,
      "time": 171,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7475008302"
    },
    {
      "job": 80256890602,
      "time": 104,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7474988328"
    },
    {
      "job": 80256890680,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7474986095"
    },
    {
      "job": 80256890258,
      "time": 236,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474955050"
    },
    {
      "job": 80256890561,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474993199"
    },
    {
      "job": 80256890761,
      "time": 122,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7474994197"
    },
    {
      "job": 80256890371,
      "time": 98,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7499528033"
    },
    {
      "job": 80256890667,
      "time": 116,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7474991927"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tidymodels/actions/runs/27124966936",
  "_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": 19,
  "_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": 16787,
    "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": 3432,
  "_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": 14.434110741837486,
  "_indexed": true,
  "_nocasepkg": "corrr",
  "_universes": [
    "tidymodels"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.4.9000",
      "date": "2026-06-08T08:27:16.000Z",
      "distro": "noble",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "13239d008fe89b0da90851a7a6d489c741275c79208bff2fc2b17ad6bd0c952a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/27124966936"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.4.9000",
      "date": "2026-06-08T08:27:19.000Z",
      "distro": "noble",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "94139ad4e22bd2ff5a6c9a65e0a9b04ab6846616eed74ce35065c513e5be00f4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/27124966936"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.4.9000",
      "date": "2026-06-08T08:26:26.000Z",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "815613c470f8a36b06e2cbadcd95f4adf4342c9ce740c81ff6301d6d5b2d91a4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/27124966936"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.4.9000",
      "date": "2026-06-08T08:26:21.000Z",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "41fd1d2c0606dc6133ed193578f3f8412de42b6f6db7a06ab05382c1cf9a0ef1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/27124966936"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.4.9000",
      "date": "2026-06-08T08:27:05.000Z",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "1694efd6f3c70dce2746c37265f42a0979077f5d4dca2ff0bbd0747b68ef7b90",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/27124966936"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.4.9000",
      "date": "2026-06-08T08:26:25.000Z",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "cf5e3a1ad7fe2a8d1896d26022db56a4aa96a6f9ce5fd1f310812664a782a7c1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/27124966936"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.4.9000",
      "date": "2026-06-09T05:50:27.000Z",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "ba986184903846a2ccb71b90c917277c3d1bdd547bdf6a3e256abd353fa892a0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/27124966936"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.4.9000",
      "date": "2026-06-08T08:26:21.000Z",
      "commit": "aa0488f1a26e0e04dda9e08535719e8f6b6f9154",
      "fileid": "ecbdca3942a6202ea0fe363821430b488386407b70760689d1378d8b71f8efaa",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/27124966936"
    }
  ]
}