-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.02 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
Package: tablet
Type: Package
Title: Tabulate Descriptive Statistics in Multiple Formats
Version: 0.6.12
Authors@R: person(given = "Tim",
family = "Bergsma",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Tim Bergsma <[email protected]>
BugReports: https://github.com/bergsmat/tablet/issues
Description: Creates a table of descriptive statistics
for factor and numeric columns in a data frame. Displays
these by groups, if any. Highly customizable, with support
for 'html' and 'pdf' provided by 'kableExtra'. Respects
original column order, column labels, and factor level order.
See ?tablet.data.frame and vignettes.
License: GPL-3
Encoding: UTF-8
Imports: dplyr (>= 1.0.2), yamlet (>= 0.10.21), rlang, tidyr,
kableExtra (>= 0.9.0), spork (>= 0.2.7), magrittr, fs, reactable
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Suggests: knitr, rmarkdown, boot,
testthat, shiny, shinyFiles, haven, yaml, sortable,
latexpdf, tinytex, tools, csv, xtable, shinyAce, R.utils