Package: xltabr
Type: Package
Title: Automatically Write Beautifully Formatted Cross
        Tabulations/Contingency Tables to Excel
Version: 0.1.2
Authors@R: c(
    person("Robin", "Linacre", , "robinlinacre@hotmail.com",
    role = c("aut", "cre")),
    person(
    "Karik", "Isichei", email="karik.isichei@gmail.com",
    role=c("aut"))
    )
Description: Writes beautifully formatted cross tabulations to Excel 
    using 'openxlsx'. It has been developed to help automate the process of publishing 
    Official Statistics.  The user provides a dataframe, which is outputted to Excel with 
    various types of rich formatting which are automatically detected from the structure
    of the cross tabulation.  Documentation can be found at the following
    url <https://github.com/moj-analytical-services/xltabr>.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
URL: https://github.com/moj-analytical-services/xltabr#readme
BugReports: https://github.com/moj-analytical-services/xltabr/issues
Imports: magrittr, openxlsx
Suggests: testthat, reshape2
NeedsCompilation: no
Packaged: 2017-11-28 10:41:39 UTC; karik
Author: Robin Linacre [aut, cre],
  Karik Isichei [aut]
Maintainer: Robin Linacre <robinlinacre@hotmail.com>
Repository: CRAN
Date/Publication: 2017-11-28 11:26:20 UTC
