Hao Zhu | e414511 | 2015-11-05 17:52:59 -0500 | [diff] [blame] | 1 | Package: kableExtra |
| 2 | Type: Package |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 3 | Title: Decorate kable output using pipe syntax |
Will Beasley | d6926e1 | 2016-01-11 12:18:14 -0600 | [diff] [blame] | 4 | Version: 0.0.1.9000 |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 5 | Authors@R: c( |
Hao Zhu | 37934b8 | 2016-01-11 12:23:23 -0500 | [diff] [blame] | 6 | person("Hao", "Zhu", email = "haozhu@hsl.harvard.edu", role = c("aut", "cre")), |
| 7 | person("Will", "Beasley", email = "wibeasley@hotmail.com", role = "ctb") |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 8 | ) |
| 9 | Description: A set of functions aiming to strengthen the functionality of |
| 10 | knitr::kable without destroying its simplicity by adopting pipe syntax. |
| 11 | License: MIT + file LICENSE |
| 12 | LazyData: TRUE |
Will Beasley | 590d1aa | 2016-01-11 12:16:12 -0600 | [diff] [blame] | 13 | URL: https://github.com/haozhu233/kableExtra |
| 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: |
| 18 | knitr (>= 1.10), |
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 | e0a36a8 | 2015-11-23 15:35:20 -0500 | [diff] [blame] | 23 | rmarkdown (>= 0.2.64) |
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 |