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 |
Rob Shepherd | c59d15e | 2017-08-26 16:06:36 +0100 | [diff] [blame] | 4 | Version: 0.4.0.9001 |
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')), |
Hao Zhu | 245931c | 2017-09-01 22:43:56 -0400 | [diff] [blame^] | 7 | person('Timothy', 'Tsai', role = 'ctb'), |
| 8 | person('Thomas', 'Travison', role = 'ctb'), |
Hao Zhu | 19275b9 | 2017-03-02 08:13:13 -0500 | [diff] [blame] | 9 | person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'), |
Hao Zhu | e2706b3 | 2017-03-07 02:36:17 -0500 | [diff] [blame] | 10 | person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'), |
Hao Zhu | 1da2f89 | 2017-08-01 12:46:16 -0400 | [diff] [blame] | 11 | person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb'), |
Hao Zhu | e02b06f | 2017-08-26 23:53:40 -0400 | [diff] [blame] | 12 | person('Stéphane', 'Laurent', role = 'ctb'), |
Hao Zhu | 245931c | 2017-09-01 22:43:56 -0400 | [diff] [blame^] | 13 | person('Rob', 'Shepherd', role = 'ctb'), |
| 14 | person('Yoni', 'Sidi', role = 'ctb') |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 15 | ) |
Hao Zhu | f279437 | 2017-03-02 11:17:24 -0500 | [diff] [blame] | 16 | Description: A collection of functions to help build complex HTML or 'LaTeX' |
| 17 | tables using 'kable()' from 'knitr' and the piping syntax from 'magrittr'. |
| 18 | Function 'kable()' is a light weight table generator coming from 'knitr'. |
| 19 | This package simplifies the way to manipulate the HTML or 'LaTeX' codes |
| 20 | generated by 'kable()' and allows users to construct complex tables |
| 21 | and customize styles using a readable syntax. |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 22 | License: MIT + file LICENSE |
| 23 | LazyData: TRUE |
Hao Zhu | 19275b9 | 2017-03-02 08:13:13 -0500 | [diff] [blame] | 24 | URL: http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra |
Will Beasley | 590d1aa | 2016-01-11 12:16:12 -0600 | [diff] [blame] | 25 | BugReports: https://github.com/haozhu233/kableExtra/issues |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 26 | Depends: |
Hao Zhu | 680428f | 2017-07-21 13:50:33 -0400 | [diff] [blame] | 27 | R (>= 3.1.0) |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 28 | Imports: |
Hao Zhu | 63e0986 | 2017-03-01 16:30:34 -0500 | [diff] [blame] | 29 | knitr (>= 1.13), |
Hao Zhu | 8977a8a | 2015-11-19 16:52:21 -0500 | [diff] [blame] | 30 | magrittr, |
| 31 | stringr (>= 1.0), |
Hao Zhu | 2623412 | 2017-02-22 15:34:33 -0500 | [diff] [blame] | 32 | xml2, |
| 33 | rvest, |
Hao Zhu | 6edd660 | 2017-06-16 15:04:15 -0400 | [diff] [blame] | 34 | rmarkdown (>= 1.6.0), |
Hao Zhu | 93e19a8 | 2017-08-26 10:48:49 -0400 | [diff] [blame] | 35 | readr, |
| 36 | magick |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 37 | Suggests: |
| 38 | testthat |
Will Beasley | 590d1aa | 2016-01-11 12:16:12 -0600 | [diff] [blame] | 39 | VignetteBuilder: knitr |
Hao Zhu | 4b0c51e | 2017-08-01 15:21:07 -0400 | [diff] [blame] | 40 | Encoding: UTF-8 |
Hao Zhu | e10cfd3 | 2017-02-21 16:41:14 -0500 | [diff] [blame] | 41 | RoxygenNote: 6.0.1 |
Hao Zhu | 76281fe | 2017-07-03 19:33:09 -0400 | [diff] [blame] | 42 | Roxygen: list(markdown = TRUE) |