blob: d12aae0540eb761cd247c42d651fcc75e2e27fc0 [file] [log] [blame]
Hao Zhue4145112015-11-05 17:52:59 -05001Package: kableExtra
2Type: Package
Hao Zhuf2794372017-03-02 11:17:24 -05003Title: Construct Complex Table with 'Kable' and Pipe Syntax
4Version: 0.1.0.9000
Hao Zhub1bc0aa2015-11-12 11:23:42 -05005Authors@R: c(
Hao Zhu19275b92017-03-02 08:13:13 -05006 person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre')),
7 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 Zhuf2794372017-03-02 11:17:24 -050010Description: A collection of functions to help build complex HTML or 'LaTeX'
11 tables using 'kable()' from 'knitr' and the piping syntax from 'magrittr'.
12 Function 'kable()' is a light weight table generator coming from 'knitr'.
13 This package simplifies the way to manipulate the HTML or 'LaTeX' codes
14 generated by 'kable()' and allows users to construct complex tables
15 and customize styles using a readable syntax.
Hao Zhub1bc0aa2015-11-12 11:23:42 -050016License: MIT + file LICENSE
17LazyData: TRUE
Hao Zhu19275b92017-03-02 08:13:13 -050018URL: http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra
Will Beasley590d1aa2016-01-11 12:16:12 -060019BugReports: https://github.com/haozhu233/kableExtra/issues
Hao Zhub1bc0aa2015-11-12 11:23:42 -050020Depends:
Hao Zhu8977a8a2015-11-19 16:52:21 -050021 R (>= 3.1.2)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050022Imports:
Hao Zhu63e09862017-03-01 16:30:34 -050023 knitr (>= 1.13),
Hao Zhu8977a8a2015-11-19 16:52:21 -050024 magrittr,
25 stringr (>= 1.0),
Hao Zhu26234122017-02-22 15:34:33 -050026 xml2,
27 rvest,
Hao Zhu63e09862017-03-01 16:30:34 -050028 rmarkdown (>= 1.3.0)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050029Suggests:
30 testthat
Will Beasley590d1aa2016-01-11 12:16:12 -060031VignetteBuilder: knitr
Hao Zhue10cfd32017-02-21 16:41:14 -050032RoxygenNote: 6.0.1