{
  "_id": "6a17d89cacfb0bcc41d9b069",
  "Package": "mcvis",
  "Type": "Package",
  "Title": "Multi-Collinearity Visualization",
  "Version": "1.0.8",
  "Authors@R": "c(\nperson(given = \"Kevin\", family = \"Wang\",\nemail = \"kevin.wang09@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(given = \"Chen\", family = \"Lin\",\nemail = \"16300180053@fudan.edu.cn\", role = c(\"aut\")),\nperson(given = \"Samuel\", family = \"Mueller\",\nemail = \"samuel.mueller@sydney.edu.au\", role = c(\"aut\"))\n)",
  "Description": "Visualize the relationship between linear regression\nvariables and causes of multi-collinearity. Implements the\nmethod in Lin et. al. (2020)\n<doi:10.1080/10618600.2020.1779729>.",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1.9001",
  "License": "GPL-3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake libglpk-dev make libicu-dev libuv1-dev\nlibxml2-dev zlib1g-dev",
  "Repository": "https://kevinwang09.r-universe.dev",
  "Date/Publication": "2021-07-30 01:08:30 UTC",
  "RemoteUrl": "https://github.com/kevinwang09/mcvis",
  "RemoteRef": "HEAD",
  "RemoteSha": "8f3267d67d42e924316a73568d8d57c1f74f0153",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 07:05:52 UTC",
    "User": "root"
  },
  "Author": "Kevin Wang [aut, cre],\nChen Lin [aut],\nSamuel Mueller [aut]",
  "Maintainer": "Kevin Wang <kevin.wang09@gmail.com>",
  "MD5sum": "48db525758da5a52f0f8b717d161c701",
  "_user": "kevinwang09",
  "_type": "src",
  "_file": "mcvis_1.0.8.tar.gz",
  "_fileid": "e395ab4ac7d289b2c1de700da1ca6652c4f0c86b37068102206e725898d5c395",
  "_filesize": 300074,
  "_sha256": "e395ab4ac7d289b2c1de700da1ca6652c4f0c86b37068102206e725898d5c395",
  "_created": "2026-05-27T07:05:52.000Z",
  "_published": "2026-05-28T05:54:36.807Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78231975349,
      "time": 156,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7234050668"
    },
    {
      "job": 78231975367,
      "time": 155,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7234050462"
    },
    {
      "job": 78231975547,
      "time": 94,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7234063924"
    },
    {
      "job": 78231975507,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7234059224"
    },
    {
      "job": 78231975210,
      "time": 203,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234005070"
    },
    {
      "job": 78231975386,
      "time": 126,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234041767"
    },
    {
      "job": 78231975183,
      "time": 149,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7258678619"
    },
    {
      "job": 78231975320,
      "time": 101,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7234036905"
    },
    {
      "job": 78231975449,
      "time": 117,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7234040342"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kevinwang09/actions/runs/26496159935",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/kevinwang09/mcvis",
  "_commit": {
    "id": "8f3267d67d42e924316a73568d8d57c1f74f0153",
    "author": "Kevin Wang <kevin.wang@sydney.edu.au>",
    "committer": "Kevin Wang <kevin.wang@sydney.edu.au>",
    "message": "v1.0.8-fixing reviewer comments\n",
    "time": 1627607310
  },
  "_maintainer": {
    "name": "Kevin Wang",
    "email": "kevin.wang09@gmail.com",
    "login": "kevinwang09",
    "twitter": "@KevinWangStats",
    "description": "Data scientist (bioinformatics) at Illumina🧬. PhD in statistics from Uni of Sydney. ",
    "uuid": 14134289
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "reshape2",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "psych",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "kevinwang09",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "kevinwang09",
      "count": 105,
      "uuid": 14134289
    },
    {
      "user": "leaffur",
      "count": 27,
      "uuid": 44366318
    }
  ],
  "_userbio": {
    "uuid": 14134289,
    "type": "user",
    "name": "kevinwang",
    "description": "Data scientist (bioinformatics) at Illumina🧬. PhD in statistics from Uni of Sydney. "
  },
  "_downloads": {
    "count": 177,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mcvis"
  },
  "_devurl": "https://github.com/kevinwang09/mcvis",
  "_searchresults": 24,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mcvis.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/kevinwang09/mcvis",
  "_realowner": "kevinwang09",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.4",
      "date": "2020-06-03"
    },
    {
      "version": "1.0.6",
      "date": "2020-10-03"
    },
    {
      "version": "1.0.8",
      "date": "2021-07-30"
    }
  ],
  "_exports": [
    "alt_mcvis",
    "ggplot_mcvis",
    "igraph_mcvis",
    "mcvis",
    "shiny_mcvis"
  ],
  "_help": [
    {
      "page": "plot.mcvis",
      "title": "Multi-collinearity Visualization plots",
      "topics": [
        "alt_mcvis",
        "ggplot_mcvis",
        "igraph_mcvis",
        "plot.mcvis"
      ]
    },
    {
      "page": "mcvis",
      "title": "Multi-collinearity Visualization",
      "topics": [
        "mcvis"
      ]
    },
    {
      "page": "shiny_mcvis",
      "title": "Shiny app for mcvis exploration",
      "topics": [
        "shiny_mcvis"
      ]
    }
  ],
  "_readme": "https://github.com/kevinwang09/mcvis/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "cpp11",
    "digest",
    "dplyr",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "ggplot2",
    "glue",
    "GPArotation",
    "gtable",
    "htmltools",
    "httpuv",
    "igraph",
    "isoband",
    "jquerylib",
    "jsonlite",
    "labeling",
    "later",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "memoise",
    "mime",
    "mnormt",
    "nlme",
    "otel",
    "pillar",
    "pkgconfig",
    "plyr",
    "promises",
    "psych",
    "purrr",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "reshape2",
    "rlang",
    "S7",
    "sass",
    "scales",
    "shiny",
    "sourcetools",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xtable"
  ],
  "_vignettes": [
    {
      "source": "mcvis.Rmd",
      "filename": "mcvis.html",
      "title": "mcvis: Multi-collinearity Visualization",
      "author": "Kevin Wang, Chen Lin and Samuel Mueller",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Basic usage",
        "(Extension) why not just look at the correlation matrix?",
        "Shiny implementation",
        "Reference",
        "Session Info"
      ],
      "created": "2019-05-03 08:00:37",
      "modified": "2021-07-30 01:08:30",
      "commits": 13
    }
  ],
  "_score": 4.380211241711606,
  "_indexed": true,
  "_nocasepkg": "mcvis",
  "_universes": [
    "kevinwang09"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.8",
      "date": "2026-05-27T07:08:12.000Z",
      "distro": "noble",
      "commit": "8f3267d67d42e924316a73568d8d57c1f74f0153",
      "fileid": "acc6e08e2f3eb8429291abc6c2cdcfa60727fea6e08dc2c5934f0073ccda8fbe",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/kevinwang09/actions/runs/26496159935"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.8",
      "date": "2026-05-27T07:08:13.000Z",
      "distro": "noble",
      "commit": "8f3267d67d42e924316a73568d8d57c1f74f0153",
      "fileid": "b099e30a66bd7eff0f6ab0019ffa401ebe935617583b350495e953f229524cfb",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/kevinwang09/actions/runs/26496159935"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.8",
      "date": "2026-05-27T07:09:13.000Z",
      "commit": "8f3267d67d42e924316a73568d8d57c1f74f0153",
      "fileid": "45b0061bb549c80f36e8393b01b63ec484c9a0a00f06b70a8487a665ab7b9238",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/kevinwang09/actions/runs/26496159935"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.8",
      "date": "2026-05-27T07:08:55.000Z",
      "commit": "8f3267d67d42e924316a73568d8d57c1f74f0153",
      "fileid": "d6f252169a4afab2c344d51564bd02ebbe5de360fce36da7f7caeac7d34479f1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/kevinwang09/actions/runs/26496159935"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.8",
      "date": "2026-05-27T07:08:16.000Z",
      "commit": "8f3267d67d42e924316a73568d8d57c1f74f0153",
      "fileid": "f29a15df0fbb7d69848678ab4eb403138b2955ab2a6d9bcb4cd9d68aeb4f197d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kevinwang09/actions/runs/26496159935"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.8",
      "date": "2026-05-28T05:53:39.000Z",
      "commit": "8f3267d67d42e924316a73568d8d57c1f74f0153",
      "fileid": "b28b415c4c2bf5717872dde8cdcf8a88c13ed49b55f76ef6cfe9ebf0190a2090",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/kevinwang09/actions/runs/26496159935"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.8",
      "date": "2026-05-27T07:07:20.000Z",
      "commit": "8f3267d67d42e924316a73568d8d57c1f74f0153",
      "fileid": "e61f8a00b0947e0d8cddee061150213f3077cde7554cab3a657a9ebec2ee78a8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/kevinwang09/actions/runs/26496159935"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.8",
      "date": "2026-05-27T07:07:32.000Z",
      "commit": "8f3267d67d42e924316a73568d8d57c1f74f0153",
      "fileid": "efc9dc8d9f82f8115ace9a6389ee80182ec52eac7afc813c8637546ce900257d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/kevinwang09/actions/runs/26496159935"
    }
  ]
}