Package: basictabler
Type: Package
Title: Construct Rich Tables for Output to 'HTML'/'Excel'
Version: 0.2.0
Authors@R: person("Christopher", "Bailiss", email = "cbailiss@gmail.com",
  role = c("aut", "cre"))
Description: Easily create tables from data 
    frames/matrices.  Create/manipulate tables 
    row-by-row, column-by-column or cell-by-cell.  
    Use common formatting/styling to output 
    rich tables as 'HTML', 'HTML widgets' or to 
    'Excel'. 
Depends: R (>= 3.3.0)
Imports: R6 (>= 2.2.0), dplyr (>= 0.5.0), jsonlite (>= 1.1),
        htmltools(>= 0.3.5), htmlwidgets (>= 0.8)
Suggests: lubridate (>= 1.5.0), listviewer (>= 1.4.0), openxlsx (>=
        4.0.17), shiny, knitr, rmarkdown, testthat
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/cbailiss/basictabler
BugReports: https://github.com/cbailiss/basictabler/issues
VignetteBuilder: knitr
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-02-07 18:52:20 UTC; Chris
Author: Christopher Bailiss [aut, cre]
Maintainer: Christopher Bailiss <cbailiss@gmail.com>
Repository: CRAN
Date/Publication: 2019-02-07 19:13:23 UTC
