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