forked from DanChaltiel/crosstable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 1.55 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
Package: crosstable
Title: Crosstables for Descriptive Analyses
Version: 0.3.2.9012
Authors@R:
c(person(given = "Dan",
family = "Chaltiel",
role = c("aut", "cre"),
email = "dan.chaltiel@gmail.com",
comment = c(ORCID = "0000-0003-3488-779X")),
person(given = "David",
family = "Hajage",
role = "ccp"))
Description: Create descriptive tables for continuous and categorical variables.
Apply summary statistics and counting function, with or without a grouping variable, and create beautiful reports using 'rmarkdown' or 'officer'.
You can also compute statistical tests and effect sizes if needed.
License: GPL-3
URL: https://danchaltiel.github.io/crosstable/, https://github.com/DanChaltiel/crosstable/
BugReports: https://github.com/DanChaltiel/crosstable/issues/
Depends:
R (>= 3.1.0)
Imports:
checkmate,
dplyr (>= 1.0.0),
flextable (>= 0.5.8),
forcats,
glue,
lifecycle,
officer,
purrr,
rlang (>= 0.4.7),
stats,
stringr,
tibble,
tidyr,
tidyselect
Suggests:
covr,
crayon,
xml2,
digest,
gt,
expss,
ggplot2,
gmodels,
Hmisc,
jsonlite,
knitr,
openxlsx,
rmarkdown,
sloop,
stringi,
survival,
systemfonts,
testthat,
withr,
waldo,
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: 1-crosstable, 1-tests-effects