blob: 252622c07a1212e8cbe012b8e3b39cb8680dfd06 [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:
Hao Zhu8977a8a2015-11-19 16:52:21 -050013 R (>= 3.1.2)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050014Imports:
15 knitr (>= 1.10),
Hao Zhu8977a8a2015-11-19 16:52:21 -050016 magrittr,
17 stringr (>= 1.0),
18 XML
Hao Zhub1bc0aa2015-11-12 11:23:42 -050019Suggests:
20 testthat
Hao Zhudb04e302015-11-15 16:57:38 -050021RoxygenNote: 5.0.1