blob: 210c06b4e7d557b8815bde8f2a82a47f0a3dbadd [file] [log] [blame]
Hao Zhue4145112015-11-05 17:52:59 -05001Package: kableExtra
2Type: Package
Hao Zhubd95bb22017-05-22 16:08:49 -04003Title: Construct Complex Table with 'kable' and Pipe Syntax
Hao Zhu02e20cd2017-05-24 01:06:20 -04004Version: 0.2.1
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'),
Hao Zhue2706b32017-03-07 02:36:17 -05008 person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'),
Hao Zhucc21dc72017-05-20 01:15:25 -04009 person('Thomas', 'Travison', email = 'tgt@hsl.harvard.edu', role = 'ctb'),
10 person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb')
Hao Zhub1bc0aa2015-11-12 11:23:42 -050011 )
Hao Zhuf2794372017-03-02 11:17:24 -050012Description: A collection of functions to help build complex HTML or 'LaTeX'
13 tables using 'kable()' from 'knitr' and the piping syntax from 'magrittr'.
14 Function 'kable()' is a light weight table generator coming from 'knitr'.
15 This package simplifies the way to manipulate the HTML or 'LaTeX' codes
16 generated by 'kable()' and allows users to construct complex tables
17 and customize styles using a readable syntax.
Hao Zhub1bc0aa2015-11-12 11:23:42 -050018License: MIT + file LICENSE
19LazyData: TRUE
Hao Zhu19275b92017-03-02 08:13:13 -050020URL: http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra
Will Beasley590d1aa2016-01-11 12:16:12 -060021BugReports: https://github.com/haozhu233/kableExtra/issues
Hao Zhub1bc0aa2015-11-12 11:23:42 -050022Depends:
Hao Zhu8977a8a2015-11-19 16:52:21 -050023 R (>= 3.1.2)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050024Imports:
Hao Zhu63e09862017-03-01 16:30:34 -050025 knitr (>= 1.13),
Hao Zhu8977a8a2015-11-19 16:52:21 -050026 magrittr,
27 stringr (>= 1.0),
Hao Zhu26234122017-02-22 15:34:33 -050028 xml2,
29 rvest,
Hao Zhu192d6fc2017-04-11 13:27:57 -040030 rmarkdown (>= 1.4.0)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050031Suggests:
32 testthat
Will Beasley590d1aa2016-01-11 12:16:12 -060033VignetteBuilder: knitr
Hao Zhue10cfd32017-02-21 16:41:14 -050034RoxygenNote: 6.0.1