Package: kableExtra
Type: Package
Title: Construct Complex Table with 'kable' and Pipe Syntax
Version: 0.5.0
Authors@R: c(
    person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre')),
    person('Timothy', 'Tsai', role = 'ctb'),
    person('Thomas', 'Travison', role = 'ctb'),
    person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'),
    person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'),
    person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb'),
    person('Stéphane', 'Laurent', role = 'ctb'),
    person('Rob', 'Shepherd', role = 'ctb'),
    person('Yoni', 'Sidi', role = 'ctb')
    )
Description: A collection of functions to help build complex HTML or 'LaTeX' 
    tables using 'kable()' from 'knitr' and the piping syntax from 'magrittr'. 
    Function 'kable()' is a light weight table generator coming from 'knitr'. 
    This package simplifies the way to manipulate the HTML or 'LaTeX' codes 
    generated by 'kable()' and allows users to construct complex tables
    and customize styles using a readable syntax. 
License: MIT + file LICENSE
LazyData: TRUE
URL: http://haozhu233.github.io/kableExtra/,
        https://github.com/haozhu233/kableExtra
BugReports: https://github.com/haozhu233/kableExtra/issues
Depends: R (>= 3.1.0)
Imports: knitr (>= 1.13), magrittr, stringr (>= 1.0), xml2, rvest,
        rmarkdown (>= 1.6.0), readr, magick
Suggests: testthat
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-09-05 02:52:01 UTC; haozhu
Author: Hao Zhu [aut, cre],
  Timothy Tsai [ctb],
  Thomas Travison [ctb],
  Will Beasley [ctb],
  Yihui Xie [ctb],
  GuangChuang Yu [ctb],
  Stéphane Laurent [ctb],
  Rob Shepherd [ctb],
  Yoni Sidi [ctb]
Maintainer: Hao Zhu <haozhu233@gmail.com>
Repository: CRAN
Date/Publication: 2017-09-05 07:24:47 UTC
