blob: d1a356a60978de6ece3e112e66f9077f5b7cf10e [file] [log] [blame]
Hao Zhue4145112015-11-05 17:52:59 -05001Package: kableExtra
2Type: Package
Hao Zhub1bc0aa2015-11-12 11:23:42 -05003Title: Decorate kable output using pipe syntax
4Version: 0.0.1
5Authors@R: c(
6 person("Hao", "Zhu", email = "haozhu@hsl.harvard.edu", role = c("aut", "cre"))
7 )
8Description: A set of functions aiming to strengthen the functionality of
9 knitr::kable without destroying its simplicity by adopting pipe syntax.
10License: MIT + file LICENSE
11LazyData: TRUE
12Depends:
13 R (>= 3.1.2)
14Imports:
15 knitr (>= 1.10),
16 magrittr,
17 stringr (>= 1.0)
18Suggests:
19 testthat
20RoxygenNote: 5.0.0