blob: 27cb3bd0fb9150b1f529d96895ca033068c6ef6d [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(
Hao Zhu37934b82016-01-11 12:23:23 -05006 person("Hao", "Zhu", email = "haozhu@hsl.harvard.edu", role = c("aut", "cre")),
7 person("Will", "Beasley", email = "wibeasley@hotmail.com", role = "ctb")
Hao Zhub1bc0aa2015-11-12 11:23:42 -05008 )
9Description: A set of functions aiming to strengthen the functionality of
10 knitr::kable without destroying its simplicity by adopting pipe syntax.
11License: MIT + file LICENSE
12LazyData: TRUE
13Depends:
Hao Zhu8977a8a2015-11-19 16:52:21 -050014 R (>= 3.1.2)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050015Imports:
16 knitr (>= 1.10),
Hao Zhu8977a8a2015-11-19 16:52:21 -050017 magrittr,
18 stringr (>= 1.0),
Hao Zhue0a36a82015-11-23 15:35:20 -050019 XML,
20 rmarkdown (>= 0.2.64)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050021Suggests:
22 testthat
Hao Zhudb04e302015-11-15 16:57:38 -050023RoxygenNote: 5.0.1