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 |
| 4 | Version: 0.0.1 |
| 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 |
| 13 | Depends: |
Hao Zhu | 8977a8a | 2015-11-19 16:52:21 -0500 | [diff] [blame] | 14 | R (>= 3.1.2) |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 15 | Imports: |
| 16 | knitr (>= 1.10), |
Hao Zhu | 8977a8a | 2015-11-19 16:52:21 -0500 | [diff] [blame] | 17 | magrittr, |
| 18 | stringr (>= 1.0), |
Hao Zhu | e0a36a8 | 2015-11-23 15:35:20 -0500 | [diff] [blame] | 19 | XML, |
| 20 | rmarkdown (>= 0.2.64) |
Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 21 | Suggests: |
| 22 | testthat |
Hao Zhu | db04e30 | 2015-11-15 16:57:38 -0500 | [diff] [blame] | 23 | RoxygenNote: 5.0.1 |