{
  "_id": "6a0f6c87acfb0bcc41c5e95e",
  "Type": "Package",
  "Package": "unusualprofile",
  "Title": "Calculates Conditional Mahalanobis Distances",
  "Version": "0.1.4",
  "Authors@R": "c(\nperson(\"W. Joel\", \"Schneider\", , \"w.joel.schneider@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-8393-5316\")),\nperson(\"Feng\", \"Ji\", , \"fengji@berkeley.edu\", role = \"aut\")\n)",
  "Description": "Calculates a Mahalanobis distance for every row of a set\nof outcome variables (Mahalanobis, 1936\n<doi:10.1007/s13171-019-00164-5>). The conditional Mahalanobis\ndistance is calculated using a conditional covariance matrix\n(i.e., a covariance matrix of the outcome variables after\ncontrolling for a set of predictors). Plotting the output of\nthe cond_maha() function can help identify which elements of a\nprofile are unusual after controlling for the predictors.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/wjschne/unusualprofile,\nhttps://wjschne.github.io/unusualprofile/",
  "BugReports": "https://github.com/wjschne/unusualprofile/issues",
  "VignetteBuilder": "knitr, quarto",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "LazyData": "TRUE",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://wjschne.r-universe.dev",
  "Date/Publication": "2025-08-23 03:24:26 UTC",
  "RemoteUrl": "https://github.com/wjschne/unusualprofile",
  "RemoteRef": "HEAD",
  "RemoteSha": "8fe3bfe8291d96dda8f0527fddeff965b52bc08e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 08:18:54 UTC",
    "User": "root"
  },
  "Author": "W. Joel Schneider [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-8393-5316>),\nFeng Ji [aut]",
  "Maintainer": "W. Joel Schneider <w.joel.schneider@gmail.com>",
  "MD5sum": "297752f16dfafa36cdce9d6bc4660b40",
  "_user": "wjschne",
  "_type": "src",
  "_file": "unusualprofile_0.1.4.tar.gz",
  "_fileid": "811f9ce8c192f7939425b1254d002a5351a4cb8471d11bcff8b0180c88ef2fe3",
  "_filesize": 9535434,
  "_sha256": "811f9ce8c192f7939425b1254d002a5351a4cb8471d11bcff8b0180c88ef2fe3",
  "_created": "2026-05-21T08:18:54.000Z",
  "_published": "2026-05-21T20:35:19.293Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77263380808,
      "time": 159,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7130736658"
    },
    {
      "job": 77263380962,
      "time": 150,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130733818"
    },
    {
      "job": 77263380970,
      "time": 158,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7130736142"
    },
    {
      "job": 77263380899,
      "time": 141,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130730389"
    },
    {
      "job": 77263380082,
      "time": 267,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130683449"
    },
    {
      "job": 77263380253,
      "time": 129,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7146576362"
    },
    {
      "job": 77263380937,
      "time": 134,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7130728010"
    },
    {
      "job": 77263380965,
      "time": 112,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7130720873"
    },
    {
      "job": 77263381104,
      "time": 114,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130721230"
    }
  ],
  "_buildurl": "https://github.com/r-universe/wjschne/actions/runs/26214039291",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/wjschne/unusualprofile",
  "_commit": {
    "id": "8fe3bfe8291d96dda8f0527fddeff965b52bc08e",
    "author": "W. Joel Schneider <w.joel.schneider@gmail.com>",
    "committer": "W. Joel Schneider <w.joel.schneider@gmail.com>",
    "message": "fix errors\n",
    "time": 1755919466
  },
  "_maintainer": {
    "name": "W. Joel Schneider",
    "email": "w.joel.schneider@gmail.com",
    "login": "wjschne",
    "mastodon": "@wjoelschneider@fosstodon.org",
    "bluesky": "@w-joel-schneider.bsky.social",
    "orcid": "0000-0002-8393-5316",
    "description": "Professor in School Psychology and Counseling Psychology at Temple University",
    "uuid": 7905240
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ggnormalviolin",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "arrowheadr",
      "role": "Suggests"
    },
    {
      "package": "signs",
      "role": "Suggests"
    },
    {
      "package": "bookdown",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "extrafont",
      "role": "Suggests"
    },
    {
      "package": "forcats",
      "role": "Suggests"
    },
    {
      "package": "ggdiagram",
      "role": "Suggests"
    },
    {
      "package": "glue",
      "role": "Suggests"
    },
    {
      "package": "kableExtra",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lavaan",
      "role": "Suggests"
    },
    {
      "package": "lifecycle",
      "role": "Suggests"
    },
    {
      "package": "mvtnorm",
      "role": "Suggests"
    },
    {
      "package": "patchwork",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    },
    {
      "package": "ragg",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "scales",
      "role": "Suggests"
    },
    {
      "package": "simstandard",
      "version": ">= 0.6.3",
      "role": "Suggests"
    },
    {
      "package": "stringr",
      "role": "Suggests"
    },
    {
      "package": "sysfonts",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "wjschne",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-33",
      "n": 7
    },
    {
      "week": "2025-34",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "wjschne",
      "count": 73,
      "uuid": 7905240
    }
  ],
  "_userbio": {
    "uuid": 7905240,
    "type": "user",
    "name": "W. Joel Schneider",
    "description": "Professor in School Psychology and Counseling Psychology at Temple University"
  },
  "_downloads": {
    "count": 231,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/unusualprofile"
  },
  "_devurl": "https://github.com/wjschne/unusualprofile",
  "_pkgdown": "https://wjschne.github.io/unusualprofile/",
  "_searchresults": 17,
  "_quarto": true,
  "_topics": [
    "quarto"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/unusualprofile.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/wjschne/unusualprofile",
  "_realowner": "wjschne",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-05-13"
    },
    {
      "version": "0.1.1",
      "date": "2022-11-30"
    },
    {
      "version": "0.1.2",
      "date": "2022-12-14"
    },
    {
      "version": "0.1.4",
      "date": "2024-02-15"
    }
  ],
  "_exports": [
    "cond_maha",
    "is_singular",
    "p2label",
    "proportion_round",
    "proportion2percentile"
  ],
  "_datasets": [
    {
      "name": "d_example",
      "title": "An example data.frame",
      "object": "d_example",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "X_1",
        "X_2",
        "X_3",
        "Y_1",
        "Y_2",
        "Y_3",
        "X",
        "Y"
      ],
      "rows": 1,
      "table": true,
      "tojson": true
    },
    {
      "name": "R_example",
      "title": "An example correlation matrix",
      "object": "R_example",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "X_1",
        "X_2",
        "X_3",
        "Y_1",
        "Y_2",
        "Y_3",
        "X",
        "Y"
      ],
      "rows": 8,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "cond_maha",
      "title": "Calculate the conditional Mahalanobis distance for any variables.",
      "topics": [
        "cond_maha"
      ]
    },
    {
      "page": "d_example",
      "title": "An example data.frame",
      "topics": [
        "d_example"
      ]
    },
    {
      "page": "plot.cond_maha",
      "title": "Plot the variables from the results of the cond_maha function.",
      "topics": [
        "plot.cond_maha"
      ]
    },
    {
      "page": "plot.maha",
      "title": "Plot objects of the maha class (i.e, the results of the cond_maha function using dependent variables only).",
      "topics": [
        "plot.maha"
      ]
    },
    {
      "page": "proportion_round",
      "title": "Rounds proportions to significant digits both near 0 and 1",
      "topics": [
        "proportion_round"
      ]
    },
    {
      "page": "proportion2percentile",
      "title": "Rounds proportions to significant digits both near 0 and 1, then converts to percentiles",
      "topics": [
        "proportion2percentile"
      ]
    },
    {
      "page": "R_example",
      "title": "An example correlation matrix",
      "topics": [
        "R_example"
      ]
    }
  ],
  "_pkglogo": "https://github.com/wjschne/unusualprofile/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/wjschne/unusualprofile/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "ggnormalviolin",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "unusualprofile_calculations.qmd",
      "filename": "unusualprofile_calculations.html",
      "title": "Calculations performed by the unusualprofile package",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-08-17 00:51:29",
      "modified": "2025-08-23 03:24:26",
      "commits": 2
    },
    {
      "source": "tutorial_unusualprofile.qmd",
      "filename": "tutorial_unusualprofile.html",
      "title": "Introduction to the unusualprofile package",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-08-17 00:51:29",
      "modified": "2025-08-23 03:24:26",
      "commits": 3
    }
  ],
  "_score": 5.008600171761918,
  "_indexed": true,
  "_nocasepkg": "unusualprofile",
  "_universes": [
    "wjschne"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-05-21T08:21:28.000Z",
      "distro": "noble",
      "commit": "8fe3bfe8291d96dda8f0527fddeff965b52bc08e",
      "fileid": "6047197bf3b8fb167a14f46c30d1967a884817f0481e8af164cf711d0350bde0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjschne/actions/runs/26214039291"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-05-21T08:21:23.000Z",
      "distro": "noble",
      "commit": "8fe3bfe8291d96dda8f0527fddeff965b52bc08e",
      "fileid": "41d6046140b577465da30ccc0909b57936943269286736957ed8d6a7adb33c14",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjschne/actions/runs/26214039291"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-05-21T08:21:29.000Z",
      "commit": "8fe3bfe8291d96dda8f0527fddeff965b52bc08e",
      "fileid": "47c200037a907b20fb61d39622766cee2b3cc3a3a8be98921a34fc95ba1e8fb1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjschne/actions/runs/26214039291"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-05-21T08:21:16.000Z",
      "commit": "8fe3bfe8291d96dda8f0527fddeff965b52bc08e",
      "fileid": "9b9461312e14549640e44c40acac089a888816473e36274c6da3a9f3a6f8806d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjschne/actions/runs/26214039291"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.4",
      "date": "2026-05-21T20:34:58.000Z",
      "commit": "8fe3bfe8291d96dda8f0527fddeff965b52bc08e",
      "fileid": "0bc6d6eda8721fd0ec80b7d02109f60393083ac25f9287c5bc1c64fda0b277bb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/wjschne/actions/runs/26214039291"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-05-21T08:20:57.000Z",
      "commit": "8fe3bfe8291d96dda8f0527fddeff965b52bc08e",
      "fileid": "dd7ad8317cb86ab866d7f777d4dd26e814562e13d96cc109b1f29748fcfe4c84",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjschne/actions/runs/26214039291"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-05-21T08:20:39.000Z",
      "commit": "8fe3bfe8291d96dda8f0527fddeff965b52bc08e",
      "fileid": "728cf7be31a7173a8937c3941605621a3efed1defeb4bd869d60f370d136c1b0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjschne/actions/runs/26214039291"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-05-21T08:20:40.000Z",
      "commit": "8fe3bfe8291d96dda8f0527fddeff965b52bc08e",
      "fileid": "83aeca3bb98ef2734dc99d81e5f16973298b23cce062aa65b188fa252ce845bc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjschne/actions/runs/26214039291"
    }
  ]
}