Hao Zhu | e414511 | 2015-11-05 17:52:59 -0500 | [diff] [blame] | 1 | Package: kableExtra |
| 2 | Type: Package |
Hao Zhu | 63e0986 | 2017-03-01 16:30:34 -0500 | [diff] [blame^] | 3 | Title: Construct Complex Table with kable and Pipe Syntax |
| 4 | Version: 0.1.0 |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 5 | Authors@R: c( |
Hao Zhu | 63e0986 | 2017-03-01 16:30:34 -0500 | [diff] [blame^] | 6 | person("Hao", "Zhu", email = "haozhu233@gmail.com", role = c("aut", "cre")), |
Hao Zhu | c1f3841 | 2017-02-23 12:13:48 -0500 | [diff] [blame] | 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 | 63e0986 | 2017-03-01 16:30:34 -0500 | [diff] [blame^] | 10 | Description: A collection of functions to build complex HTML or LaTeX tables on top of kable output. |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 11 | License: MIT + file LICENSE |
| 12 | LazyData: TRUE |
Hao Zhu | 63e0986 | 2017-03-01 16:30:34 -0500 | [diff] [blame^] | 13 | URL: http://haozhu233.github.io/kableExtra/ |
Will Beasley | 590d1aa | 2016-01-11 12:16:12 -0600 | [diff] [blame] | 14 | BugReports: https://github.com/haozhu233/kableExtra/issues |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 15 | Depends: |
Hao Zhu | 8977a8a | 2015-11-19 16:52:21 -0500 | [diff] [blame] | 16 | R (>= 3.1.2) |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 17 | Imports: |
Hao Zhu | 63e0986 | 2017-03-01 16:30:34 -0500 | [diff] [blame^] | 18 | knitr (>= 1.13), |
Hao Zhu | 8977a8a | 2015-11-19 16:52:21 -0500 | [diff] [blame] | 19 | magrittr, |
| 20 | stringr (>= 1.0), |
Hao Zhu | 2623412 | 2017-02-22 15:34:33 -0500 | [diff] [blame] | 21 | xml2, |
| 22 | rvest, |
Hao Zhu | 63e0986 | 2017-03-01 16:30:34 -0500 | [diff] [blame^] | 23 | rmarkdown (>= 1.3.0) |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 24 | Suggests: |
| 25 | testthat |
Will Beasley | 590d1aa | 2016-01-11 12:16:12 -0600 | [diff] [blame] | 26 | VignetteBuilder: knitr |
Hao Zhu | e10cfd3 | 2017-02-21 16:41:14 -0500 | [diff] [blame] | 27 | RoxygenNote: 6.0.1 |