blob: e0ecfd6fd99c858a3172d2f7e4ab87891b74ffb5 [file] [log] [blame]
Hao Zhue4145112015-11-05 17:52:59 -05001Package: kableExtra
2Type: Package
Hao Zhubf9556e2017-03-02 07:31:24 -05003Title: Construct Complex Table with Kable and Pipe Syntax
Hao Zhu63e09862017-03-01 16:30:34 -05004Version: 0.1.0
Hao Zhub1bc0aa2015-11-12 11:23:42 -05005Authors@R: c(
Hao Zhu63e09862017-03-01 16:30:34 -05006 person("Hao", "Zhu", email = "haozhu233@gmail.com", role = c("aut", "cre")),
Hao Zhuc1f38412017-02-23 12:13:48 -05007 person("Will", "Beasley", email = "wibeasley@hotmail.com", role = "ctb"),
8 person("Yihui", "Xie", email = "xie@yihui.name", role = "ctb")
Hao Zhub1bc0aa2015-11-12 11:23:42 -05009 )
Hao Zhu63e09862017-03-01 16:30:34 -050010Description: A collection of functions to build complex HTML or LaTeX tables on top of kable output.
Hao Zhub1bc0aa2015-11-12 11:23:42 -050011License: MIT + file LICENSE
12LazyData: TRUE
Hao Zhu63e09862017-03-01 16:30:34 -050013URL: http://haozhu233.github.io/kableExtra/
Will Beasley590d1aa2016-01-11 12:16:12 -060014BugReports: 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:
Hao Zhu63e09862017-03-01 16:30:34 -050018 knitr (>= 1.13),
Hao Zhu8977a8a2015-11-19 16:52:21 -050019 magrittr,
20 stringr (>= 1.0),
Hao Zhu26234122017-02-22 15:34:33 -050021 xml2,
22 rvest,
Hao Zhu63e09862017-03-01 16:30:34 -050023 rmarkdown (>= 1.3.0)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050024Suggests:
25 testthat
Will Beasley590d1aa2016-01-11 12:16:12 -060026VignetteBuilder: knitr
Hao Zhue10cfd32017-02-21 16:41:14 -050027RoxygenNote: 6.0.1