blob: 27cb3bd0fb9150b1f529d96895ca033068c6ef6d [file] [log] [blame]
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")),
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
Depends:
R (>= 3.1.2)
Imports:
knitr (>= 1.10),
magrittr,
stringr (>= 1.0),
XML,
rmarkdown (>= 0.2.64)
Suggests:
testthat
RoxygenNote: 5.0.1