Package: flextable
Type: Package
Title: Functions for Tabular Reporting
Version: 0.3.0
Authors@R: c(
    person("David", "Gohel", role = c("aut", "cre"),
    email = "david.gohel@ardata.fr"))
Description: Create pretty tables for 'Microsoft Word', 'Microsoft PowerPoint' and 'HTML' 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. 
  Function tabwid() produces an 'htmlwidget' ready to be used in 'Shiny' or 'R Markdown (*.Rmd)' documents.
License: GPL-3
LazyData: TRUE
Depends: officer
Imports: stats,utils,grDevices,magrittr,
        lazyeval,purrr,tibble,R6,stringr, htmltools,htmlwidgets,
        gdtools (>= 0.1.6)
RoxygenNote: 6.0.1.9000
Suggests: rmarkdown, knitr, xml2, dplyr, testthat
URL: https://davidgohel.github.io/flextable
BugReports: https://github.com/davidgohel/flextable/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-09-05 09:48:27 UTC; davidgohel
Author: David Gohel [aut, cre]
Maintainer: David Gohel <david.gohel@ardata.fr>
Repository: CRAN
Date/Publication: 2017-09-05 09:56:54 UTC
