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 = "benjamin.nutter@gmail.com", 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) VignetteBuilder: knitr URL: https://github.com/nutterb/pixiedust BugReports: https://github.com/nutterb/pixiedust/issues RoxygenNote: 7.2.3 NeedsCompilation: no Config/pak/sysreqs: libicu-dev Repository: https://nutterb.r-universe.dev Date/Publication: 2023-10-10 01:09:10 UTC RemoteUrl: https://github.com/nutterb/pixiedust RemoteRef: HEAD RemoteSha: 5d1dfadd1f17b7b8c14c681d6a259bedc2427ba0 Packaged: 2026-06-11 08:45:08 UTC; root Author: Benjamin Nutter [aut, cre], David Kretch [ctb] Maintainer: Benjamin Nutter