| Hao Zhu | e414511 | 2015-11-05 17:52:59 -0500 | [diff] [blame] | 1 | Package: kableExtra | 
 | 2 | Type: Package | 
| Hao Zhu | f279437 | 2017-03-02 11:17:24 -0500 | [diff] [blame] | 3 | Title: Construct Complex Table with 'Kable' and Pipe Syntax | 
 | 4 | Version: 0.1.0.9000 | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 5 | Authors@R: c( | 
| Hao Zhu | 19275b9 | 2017-03-02 08:13:13 -0500 | [diff] [blame] | 6 |     person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre')), | 
 | 7 |     person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'), | 
| Hao Zhu | e2706b3 | 2017-03-07 02:36:17 -0500 | [diff] [blame] | 8 |     person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'), | 
 | 9 |     person('Thomas', 'Travison', email = 'tgt@hsl.harvard.edu', role = 'aut') | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 10 |     ) | 
| Hao Zhu | f279437 | 2017-03-02 11:17:24 -0500 | [diff] [blame] | 11 | Description: A collection of functions to help build complex HTML or 'LaTeX'  | 
 | 12 |     tables using 'kable()' from 'knitr' and the piping syntax from 'magrittr'.  | 
 | 13 |     Function 'kable()' is a light weight table generator coming from 'knitr'.  | 
 | 14 |     This package simplifies the way to manipulate the HTML or 'LaTeX' codes  | 
 | 15 |     generated by 'kable()' and allows users to construct complex tables | 
 | 16 |     and customize styles using a readable syntax.  | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 17 | License: MIT + file LICENSE | 
 | 18 | LazyData: TRUE | 
| Hao Zhu | 19275b9 | 2017-03-02 08:13:13 -0500 | [diff] [blame] | 19 | URL: http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra | 
| Will Beasley | 590d1aa | 2016-01-11 12:16:12 -0600 | [diff] [blame] | 20 | BugReports: https://github.com/haozhu233/kableExtra/issues | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 21 | Depends: | 
| Hao Zhu | 8977a8a | 2015-11-19 16:52:21 -0500 | [diff] [blame] | 22 |     R (>= 3.1.2) | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 23 | Imports: | 
| Hao Zhu | 63e0986 | 2017-03-01 16:30:34 -0500 | [diff] [blame] | 24 |     knitr (>= 1.13), | 
| Hao Zhu | 8977a8a | 2015-11-19 16:52:21 -0500 | [diff] [blame] | 25 |     magrittr, | 
 | 26 |     stringr (>= 1.0), | 
| Hao Zhu | 2623412 | 2017-02-22 15:34:33 -0500 | [diff] [blame] | 27 |     xml2, | 
 | 28 |     rvest, | 
| Hao Zhu | 192d6fc | 2017-04-11 13:27:57 -0400 | [diff] [blame] | 29 |     rmarkdown (>= 1.4.0) | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 30 | Suggests: | 
 | 31 |     testthat | 
| Will Beasley | 590d1aa | 2016-01-11 12:16:12 -0600 | [diff] [blame] | 32 | VignetteBuilder: knitr | 
| Hao Zhu | e10cfd3 | 2017-02-21 16:41:14 -0500 | [diff] [blame] | 33 | RoxygenNote: 6.0.1 |