| 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")), | 
| 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 |     ) | 
 | 10 | Description: A set of functions aiming to strengthen the functionality of | 
 | 11 |     knitr::kable without destroying its simplicity by adopting pipe syntax. | 
 | 12 | License: MIT + file LICENSE | 
 | 13 | LazyData: TRUE | 
| Will Beasley | 590d1aa | 2016-01-11 12:16:12 -0600 | [diff] [blame] | 14 | URL: https://github.com/haozhu233/kableExtra | 
 | 15 | BugReports: https://github.com/haozhu233/kableExtra/issues | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 16 | Depends: | 
| Hao Zhu | 8977a8a | 2015-11-19 16:52:21 -0500 | [diff] [blame] | 17 |     R (>= 3.1.2) | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 18 | Imports: | 
 | 19 |     knitr (>= 1.10), | 
| Hao Zhu | 8977a8a | 2015-11-19 16:52:21 -0500 | [diff] [blame] | 20 |     magrittr, | 
 | 21 |     stringr (>= 1.0), | 
| Hao Zhu | 2623412 | 2017-02-22 15:34:33 -0500 | [diff] [blame] | 22 |     xml2, | 
 | 23 |     rvest, | 
| Hao Zhu | c1f3841 | 2017-02-23 12:13:48 -0500 | [diff] [blame] | 24 |     rmarkdown (>= 1.3) | 
| Hao Zhu | b1bc0aa | 2015-11-12 11:23:42 -0500 | [diff] [blame] | 25 | Suggests: | 
 | 26 |     testthat | 
| Will Beasley | 590d1aa | 2016-01-11 12:16:12 -0600 | [diff] [blame] | 27 | VignetteBuilder: knitr | 
| Hao Zhu | e10cfd3 | 2017-02-21 16:41:14 -0500 | [diff] [blame] | 28 | RoxygenNote: 6.0.1 |