| 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'), | 
 | 8 |     person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb') | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 9 |     ) | 
| Hao Zhu | f279437 | 2017-03-02 11:17:24 -0500 | [diff] [blame] | 10 | Description: A collection of functions to help build complex HTML or 'LaTeX'  | 
 | 11 |     tables using 'kable()' from 'knitr' and the piping syntax from 'magrittr'.  | 
 | 12 |     Function 'kable()' is a light weight table generator coming from 'knitr'.  | 
 | 13 |     This package simplifies the way to manipulate the HTML or 'LaTeX' codes  | 
 | 14 |     generated by 'kable()' and allows users to construct complex tables | 
 | 15 |     and customize styles using a readable syntax.  | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 16 | License: MIT + file LICENSE | 
 | 17 | LazyData: TRUE | 
| Hao Zhu | 19275b9 | 2017-03-02 08:13:13 -0500 | [diff] [blame] | 18 | URL: http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra | 
| Will Beasley | 590d1aa | 2016-01-11 12:16:12 -0600 | [diff] [blame] | 19 | BugReports: https://github.com/haozhu233/kableExtra/issues | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 20 | Depends: | 
| Hao Zhu | 8977a8a | 2015-11-19 16:52:21 -0500 | [diff] [blame] | 21 |     R (>= 3.1.2) | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 22 | Imports: | 
| Hao Zhu | 63e0986 | 2017-03-01 16:30:34 -0500 | [diff] [blame] | 23 |     knitr (>= 1.13), | 
| Hao Zhu | 8977a8a | 2015-11-19 16:52:21 -0500 | [diff] [blame] | 24 |     magrittr, | 
 | 25 |     stringr (>= 1.0), | 
| Hao Zhu | 2623412 | 2017-02-22 15:34:33 -0500 | [diff] [blame] | 26 |     xml2, | 
 | 27 |     rvest, | 
| Hao Zhu | 63e0986 | 2017-03-01 16:30:34 -0500 | [diff] [blame] | 28 |     rmarkdown (>= 1.3.0) | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 29 | Suggests: | 
 | 30 |     testthat | 
| Will Beasley | 590d1aa | 2016-01-11 12:16:12 -0600 | [diff] [blame] | 31 | VignetteBuilder: knitr | 
| Hao Zhu | e10cfd3 | 2017-02-21 16:41:14 -0500 | [diff] [blame] | 32 | RoxygenNote: 6.0.1 |