Package: CATAcode Title: Explore and Code Responses to Check-All-that-Apply Survey Items Version: 1.0.0 Authors@R: c( person(given = "Kyle", family = "Nickodem", email = "kyle.nickodem@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4976-3378")), person(given = "Gabriel J.", family = "Merrin", email = "gjmerrin@syr.edu", role = "aut") ) Description: Analyzing responses to check-all-that-apply survey items often requires data transformations and subjective decisions for combining categories. 'CATAcode' contains tools for exploring response patterns, facilitating data transformations, applying a set of decision rules for coding responses, and summarizing response frequencies. License: GPL (>= 3) URL: https://github.com/knickodem/CATAcode, https://knickodem.github.io/CATAcode/ BugReports: https://github.com/knickodem/CATAcode/issues Depends: R (>= 3.6) Imports: rlang, dplyr (>= 1.1.0), tidyr, ggplot2 Suggests: knitr, rmarkdown, testthat (>= 3.0.0) 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: 2026-07-04 06:35:48 UTC; root Author: Kyle Nickodem [aut, cre] (ORCID: ), Gabriel J. Merrin [aut] Maintainer: Kyle Nickodem