Package: flextable
Type: Package
Title: Functions for Tabular Reporting
Version: 0.5.10
Authors@R: c(
    person("David", "Gohel", role = c("aut", "cre"),
    email = "david.gohel@ardata.fr"),
    person("Quentin", "Fazilleau", role = c("ctb"),
    email = "quentin.fazilleau@ardata.fr"),
    person("Maxim", "Nazarov", role = c("ctb"),
      comment = "rmarkdown for docx output"),
    person(given = "Titouan", family = "Robert", role = c("ctb")),
    person(given = "Michael", family = "Barrowman", role = c("ctb"), comment = "inline footnotes"),
    person(given = "Atsushi", family = "Yasumoto", role = c("ctb"), comment = "support for bookdown cross reference")
    )
Description: Create pretty tables for 'HTML', 'Microsoft Word' and 'Microsoft PowerPoint' documents. 
  Functions are provided to let users create tables, modify and format their content. 
  It extends package 'officer' that does not contain any feature for customized tabular reporting 
  and can be used within R markdown documents.
License: GPL-3
LazyData: TRUE
Imports: stats, utils, grDevices, graphics, officer (>= 0.3.10),
        rmarkdown, knitr, htmltools, xml2, data.table, uuid, gdtools
        (>= 0.1.6), rlang, base64enc
RoxygenNote: 7.1.0
Suggests: testthat (>= 2.1.0), xtable, magrittr, webshot, magick,
        ggplot2, scales, broom
Encoding: UTF-8
URL: https://davidgohel.github.io/flextable
BugReports: https://github.com/davidgohel/flextable/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-05-15 13:06:10 UTC; davidgohel
Author: David Gohel [aut, cre],
  Quentin Fazilleau [ctb],
  Maxim Nazarov [ctb] (rmarkdown for docx output),
  Titouan Robert [ctb],
  Michael Barrowman [ctb] (inline footnotes),
  Atsushi Yasumoto [ctb] (support for bookdown cross reference)
Maintainer: David Gohel <david.gohel@ardata.fr>
Repository: CRAN
Date/Publication: 2020-05-15 17:20:13 UTC
Built: R 3.6.3; ; 2020-08-05 04:31:26 UTC; windows
