{
  "_id": "6a22a1fdcd65a98ecbd58c53",
  "Package": "flatr",
  "Type": "Package",
  "Title": "Transforms Contingency Tables to Data Frames, and Analyses Them",
  "Version": "0.1.2",
  "Author": "Scott D. Graham",
  "Maintainer": "Scott D. Graham <scott.grah95@gmail.com>",
  "Description": "Contingency Tables are a pain to work with when you want\nto run regressions. This package takes them, flattens them into\na long data frame, so you can more easily analyse them! As\nwell, you can calculate other related statistics. All of this\nis done so in a 'tidy' manner, so it should tie in nicely with\n'tidyverse' series of packages.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "6.0.1",
  "Repository": "https://evilgraham.r-universe.dev",
  "Date/Publication": "2018-02-21 22:17:36 UTC",
  "RemoteUrl": "https://github.com/evilgraham/flatr",
  "RemoteRef": "HEAD",
  "RemoteSha": "0bf60878ea3a2e412f093401746927801b9d5d83",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 10:12:46 UTC",
    "User": "root"
  },
  "MD5sum": "88724080fdc76c78eb8ab9921b8cf99c",
  "_user": "evilgraham",
  "_type": "src",
  "_file": "flatr_0.1.2.tar.gz",
  "_fileid": "1b58c5ae6216de011c424637b22a9224ba3e245741222a503ecba668e462d2ab",
  "_filesize": 109319,
  "_sha256": "1b58c5ae6216de011c424637b22a9224ba3e245741222a503ecba668e462d2ab",
  "_created": "2026-06-05T10:12:46.000Z",
  "_published": "2026-06-05T10:16:29.415Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79707697323,
      "time": 112,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7434168720"
    },
    {
      "job": 79707697282,
      "time": 107,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7434167211"
    },
    {
      "job": 79707697270,
      "time": 190,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7434181470"
    },
    {
      "job": 79707697375,
      "time": 114,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7434164433"
    },
    {
      "job": 79707261427,
      "time": 179,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434134237"
    },
    {
      "job": 79707697286,
      "time": 93,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434163426"
    },
    {
      "job": 79707697396,
      "time": 73,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7434157473"
    },
    {
      "job": 79707697330,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7434157469"
    },
    {
      "job": 79707697308,
      "time": 63,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7434154423"
    }
  ],
  "_buildurl": "https://github.com/r-universe/evilgraham/actions/runs/27008862489",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/evilgraham/flatr",
  "_commit": {
    "id": "0bf60878ea3a2e412f093401746927801b9d5d83",
    "author": "Scott Graham <scott.grah95@gmail.com>",
    "committer": "Scott Graham <scott.grah95@gmail.com>",
    "message": "removed .Rhistory\n",
    "time": 1519251456
  },
  "_maintainer": {
    "name": "Scott D. Graham",
    "email": "scott.grah95@gmail.com",
    "login": "evilgraham",
    "description": "",
    "uuid": 26120788
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.2",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Depends"
    },
    {
      "package": "tibble",
      "role": "Depends"
    },
    {
      "package": "magrittr",
      "role": "Depends"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "evilgraham",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "contingency-table",
    "glm",
    "regression",
    "tidy",
    "tidy-data"
  ],
  "_stars": 3,
  "_contributors": [
    {
      "user": "evilgraham",
      "count": 39,
      "uuid": 26120788
    }
  ],
  "_userbio": {
    "uuid": 26120788,
    "type": "user",
    "name": "Scott Graham"
  },
  "_downloads": {
    "count": 143,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/flatr"
  },
  "_devurl": "https://github.com/evilgraham/flatr",
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/flatr.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/evilgraham/flatr",
  "_realowner": "evilgraham",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2017-11-16"
    }
  ],
  "_exports": [
    "flatten_ct",
    "goodness_of_fit",
    "goodness_of_fit_loglin"
  ],
  "_datasets": [
    {
      "name": "lung_cancer",
      "title": "Lung Cancer by whether or not a person smokes and City.",
      "object": "lung_cancer",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "flatten_ct",
      "title": "Flatten i*j*k contingency tables into tidy data.",
      "topics": [
        "flatten_ct"
      ]
    },
    {
      "page": "goodness_of_fit",
      "title": "Calculate the Chi^2 and G^2 Statistics",
      "topics": [
        "goodness_of_fit"
      ]
    },
    {
      "page": "goodness_of_fit_loglin",
      "title": "Calculate the Chi^2 and G^2 Statistics",
      "topics": [
        "goodness_of_fit_loglin"
      ]
    },
    {
      "page": "lung_cancer",
      "title": "Lung Cancer by whether or not a person smokes and City.",
      "topics": [
        "lung_cancer"
      ]
    },
    {
      "page": "print.ct_goodness_of_fit",
      "title": "Print method for goodness_of_fit()",
      "topics": [
        "print.ct_goodness_of_fit"
      ]
    }
  ],
  "_pkglogo": "https://github.com/evilgraham/flatr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/evilgraham/flatr/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "rlang",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 3.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "flatr",
  "_universes": [
    "evilgraham"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-05T10:14:42.000Z",
      "distro": "noble",
      "commit": "0bf60878ea3a2e412f093401746927801b9d5d83",
      "fileid": "065c2843cc9c0fbb871b7883138c4a6142430a60b0f2090f89410849d07db103",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/evilgraham/actions/runs/27008862489"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-05T10:14:37.000Z",
      "distro": "noble",
      "commit": "0bf60878ea3a2e412f093401746927801b9d5d83",
      "fileid": "78656671c2fb45f9013c7f22a4e72bd37b05bad9a5f70dbd0efaa4f2e019b2f7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/evilgraham/actions/runs/27008862489"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-06-05T10:15:27.000Z",
      "commit": "0bf60878ea3a2e412f093401746927801b9d5d83",
      "fileid": "57d1be9f8c3aaa47ab8a158881969224cf59d9a52fb6a9ff4e4011974de9c43c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/evilgraham/actions/runs/27008862489"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-06-05T10:14:33.000Z",
      "commit": "0bf60878ea3a2e412f093401746927801b9d5d83",
      "fileid": "19ad5247f5e903f58313fde7d3a0f30e1404ef5e7bda16b945d582806ebbb66e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/evilgraham/actions/runs/27008862489"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-06-05T10:14:39.000Z",
      "commit": "0bf60878ea3a2e412f093401746927801b9d5d83",
      "fileid": "aeefc3bfaceb84b3e8860747fb7512c645590c7a5f35b2abe07920c3520b6ca2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/evilgraham/actions/runs/27008862489"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-05T10:13:58.000Z",
      "commit": "0bf60878ea3a2e412f093401746927801b9d5d83",
      "fileid": "f7e5d6cd947d3ac0e3a28b6163e402bde686586348eaa83d6236edc6ae2341b0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/evilgraham/actions/runs/27008862489"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-05T10:13:59.000Z",
      "commit": "0bf60878ea3a2e412f093401746927801b9d5d83",
      "fileid": "60ab4d459c0774a6caa6c128bbe8a2cb554394de9563f6f3f47c322f2df7dd90",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/evilgraham/actions/runs/27008862489"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-05T10:13:47.000Z",
      "commit": "0bf60878ea3a2e412f093401746927801b9d5d83",
      "fileid": "f3ca93888dcc036b8917592e22ad9d1493daa04ea981a00d994b39fd066034ef",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/evilgraham/actions/runs/27008862489"
    }
  ]
}