{
  "_id": "6a2136d3cd65a98ecbd26bde",
  "Package": "CATAcode",
  "Title": "Explore and Code Responses to Check-All-that-Apply Survey Items",
  "Version": "1.0.0",
  "Authors@R": "c(\nperson(given = \"Kyle\", family = \"Nickodem\", email = \"kyle.nickodem@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4976-3378\")),\nperson(given = \"Gabriel J.\", family = \"Merrin\", email = \"gjmerrin@syr.edu\", role = \"aut\")\n)",
  "Description": "Analyzing responses to check-all-that-apply survey items\noften requires data transformations and subjective decisions\nfor combining categories. 'CATAcode' contains tools for\nexploring response patterns, facilitating data transformations,\napplying a set of decision rules for coding responses, and\nsummarizing response frequencies.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/knickodem/CATAcode,\nhttps://knickodem.github.io/CATAcode/",
  "BugReports": "https://github.com/knickodem/CATAcode/issues",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://knickodem.r-universe.dev",
  "Date/Publication": "2025-10-02 23:16:09 UTC",
  "RemoteUrl": "https://github.com/knickodem/catacode",
  "RemoteRef": "HEAD",
  "RemoteSha": "c1f7ae854ec936b3e264b5b4b45f2f4dc130151f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 08:24:07 UTC",
    "User": "root"
  },
  "Author": "Kyle Nickodem [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-4976-3378>),\nGabriel J. Merrin [aut]",
  "Maintainer": "Kyle Nickodem <kyle.nickodem@gmail.com>",
  "MD5sum": "14f33233a9cce3c283ec3730e66be4ca",
  "_user": "knickodem",
  "_type": "src",
  "_file": "CATAcode_1.0.0.tar.gz",
  "_fileid": "115886340cd3dade8b64006ca5a7f8d33f54b34b3ccdbf7eb32b0d09117d225c",
  "_filesize": 414043,
  "_sha256": "115886340cd3dade8b64006ca5a7f8d33f54b34b3ccdbf7eb32b0d09117d225c",
  "_created": "2026-06-04T08:24:07.000Z",
  "_published": "2026-06-04T08:26:59.725Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79479123602,
      "time": 142,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7406593822"
    },
    {
      "job": 79479123569,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406591812"
    },
    {
      "job": 79479123551,
      "time": 106,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7406582870"
    },
    {
      "job": 79479123688,
      "time": 96,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406579444"
    },
    {
      "job": 79478590039,
      "time": 198,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406546796"
    },
    {
      "job": 79479123585,
      "time": 110,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406583949"
    },
    {
      "job": 79479123626,
      "time": 95,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7406578633"
    },
    {
      "job": 79479123722,
      "time": 87,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7406576090"
    },
    {
      "job": 79479123589,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406577782"
    }
  ],
  "_buildurl": "https://github.com/r-universe/knickodem/actions/runs/26939896588",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/knickodem/catacode",
  "_commit": {
    "id": "c1f7ae854ec936b3e264b5b4b45f2f4dc130151f",
    "author": "Kyle Nickodem <kyle.nickodem@gmail.com>",
    "committer": "Kyle Nickodem <kyle.nickodem@gmail.com>",
    "message": "cata_code documentation\n\nSpecify that categ and resp should be unquoted names\n",
    "time": 1759446969
  },
  "_maintainer": {
    "name": "Kyle Nickodem",
    "email": "kyle.nickodem@gmail.com",
    "login": "knickodem",
    "description": "",
    "uuid": 5446480,
    "orcid": "0000-0003-4976-3378"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "knickodem",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-32",
      "n": 2
    },
    {
      "week": "2025-33",
      "n": 5
    },
    {
      "week": "2025-35",
      "n": 1
    },
    {
      "week": "2025-38",
      "n": 2
    },
    {
      "week": "2025-40",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v1.0.0",
      "date": "2025-08-26"
    }
  ],
  "_topics": [
    "demographic-analysis",
    "demographics",
    "survey-analysis",
    "survey-data"
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "knickodem",
      "count": 14,
      "uuid": 5446480
    },
    {
      "user": "gjmerrin",
      "count": 1,
      "uuid": 29101631
    }
  ],
  "_userbio": {
    "uuid": 5446480,
    "type": "user",
    "name": "Kyle Nickodem"
  },
  "_downloads": {
    "count": 515,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/CATAcode"
  },
  "_devurl": "https://github.com/knickodem/catacode",
  "_pkgdown": "https://knickodem.github.io/CATAcode/",
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/CATAcode.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/knickodem/catacode",
  "_realowner": "knickodem",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2025-08-26"
    }
  ],
  "_exports": [
    "cata_code",
    "cata_prep"
  ],
  "_datasets": [
    {
      "name": "sources_race",
      "title": "Sources of Strength Race/Ethnicity Data",
      "object": "sources_race",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "ID",
        "Wave",
        "Black",
        "Native_American",
        "Asian",
        "Hispanic",
        "Multiracial",
        "Pacific_Islander",
        "White"
      ],
      "rows": 16922,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "cata_code",
      "title": "Code check-all-that-apply responses into a single variable",
      "topics": [
        "cata_code"
      ]
    },
    {
      "page": "cata_prep",
      "title": "Prepare data for 'cata_code()'",
      "topics": [
        "cata_prep"
      ]
    },
    {
      "page": "CATAcode",
      "title": "CATAcode: Explore and Code Responses to Check-All-that-Apply Survey Items",
      "topics": [
        "CATAcode-package",
        "CATAcode"
      ]
    },
    {
      "page": "sources_race",
      "title": "Sources of Strength Race/Ethnicity Data",
      "topics": [
        "sources_race"
      ]
    }
  ],
  "_readme": "https://github.com/knickodem/catacode/raw/HEAD/README.md",
  "_rundeps": [
    "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": "CATAcode-overview.Rmd",
      "filename": "CATAcode-overview.html",
      "title": "CATAcode Overview",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction to CATAcode",
        "The CATAcode Workflow",
        "1. Import and Wrangle Data",
        "Data Preparation",
        "2. Explore All Response Combinations",
        "3. Coding A New Variable for Statistical Analysis",
        "4. Document & Export metadata, tables, and optional visualizations.",
        "Recommendations for Using CATAcode",
        "When to Use Each Approach",
        "Conclusion"
      ],
      "created": "2025-08-08 22:34:35",
      "modified": "2025-08-13 14:21:54",
      "commits": 4
    }
  ],
  "_score": 4.698970004336019,
  "_indexed": true,
  "_nocasepkg": "catacode",
  "_universes": [
    "knickodem"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-04T08:26:23.000Z",
      "distro": "noble",
      "commit": "c1f7ae854ec936b3e264b5b4b45f2f4dc130151f",
      "fileid": "5d62a07b5565df30c79c2af23e38f3e736068df2c504ac03b06fb4c8bfa800bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knickodem/actions/runs/26939896588"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-04T08:26:14.000Z",
      "distro": "noble",
      "commit": "c1f7ae854ec936b3e264b5b4b45f2f4dc130151f",
      "fileid": "cb5e423a279e202a04a5a2e8baa07551b052ee21a05501ab74d4aacf25f6d55e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knickodem/actions/runs/26939896588"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-04T08:25:54.000Z",
      "commit": "c1f7ae854ec936b3e264b5b4b45f2f4dc130151f",
      "fileid": "17e9a724fa85f50fd766c9a0975d9193f91c22aa4fccac867713143f948f882f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knickodem/actions/runs/26939896588"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-04T08:25:41.000Z",
      "commit": "c1f7ae854ec936b3e264b5b4b45f2f4dc130151f",
      "fileid": "4f077f0be175c662f47e05dbe9bfa2c88404a00060cd77e53d7edeb32689a146",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knickodem/actions/runs/26939896588"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-04T08:26:14.000Z",
      "commit": "c1f7ae854ec936b3e264b5b4b45f2f4dc130151f",
      "fileid": "9520a01d7f244314a550572ff50e56ae419c9adefa970aa97340986b45d074f8",
      "status": "success",
      "buildurl": "https://github.com/r-universe/knickodem/actions/runs/26939896588"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-04T08:25:22.000Z",
      "commit": "c1f7ae854ec936b3e264b5b4b45f2f4dc130151f",
      "fileid": "ff0360f714c5d8030b7c3c5408c204ca19650b979d3d02cc4dc5eb6fdb278e52",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knickodem/actions/runs/26939896588"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-04T08:25:28.000Z",
      "commit": "c1f7ae854ec936b3e264b5b4b45f2f4dc130151f",
      "fileid": "3988373d5938ea47ef0e68c266844f405c985ed155934bf024a79ee4f5d9a723",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knickodem/actions/runs/26939896588"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-04T08:25:23.000Z",
      "commit": "c1f7ae854ec936b3e264b5b4b45f2f4dc130151f",
      "fileid": "c3d9e7eceb15cc512d9ca8e557540474862c91b9a68a6eeb229cafa105ed9a11",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knickodem/actions/runs/26939896588"
    }
  ]
}