| Package: kableExtra | 
 | Type: Package | 
 | Title: Decorate kable output using pipe syntax | 
 | Version: 0.0.1.9000 | 
 | Authors@R: c( | 
 |     person("Hao", "Zhu", email = "haozhu@hsl.harvard.edu", role = c("aut", "cre")), | 
 |     person("Will", "Beasley", email = "wibeasley@hotmail.com", role = "ctb") | 
 |     ) | 
 | Description: A set of functions aiming to strengthen the functionality of | 
 |     knitr::kable without destroying its simplicity by adopting pipe syntax. | 
 | License: MIT + file LICENSE | 
 | LazyData: TRUE | 
 | URL: https://github.com/haozhu233/kableExtra | 
 | BugReports: https://github.com/haozhu233/kableExtra/issues | 
 | Depends: | 
 |     R (>= 3.1.2) | 
 | Imports: | 
 |     knitr (>= 1.10), | 
 |     magrittr, | 
 |     stringr (>= 1.0), | 
 |     xml2, | 
 |     rvest, | 
 |     rmarkdown (>= 0.2.64) | 
 | Suggests: | 
 |     testthat | 
 | VignetteBuilder: knitr | 
 | RoxygenNote: 6.0.1 |