-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
36 lines (36 loc) · 1.37 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
Package: pixiedust
Title: Tables so Beautifully Fine-Tuned You Will Believe It's Magic
Version: 0.9.4
Authors@R: c(person("Benjamin", "Nutter", email = "[email protected]", role = c("aut", "cre")),
person("David", "Kretch", role = c("ctb")))
Description: The introduction of the 'broom' package has made converting model
objects into data frames as simple as a single function. While the 'broom'
package focuses on providing tidy data frames that can be used in advanced
analysis, it deliberately stops short of providing functionality for reporting
models in publication-ready tables. 'pixiedust' provides this functionality with
a programming interface intended to be similar to 'ggplot2's system of layers
with fine tuned control over each cell of the table. Options for output include
printing to the console and to the common markdown formats (markdown, HTML, and
LaTeX). With a little 'pixiedust' (and happy thoughts) tables can really fly.
Depends:
R (>= 3.1.2)
Imports:
broom,
checkmate (>= 1.8.0),
htmltools,
knitr,
labelVector,
magrittr,
reshape2,
scales
Suggests:
dplyr,
rmarkdown,
testthat
License: GPL (>= 2)
LazyData: true
VignetteBuilder: knitr
URL: https://github.com/nutterb/pixiedust
BugReports: https://github.com/nutterb/pixiedust/issues
RoxygenNote: 7.2.3
NeedsCompilation: no