blob: 78f78329d2251b8df3226c1b3e750ee7fa0de31c [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
Will Beasley590d1aa2016-01-11 12:16:12 -060013URL: https://github.com/haozhu233/kableExtra
14BugReports: https://github.com/haozhu233/kableExtra/issues
Hao Zhub1bc0aa2015-11-12 11:23:42 -050015Depends:
Hao Zhu8977a8a2015-11-19 16:52:21 -050016 R (>= 3.1.2)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050017Imports:
18 knitr (>= 1.10),
Hao Zhu8977a8a2015-11-19 16:52:21 -050019 magrittr,
20 stringr (>= 1.0),
Hao Zhue0a36a82015-11-23 15:35:20 -050021 XML,
22 rmarkdown (>= 0.2.64)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050023Suggests:
24 testthat
Will Beasley590d1aa2016-01-11 12:16:12 -060025VignetteBuilder: knitr
Hao Zhudb04e302015-11-15 16:57:38 -050026RoxygenNote: 5.0.1