Package: flextable
Type: Package
Title: Tabular Reporting API
Version: 0.1.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.
  See the 'flextable' website for more information.
License: GPL-3
LazyData: TRUE
Depends: officer
Imports: utils,grDevices, dplyr,lazyeval,purrr,tibble,magrittr,tidyr,
        htmltools,htmlwidgets, gdtools
RoxygenNote: 6.0.1
Suggests: rmarkdown, knitr, xml2, testthat, ionicons
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-03-28 14:26:18 UTC; davidgohel
Author: David Gohel [aut, cre]
Maintainer: David Gohel <david.gohel@ardata.fr>
Repository: CRAN
Date/Publication: 2017-03-28 16:23:47 UTC
