{
  "_id": "6a1161daacfb0bcc41cee0eb",
  "Package": "pomcheckr",
  "Title": "Graphical Check for Proportional Odds Assumption",
  "Version": "0.1.1",
  "Authors@R": "person(given = \"Melissa\",\nfamily = \"Wong\",\nrole = c(\"aut\", \"cre\"),\nemail = \"melissa.wong.stats@gmail.com\",\ncomment = c(ORCID = \"0000-0002-2973-6279\"))",
  "Description": "Implements the method described at the UCLA Statistical\nConsulting site\n<https://stats.idre.ucla.edu/r/dae/ordinal-logistic-regression/>\nfor checking if the proportional odds assumption holds for a\ncumulative logit model.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.1",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://melissa-wong.r-universe.dev",
  "Date/Publication": "2021-06-06 12:47:17 UTC",
  "RemoteUrl": "https://github.com/melissa-wong/pomcheckr",
  "RemoteRef": "HEAD",
  "RemoteSha": "41563c1bdceed1ee6b186c3e8d01c4ff1dac8447",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-23 08:11:17 UTC",
    "User": "root"
  },
  "Author": "Melissa Wong [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-2973-6279>)",
  "Maintainer": "Melissa Wong <melissa.wong.stats@gmail.com>",
  "MD5sum": "97664a0325ab8876059b85ce3cb8129e",
  "_user": "melissa-wong",
  "_type": "src",
  "_file": "pomcheckr_0.1.1.tar.gz",
  "_fileid": "8b7accc0ab294ec6d49a4a7bd9ef4056bff28aaef2d68ae69dcb184884fdfa73",
  "_filesize": 513952,
  "_sha256": "8b7accc0ab294ec6d49a4a7bd9ef4056bff28aaef2d68ae69dcb184884fdfa73",
  "_created": "2026-05-23T08:11:17.000Z",
  "_published": "2026-05-23T08:14:18.617Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77508499412,
      "time": 133,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175554513"
    },
    {
      "job": 77508499418,
      "time": 143,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175555428"
    },
    {
      "job": 77508499432,
      "time": 133,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175552319"
    },
    {
      "job": 77508499407,
      "time": 114,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175551200"
    },
    {
      "job": 77508309735,
      "time": 208,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175542099"
    },
    {
      "job": 77508499408,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175552131"
    },
    {
      "job": 77508499410,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175550151"
    },
    {
      "job": 77508499411,
      "time": 73,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175548994"
    },
    {
      "job": 77508499423,
      "time": 79,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175549535"
    }
  ],
  "_buildurl": "https://github.com/r-universe/melissa-wong/actions/runs/26327709845",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/melissa-wong/pomcheckr",
  "_commit": {
    "id": "41563c1bdceed1ee6b186c3e8d01c4ff1dac8447",
    "author": "Melissa Wong <dispagna3@gmail.com>",
    "committer": "Melissa Wong <dispagna3@gmail.com>",
    "message": "Update .Rbuildignore to ignore CRAN-RELEASE comments\n",
    "time": 1622983637
  },
  "_maintainer": {
    "name": "Melissa Wong",
    "email": "melissa.wong.stats@gmail.com",
    "login": "melissa-wong",
    "description": "",
    "uuid": 42500687,
    "orcid": "0000-0002-2973-6279"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "melissa-wong",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "melissa-wong",
      "count": 37,
      "uuid": 42500687
    }
  ],
  "_userbio": {
    "uuid": 42500687,
    "type": "user",
    "name": "Melissa Wong"
  },
  "_downloads": {
    "count": 262,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/pomcheckr"
  },
  "_devurl": "https://github.com/melissa-wong/pomcheckr",
  "_searchresults": 12,
  "_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/pomcheckr.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/melissa-wong/pomcheckr",
  "_realowner": "melissa-wong",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-04-26"
    },
    {
      "version": "0.1.1",
      "date": "2021-06-06"
    }
  ],
  "_exports": [
    "%>%",
    "pomcheck"
  ],
  "_datasets": [
    {
      "name": "nhanes",
      "title": "National Health and Nutrition Examination Survey 2011-2012",
      "object": "nhanes",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "seqn",
        "ridageyr",
        "riagendr",
        "dmdmartl",
        "dmdeduc2",
        "sdmvpsu",
        "sdmvstra",
        "wtint2yr",
        "female",
        "hsq496",
        "hsq571",
        "hsd010",
        "pad630",
        "pad675",
        "paq665",
        "pad680"
      ],
      "rows": 9756,
      "table": true,
      "tojson": true
    },
    {
      "name": "ologit",
      "title": "Simulated data for ordinal logistic regression example.",
      "object": "ologit",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "apply",
        "pared",
        "public",
        "gpa"
      ],
      "rows": 400,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "nhanes",
      "title": "National Health and Nutrition Examination Survey 2011-2012",
      "topics": [
        "nhanes"
      ]
    },
    {
      "page": "ologit",
      "title": "Simulated data for ordinal logistic regression example.",
      "topics": [
        "ologit"
      ]
    },
    {
      "page": "plot.pomcheck",
      "title": "Graphical check for proportional odds assumption",
      "topics": [
        "plot.pomcheck"
      ]
    },
    {
      "page": "pomcheck",
      "title": "Graphical check for proportional odds assumption",
      "topics": [
        "pomcheck",
        "pomcheck.default",
        "pomcheck.formula"
      ]
    }
  ],
  "_readme": "https://github.com/melissa-wong/pomcheckr/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "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": "ucla-example.Rmd",
      "filename": "ucla-example.html",
      "title": "UCLA Statistical Consulting Example",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Load packages and data",
        "Description of Data",
        "Descriptive Statistics",
        "Analysis",
        "Proportional Odds Assumption"
      ],
      "created": "2021-06-05 23:48:57",
      "modified": "2021-06-05 23:59:37",
      "commits": 2
    }
  ],
  "_score": 3.778151250383644,
  "_indexed": true,
  "_nocasepkg": "pomcheckr",
  "_universes": [
    "melissa-wong"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-23T08:13:29.000Z",
      "distro": "noble",
      "commit": "41563c1bdceed1ee6b186c3e8d01c4ff1dac8447",
      "fileid": "bfe9f94710d8e70bb69c2502ba935a60398d412453bcb1a4d58274cc45f78bd7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/melissa-wong/actions/runs/26327709845"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-23T08:13:38.000Z",
      "distro": "noble",
      "commit": "41563c1bdceed1ee6b186c3e8d01c4ff1dac8447",
      "fileid": "2a70f16a76a510a07a1cad072eddd112751b9b6563779c006693ea7b0f37c48f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/melissa-wong/actions/runs/26327709845"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-23T08:13:10.000Z",
      "commit": "41563c1bdceed1ee6b186c3e8d01c4ff1dac8447",
      "fileid": "0a8e08d7f0db2e7994c98246c0a0f49d4b5a6e5ee48a9ee2d2fb973ade3c4603",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/melissa-wong/actions/runs/26327709845"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-23T08:13:00.000Z",
      "commit": "41563c1bdceed1ee6b186c3e8d01c4ff1dac8447",
      "fileid": "1a5aded74a3970f8a50ec7862749cfa75c8ceb6da3f85b1ee508707d8e3995ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/melissa-wong/actions/runs/26327709845"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-23T08:13:21.000Z",
      "commit": "41563c1bdceed1ee6b186c3e8d01c4ff1dac8447",
      "fileid": "243e41cdcdb80d1719d703220484ef760eee973972b55158d7b4a7449cd85671",
      "status": "success",
      "buildurl": "https://github.com/r-universe/melissa-wong/actions/runs/26327709845"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-23T08:12:36.000Z",
      "commit": "41563c1bdceed1ee6b186c3e8d01c4ff1dac8447",
      "fileid": "f215194cb12174ca7a475c086345140f67c6e16535602230f8b031bfbcb4976c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/melissa-wong/actions/runs/26327709845"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-23T08:12:27.000Z",
      "commit": "41563c1bdceed1ee6b186c3e8d01c4ff1dac8447",
      "fileid": "accab831a39ea71d5820d9670ca90ee278da08f698c725ec07541b35ad452158",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/melissa-wong/actions/runs/26327709845"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-23T08:12:31.000Z",
      "commit": "41563c1bdceed1ee6b186c3e8d01c4ff1dac8447",
      "fileid": "cfee88410e54500d522bfc2ec13d546b2cbe3fb61a7b7253f6ac3d8b5413aab0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/melissa-wong/actions/runs/26327709845"
    }
  ]
}