{
  "_id": "6a1d633b1d7bb097a0a4b63f",
  "Package": "corx",
  "Type": "Package",
  "Title": "Create and Format Correlation Matrices",
  "Version": "1.0.7.3",
  "Date": "2025-11-03",
  "Authors@R": "person(given = \"James\",\nfamily = \"Conigrave\",\nrole = c(\"aut\", \"cre\"),\nemail = \"james.conigrave@gmail.com\",\ncomment = c(ORCID = \"0000-0002-8816-6229\"))",
  "Description": "Create correlation (or partial correlation) matrices.\nCorrelation matrices are formatted with significance stars\nbased on user preferences. Matrices of coefficients, p-values,\nand number of pairwise observations are returned. Send\nresultant formatted matrices to the clipboard to be pasted into\nexcel and other programs. A plot method allows users to\nvisualize correlation matrices created with 'corx'.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "URL": "https://github.com/conig/corx",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "cmake make libicu-dev libx11-dev zlib1g-dev",
  "Repository": "https://conig.r-universe.dev",
  "Date/Publication": "2025-11-03 23:17:38 UTC",
  "RemoteUrl": "https://github.com/conig/corx",
  "RemoteRef": "HEAD",
  "RemoteSha": "375f28d49af8822f16d3d50e5e936fc29260bec9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 10:31:57 UTC",
    "User": "root"
  },
  "Author": "James Conigrave [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-8816-6229>)",
  "Maintainer": "James Conigrave <james.conigrave@gmail.com>",
  "MD5sum": "f01aa0478e8ccaaf8947ef36a5996c5f",
  "_user": "conig",
  "_type": "src",
  "_file": "corx_1.0.7.3.tar.gz",
  "_fileid": "5b42427c90c8ae6a3cb408844cc119525648680aae6f5f9c11c0a4ab3ace9b0a",
  "_filesize": 222698,
  "_sha256": "5b42427c90c8ae6a3cb408844cc119525648680aae6f5f9c11c0a4ab3ace9b0a",
  "_created": "2026-06-01T10:31:57.000Z",
  "_published": "2026-06-01T10:47:23.969Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78833764047,
      "time": 149,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7329243364"
    },
    {
      "job": 78833764038,
      "time": 151,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329244006"
    },
    {
      "job": 78833764035,
      "time": 81,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7329477010"
    },
    {
      "job": 78833764043,
      "time": 86,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329445329"
    },
    {
      "job": 78833137331,
      "time": 242,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329195885"
    },
    {
      "job": 78833764059,
      "time": 144,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329240954"
    },
    {
      "job": 78833764091,
      "time": 83,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7329221997"
    },
    {
      "job": 78833764081,
      "time": 79,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7329220799"
    },
    {
      "job": 78833764063,
      "time": 91,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329224555"
    }
  ],
  "_buildurl": "https://github.com/r-universe/conig/actions/runs/26749357018",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/conig/corx",
  "_commit": {
    "id": "375f28d49af8822f16d3d50e5e936fc29260bec9",
    "author": "James Conigrave <12742211+conig@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #14 from conig/1.0.7.3\n\n1.0.7.3 - fix for labelled not being treated as numeric + uplift.",
    "time": 1762211858
  },
  "_maintainer": {
    "name": "James Conigrave",
    "email": "james.conigrave@gmail.com",
    "login": "conig",
    "twitter": "@jamesconigrave",
    "description": "Research Fellow at La Trobe University",
    "uuid": 12742211,
    "orcid": "0000-0002-8816-6229"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "ggcorrplot",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "clipr",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "moments",
      "role": "Imports"
    },
    {
      "package": "ggpubr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "ppcor",
      "role": "Imports"
    },
    {
      "package": "labelled",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "papaja",
      "role": "Suggests"
    },
    {
      "package": "psych",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "conig",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-45",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 5,
  "_contributors": [
    {
      "user": "conig",
      "count": 111,
      "uuid": 12742211
    }
  ],
  "_userbio": {
    "uuid": 12742211,
    "type": "user",
    "name": "James Conigrave",
    "description": "Research Fellow at La Trobe University"
  },
  "_downloads": {
    "count": 373,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/corx"
  },
  "_mentions": 2,
  "_devurl": "https://github.com/conig/corx",
  "_searchresults": 43,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/corx.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/conig/corx",
  "_realowner": "conig",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.2",
      "date": "2019-10-24"
    },
    {
      "version": "1.0.6",
      "date": "2020-06-19"
    },
    {
      "version": "1.0.6.1",
      "date": "2020-06-30"
    },
    {
      "version": "1.0.7.0",
      "date": "2022-08-26"
    },
    {
      "version": "1.0.7.1",
      "date": "2022-09-14"
    },
    {
      "version": "1.0.7.2",
      "date": "2023-06-16"
    },
    {
      "version": "1.0.7.3",
      "date": "2025-11-03"
    }
  ],
  "_exports": [
    "corx",
    "plot_mds",
    "to_clipboard",
    "to_table"
  ],
  "_help": [
    {
      "page": "adjust_pmat",
      "title": "adjust_p",
      "topics": [
        "adjust_pmat"
      ]
    },
    {
      "page": "apa_matrix",
      "title": "apa matrix",
      "topics": [
        "apa_matrix"
      ]
    },
    {
      "page": "apa_table.corx",
      "title": "apa_table.corx",
      "topics": [
        "apa_table.corx"
      ]
    },
    {
      "page": "check_classes",
      "title": "check_classes",
      "topics": [
        "check_classes"
      ]
    },
    {
      "page": "cormat_list",
      "title": "cormat_list",
      "topics": [
        "cormat_list"
      ]
    },
    {
      "page": "corx",
      "title": "corx",
      "topics": [
        "corx"
      ]
    },
    {
      "page": "digits",
      "title": "digits",
      "topics": [
        "digits"
      ]
    },
    {
      "page": "partial_n_matrix",
      "title": "partial_n_matrix",
      "topics": [
        "partial_n_matrix"
      ]
    },
    {
      "page": "plot_mds",
      "title": "plot_mds",
      "topics": [
        "plot_mds"
      ]
    },
    {
      "page": "plot.corx",
      "title": "plot.corx",
      "topics": [
        "plot.corx"
      ]
    },
    {
      "page": "print.corx",
      "title": "print.corx",
      "topics": [
        "print.corx"
      ]
    },
    {
      "page": "rename_if_needed",
      "title": "rename if needed",
      "topics": [
        "rename_if_needed"
      ]
    },
    {
      "page": "star_matrix",
      "title": "star_matrix",
      "topics": [
        "star_matrix"
      ]
    },
    {
      "page": "to_clipboard",
      "title": "to_clipboard",
      "topics": [
        "to_clipboard"
      ]
    },
    {
      "page": "to_table",
      "title": "to_table",
      "topics": [
        "to_table"
      ]
    }
  ],
  "_pkglogo": "https://github.com/conig/corx/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/conig/corx/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "backports",
    "bit",
    "bit64",
    "boot",
    "broom",
    "car",
    "carData",
    "cli",
    "clipr",
    "colorspace",
    "corrplot",
    "cowplot",
    "cpp11",
    "crayon",
    "Deriv",
    "doBy",
    "dplyr",
    "farver",
    "forcats",
    "forecast",
    "Formula",
    "fracdiff",
    "generics",
    "ggcorrplot",
    "ggplot2",
    "ggpubr",
    "ggrepel",
    "ggsci",
    "ggsignif",
    "glue",
    "gridExtra",
    "gtable",
    "haven",
    "hms",
    "isoband",
    "labeling",
    "labelled",
    "lattice",
    "lifecycle",
    "lme4",
    "lmtest",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixModels",
    "mgcv",
    "microbenchmark",
    "minqa",
    "modelr",
    "moments",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "pbkrtest",
    "pillar",
    "pkgconfig",
    "plyr",
    "polynom",
    "ppcor",
    "prettyunits",
    "progress",
    "purrr",
    "quantreg",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "Rdpack",
    "readr",
    "reformulas",
    "reshape2",
    "rlang",
    "rstatix",
    "S7",
    "scales",
    "SparseM",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timeDate",
    "tzdb",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "vroom",
    "withr",
    "zoo"
  ],
  "_score": 4.332438459915606,
  "_indexed": true,
  "_nocasepkg": "corx",
  "_universes": [
    "conig"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.7.3",
      "date": "2026-06-01T10:34:25.000Z",
      "distro": "noble",
      "commit": "375f28d49af8822f16d3d50e5e936fc29260bec9",
      "fileid": "64f78a5bbd9837de59b5a8a4b5329b0d691de7244fe8d523f24baa5621cb45fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/conig/actions/runs/26749357018"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.7.3",
      "date": "2026-06-01T10:34:28.000Z",
      "distro": "noble",
      "commit": "375f28d49af8822f16d3d50e5e936fc29260bec9",
      "fileid": "52716ac3ad72f78f260f3deb62ff23330c99c41dae60740b922f8e85e1c2b1a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/conig/actions/runs/26749357018"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.7.3",
      "date": "2026-06-01T10:46:58.000Z",
      "commit": "375f28d49af8822f16d3d50e5e936fc29260bec9",
      "fileid": "3529fc8b842865c78215b270ad54d3d04aeef7b476cbcac3b96c2cc423a01919",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/conig/actions/runs/26749357018"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.7.3",
      "date": "2026-06-01T10:45:17.000Z",
      "commit": "375f28d49af8822f16d3d50e5e936fc29260bec9",
      "fileid": "4d6dc931310d772ad8ff1734bb9b8994d44d141cb81d9c0fae56598e01d417dd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/conig/actions/runs/26749357018"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.7.3",
      "date": "2026-06-01T10:34:33.000Z",
      "commit": "375f28d49af8822f16d3d50e5e936fc29260bec9",
      "fileid": "a6eac6aceb4ddebea3fa5092c80f919bf977335d4c73cad19c7af239ab8a35e9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/conig/actions/runs/26749357018"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.7.3",
      "date": "2026-06-01T10:33:14.000Z",
      "commit": "375f28d49af8822f16d3d50e5e936fc29260bec9",
      "fileid": "46dde0b70215329388292a8974b2fc4c16d3a573ba88b5eb730314d34f007cfe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/conig/actions/runs/26749357018"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.7.3",
      "date": "2026-06-01T10:33:09.000Z",
      "commit": "375f28d49af8822f16d3d50e5e936fc29260bec9",
      "fileid": "89eca25500e509e04c6753234ac32f9973eff64937706305d4608f14a3c4a8be",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/conig/actions/runs/26749357018"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.7.3",
      "date": "2026-06-01T10:33:24.000Z",
      "commit": "375f28d49af8822f16d3d50e5e936fc29260bec9",
      "fileid": "c4d48e8f90c2ba4b2afb7991488900f06e28b368457064e1daae0f9795f7f50a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/conig/actions/runs/26749357018"
    }
  ]
}