forked from brad-cannell/codebookr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 808 Bytes
/
DESCRIPTION
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: codebookr
Title: Create Codebooks from Data Frames
Version: 0.1.8
Authors@R: person("Brad", "Cannell", email = "[email protected]",
role = c("aut", "cre", "cph"))
Maintainer: Brad Cannell <[email protected]>
Description: Quickly and easily create codebooks (i.e. data dictionaries) directly from a data frame.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
URL: https://github.com/brad-cannell/codebookr,
https://brad-cannell.github.io/codebookr/
BugReports: https://github.com/brad-cannell/codebookr/issues
Depends:
R (>= 2.10)
LazyData: true
Suggests:
hms,
knitr,
rmarkdown,
testthat
Imports:
haven (>= 2.5.0),
flextable,
dplyr,
officer,
purrr,
rlang,
stringr,
tibble,
tidyr