-
Notifications
You must be signed in to change notification settings - Fork 78
/
DESCRIPTION
49 lines (49 loc) · 1.1 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
Package: summarytools
Type: Package
Title: Tools to Quickly and Neatly Summarize Data
Version: 1.0.2
Authors@R: person("Dominic", "Comtois", email = "dominic.comtois@gmail.com",
role = c("aut", "cre"))
Author: Dominic Comtois [aut, cre]
Maintainer: Dominic Comtois <dominic.comtois@gmail.com>
Language: en-US
Description: Data frame summaries, cross-tabulations,
weight-enabled frequency tables and common descriptive
(univariate) statistics in concise tables available in a
variety of formats (plain ASCII, Markdown and HTML). A good
point-of-entry for exploring data, both for experienced
and new R users.
Imports:
base64enc,
checkmate,
dplyr,
grDevices,
htmltools,
lubridate,
magick,
matrixStats,
methods,
pander,
pryr,
rapportools,
stats,
tcltk,
tibble,
tidyr,
utils
Suggests:
forcats,
formatR,
kableExtra,
knitr,
magrittr,
rmarkdown,
rstudioapi
Depends: R (>= 2.10)
VignetteBuilder: knitr
LazyData: true
License: GPL-2
URL: https://github.com/dcomtois/summarytools
BugReports: https://github.com/dcomtois/summarytools/issues
Encoding: UTF-8
RoxygenNote: 7.1.2