-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1.17 KB
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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