blob: a0ff2569e992f779ec9c25c2045c21cbcd07c2a3 [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 Zhu78988912021-02-23 11:00:56 -05004Version: 1.3.4.9000
Hao Zhub1bc0aa2015-11-12 11:23:42 -05005Authors@R: c(
Hao Zhu5e4dd502018-04-05 12:01:58 -04006 person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre'),
7 comment = c(ORCID = '0000-0002-3386-6076')),
Hao Zhuee20ec02018-04-05 12:05:33 -04008 person('Thomas', 'Travison', role = 'ctb'),
Hao Zhu245931c2017-09-01 22:43:56 -04009 person('Timothy', 'Tsai', role = 'ctb'),
Hao Zhu19275b92017-03-02 08:13:13 -050010 person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'),
Hao Zhue2706b32017-03-07 02:36:17 -050011 person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'),
Hao Zhu1da2f892017-08-01 12:46:16 -040012 person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb'),
Hao Zhue02b06f2017-08-26 23:53:40 -040013 person('Stéphane', 'Laurent', role = 'ctb'),
Hao Zhu245931c2017-09-01 22:43:56 -040014 person('Rob', 'Shepherd', role = 'ctb'),
Hao Zhu46b3ed12018-02-27 20:01:11 -050015 person('Yoni', 'Sidi', role = 'ctb'),
Hao Zhu778b70a2018-04-02 12:21:17 -040016 person('Brian', 'Salzer', role = 'ctb'),
Hao Zhu37dbe3f2018-05-14 11:16:06 -040017 person('George', 'Gui', role = 'ctb'),
Hao Zhu2fa52ef2019-01-06 11:14:43 -050018 person('Yeliang', 'Fan', role = 'ctb'),
Bill Evansb4c2c922020-09-13 21:58:26 -070019 person('Duncan', 'Murdoch', role = 'ctb'),
20 person('Bill', 'Evans', role = 'ctb')
Hao Zhub1bc0aa2015-11-12 11:23:42 -050021 )
Hao Zhuf4268d42017-09-15 17:21:03 -040022Description: Build complex HTML or 'LaTeX' tables using 'kable()' from 'knitr'
23 and the piping syntax from 'magrittr'. Function 'kable()' is a light weight
24 table generator coming from 'knitr'. This package simplifies the way to
25 manipulate the HTML or 'LaTeX' codes generated by 'kable()' and allows
26 users to construct complex tables and customize styles using a readable
27 syntax.
Hao Zhub1bc0aa2015-11-12 11:23:42 -050028License: MIT + file LICENSE
Hao Zhu19275b92017-03-02 08:13:13 -050029URL: http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra
Will Beasley590d1aa2016-01-11 12:16:12 -060030BugReports: https://github.com/haozhu233/kableExtra/issues
Hao Zhub1bc0aa2015-11-12 11:23:42 -050031Depends:
Hao Zhu680428f2017-07-21 13:50:33 -040032 R (>= 3.1.0)
Hao Zhub1bc0aa2015-11-12 11:23:42 -050033Imports:
Hao Zhu52531d82018-01-14 23:54:55 -050034 knitr (>= 1.16),
Hao Zhu8977a8a2015-11-19 16:52:21 -050035 magrittr,
36 stringr (>= 1.0),
Hao Zhu800d0b72018-05-20 18:10:29 -040037 xml2 (>= 1.1.1),
Hao Zhu26234122017-02-22 15:34:33 -050038 rvest,
Hao Zhu6edd6602017-06-16 15:04:15 -040039 rmarkdown (>= 1.6.0),
Hao Zhu9ce317e2017-10-12 18:19:55 -040040 scales,
Hao Zhu064990d2017-10-17 18:08:42 -040041 viridisLite,
Hao Zhu6290fdd2017-10-24 00:10:32 -040042 stats,
Hao Zhueaef4312018-01-10 17:05:23 -050043 grDevices,
Hao Zhu5b71b2d2018-03-26 16:31:09 -040044 htmltools,
Hao Zhub548aac2018-09-18 13:29:01 -040045 rstudioapi,
Hao Zhu7f8b6842018-10-23 17:41:13 -040046 glue,
47 tools,
Duncan Murdoch911dca32019-01-05 16:39:32 -050048 webshot,
Hao Zhu5fe235c2020-08-26 00:26:49 -040049 digest,
Hao Zhu30db0272021-02-19 13:02:29 -050050 graphics,
51 svglite
Hao Zhub1bc0aa2015-11-12 11:23:42 -050052Suggests:
Hao Zhu4840bc92017-09-15 15:55:05 -040053 testthat,
Hao Zhubacd2f32017-10-11 14:06:36 -040054 magick,
Hao Zhu9399dcc2020-08-26 17:27:38 -040055 formattable,
56 sparkline
Will Beasley590d1aa2016-01-11 12:16:12 -060057VignetteBuilder: knitr
Hao Zhu4b0c51e2017-08-01 15:21:07 -040058Encoding: UTF-8
Kirill Müller3769e2e2022-05-26 20:07:52 +020059RoxygenNote: 7.2.0
Hao Zhu76281fe2017-07-03 19:33:09 -040060Roxygen: list(markdown = TRUE)