blob: d2a0025436e4fb955cb1416babb8f12d6113207f [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
Will Beasleyd6926e12016-01-11 12:18:14 -06004Version: 0.0.1.9000
Hao Zhub1bc0aa2015-11-12 11:23:42 -05005Authors@R: c(
Hao Zhu37934b82016-01-11 12:23:23 -05006 person("Hao", "Zhu", email = "haozhu@hsl.harvard.edu", 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 )
10Description: A set of functions aiming to strengthen the functionality of
11 knitr::kable without destroying its simplicity by adopting pipe syntax.
12License: MIT + file LICENSE
13LazyData: TRUE
Will Beasley590d1aa2016-01-11 12:16:12 -060014URL: https://github.com/haozhu233/kableExtra
15BugReports: https://github.com/haozhu233/kableExtra/issues
Hao Zhub1bc0aa2015-11-12 11:23:42 -050016Depends:
Hao Zhu8977a8a2015-11-19 16:52:21 -050017 R (>= 3.1.2)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050018Imports:
19 knitr (>= 1.10),
Hao Zhu8977a8a2015-11-19 16:52:21 -050020 magrittr,
21 stringr (>= 1.0),
Hao Zhu26234122017-02-22 15:34:33 -050022 xml2,
23 rvest,
Hao Zhuc1f38412017-02-23 12:13:48 -050024 rmarkdown (>= 1.3)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050025Suggests:
26 testthat
Will Beasley590d1aa2016-01-11 12:16:12 -060027VignetteBuilder: knitr
Hao Zhue10cfd32017-02-21 16:41:14 -050028RoxygenNote: 6.0.1