blob: d61f533aba3110d725ac9ac1ad12cd7dfa51ce61 [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 Zhu4840bc92017-09-15 15:55:05 -04004Version: 0.5.2
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')),
Hao Zhu245931c2017-09-01 22:43:56 -04007 person('Timothy', 'Tsai', role = 'ctb'),
8 person('Thomas', 'Travison', role = 'ctb'),
Hao Zhu19275b92017-03-02 08:13:13 -05009 person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'),
Hao Zhue2706b32017-03-07 02:36:17 -050010 person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'),
Hao Zhu1da2f892017-08-01 12:46:16 -040011 person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb'),
Hao Zhue02b06f2017-08-26 23:53:40 -040012 person('Stéphane', 'Laurent', role = 'ctb'),
Hao Zhu245931c2017-09-01 22:43:56 -040013 person('Rob', 'Shepherd', role = 'ctb'),
14 person('Yoni', 'Sidi', role = 'ctb')
Hao Zhub1bc0aa2015-11-12 11:23:42 -050015 )
Hao Zhuf2794372017-03-02 11:17:24 -050016Description: A collection of functions to help build complex HTML or 'LaTeX'
17 tables using 'kable()' from 'knitr' and the piping syntax from 'magrittr'.
18 Function 'kable()' is a light weight table generator coming from 'knitr'.
19 This package simplifies the way to manipulate the HTML or 'LaTeX' codes
20 generated by 'kable()' and allows users to construct complex tables
21 and customize styles using a readable syntax.
Hao Zhub1bc0aa2015-11-12 11:23:42 -050022License: MIT + file LICENSE
23LazyData: TRUE
Hao Zhu19275b92017-03-02 08:13:13 -050024URL: http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra
Will Beasley590d1aa2016-01-11 12:16:12 -060025BugReports: https://github.com/haozhu233/kableExtra/issues
Hao Zhub1bc0aa2015-11-12 11:23:42 -050026Depends:
Hao Zhu680428f2017-07-21 13:50:33 -040027 R (>= 3.1.0)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050028Imports:
Hao Zhu63e09862017-03-01 16:30:34 -050029 knitr (>= 1.13),
Hao Zhu8977a8a2015-11-19 16:52:21 -050030 magrittr,
31 stringr (>= 1.0),
Hao Zhu26234122017-02-22 15:34:33 -050032 xml2,
33 rvest,
Hao Zhu6edd6602017-06-16 15:04:15 -040034 rmarkdown (>= 1.6.0),
Hao Zhu4840bc92017-09-15 15:55:05 -040035 readr
Hao Zhub1bc0aa2015-11-12 11:23:42 -050036Suggests:
Hao Zhu4840bc92017-09-15 15:55:05 -040037 testthat,
38 magick
Will Beasley590d1aa2016-01-11 12:16:12 -060039VignetteBuilder: knitr
Hao Zhu4b0c51e2017-08-01 15:21:07 -040040Encoding: UTF-8
Hao Zhue10cfd32017-02-21 16:41:14 -050041RoxygenNote: 6.0.1
Hao Zhu76281fe2017-07-03 19:33:09 -040042Roxygen: list(markdown = TRUE)