Package: kableExtra | |
Type: Package | |
Title: Decorate kable output using pipe syntax | |
Version: 0.0.1 | |
Authors@R: c( | |
person("Hao", "Zhu", email = "haozhu@hsl.harvard.edu", role = c("aut", "cre")) | |
) | |
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 | |
Depends: | |
R (>= 3.1.2), | |
stringr (>= 1.0) | |
Imports: | |
knitr (>= 1.10), | |
magrittr | |
Suggests: | |
testthat | |
RoxygenNote: 5.0.1 |