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