forked from rubenarslan/codebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.79 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: codebook
Title: Automatic Codebooks from Metadata Encoded in Dataset Attributes
Description: Easily automate the following tasks to describe data frames:
Summarise the distributions, and labelled missings of variables graphically
and using descriptive statistics.
For surveys, compute and summarise reliabilities (internal consistencies,
retest, multilevel) for psychological scales.
Combine this information with metadata (such as item labels and labelled
values) that is derived from R attributes.
To do so, the package relies on 'rmarkdown' partials, so you can generate
HTML, PDF, and Word documents.
Codebooks are also available as tables (CSV, Excel, etc.) and in JSON-LD, so
that search engines can find your data and index the metadata.
The metadata are also available at your fingertips via RStudio Addins.
Version: 0.9.4.9000
Authors@R: person("Ruben", "Arslan", email = "ruben.arslan@gmail.com", role = c("aut", "cre"))
Depends: R (>= 3.2.0)
Language: en_GB
URL: https://github.com/rubenarslan/codebook
BugReports: https://github.com/rubenarslan/codebook/issues
License: MIT + file LICENSE
Imports:
stats,
methods,
graphics,
utils,
rmdpartials,
forcats (>= 0.4.0),
vctrs (>= 0.3.0),
ggplot2 (>= 2.0.0),
stringr,
rlang,
dplyr (>= 1.0.0),
tidyr,
tidyselect,
jsonlite,
haven (>= 2.3.0),
purrr,
tibble,
glue,
likert,
knitr,
skimr (>= 2.1.0),
htmltools,
labeling,
labelled
Suggests:
testthat,
DT,
shinytest,
lme4,
rmarkdown,
rstudioapi (>= 0.5),
shiny (>= 0.13),
miniUI (>= 0.1.1),
roxygen2,
webshot,
rio,
psych,
future,
ufs,
userfriendlyscience
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr