-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 728 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 728 Bytes
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
Package: codebreak
Type: Package
Title: Label Data Using a YAML Codebook
Version: 0.1.0
Authors@R:
person(given = "Nick",
family = "Williams",
role = c("aut", "cre"),
email = "ntwilliams.personal@gmail.com",
comment = c(ORCID = "0000-0002-1378-4831"))
Description: A light-weight framework for labeling coded data using a
codebook saved as YAML text file.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
haven,
labelled,
plyr,
purrr,
R6,
yaml
RoxygenNote: 7.2.1
Suggests:
testthat (>= 3.0.0)
URL: https://github.com/nt-williams/codebreak
BugReports: https://github.com/nt-williams/codebreak/issues
Config/testthat/edition: 3