Type: Package
Package: huxtable
Title: Easily Create and Style Tables for LaTeX, HTML and Other Formats
Version: 5.5.1
Authors@R: 
    person(given = "David",
           family = "Hugh-Jones",
           role = c("aut", "cre"),
           email = "davidhughjones@gmail.com")
Author: David Hugh-Jones [aut, cre]
Maintainer: David Hugh-Jones <davidhughjones@gmail.com>
Description: Creates styled tables for data presentation. Export to HTML, LaTeX,
  RTF, 'Word', 'Excel', and 'PowerPoint'. Simple, modern interface to manipulate 
  borders, size, position, captions, colours, text styles and number formatting.
  Table cells can span multiple rows and/or columns.
  Includes  a 'huxreg' function for creation of regression tables, and 'quick_*' 
  one-liners to print data to a new document.
License: MIT + file LICENSE
URL: https://hughjonesd.github.io/huxtable/
BugReports: https://github.com/hughjonesd/huxtable/issues
Imports: assertthat, commonmark, fansi, generics, glue, htmltools,
        memoise, R6, rlang, stats, stringi, stringr (>= 1.2.0),
        tidyselect, utils, xml2
Suggests: AER, bookdown, broom (>= 0.5.1), broom.mixed, covr, crayon,
        devtools, dplyr (>= 0.7.0), flextable (>= 0.5.5), ftExtra (>=
        0.0.2), ggplot2, httr, knitr, lme4, lmtest, nlme, nnet,
        officer, openxlsx, psych, quarto, rmarkdown, sandwich, scales,
        testthat, tibble, tinytex
SystemRequirements: LaTeX packages: adjustbox, array, calc, caption,
        colortbl, fontspec, graphicx, hhline, hyperref, multirow,
        siunitx, tabularx, threeparttable, ulem, wrapfig
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2022-11-11 18:42:30 UTC; david
Repository: CRAN
Date/Publication: 2022-11-12 08:30:07 UTC
