forked from haozhu233/kableExtra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
60 lines (60 loc) · 1.94 KB
/
DESCRIPTION
File metadata and controls
60 lines (60 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: kableExtra
Type: Package
Title: Construct Complex Table with 'kable' and Pipe Syntax
Version: 1.3.1
Authors@R: c(
person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre'),
comment = c(ORCID = '0000-0002-3386-6076')),
person('Thomas', 'Travison', role = 'ctb'),
person('Timothy', 'Tsai', role = 'ctb'),
person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'),
person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'),
person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb'),
person('Stéphane', 'Laurent', role = 'ctb'),
person('Rob', 'Shepherd', role = 'ctb'),
person('Yoni', 'Sidi', role = 'ctb'),
person('Brian', 'Salzer', role = 'ctb'),
person('George', 'Gui', role = 'ctb'),
person('Yeliang', 'Fan', role = 'ctb'),
person('Duncan', 'Murdoch', role = 'ctb'),
person('Bill', 'Evans', role = 'ctb')
)
Description: Build complex HTML or 'LaTeX' tables using 'kable()' from 'knitr'
and the piping syntax from 'magrittr'. Function 'kable()' is a light weight
table generator coming from 'knitr'. This package simplifies the way to
manipulate the HTML or 'LaTeX' codes generated by 'kable()' and allows
users to construct complex tables and customize styles using a readable
syntax.
License: MIT + file LICENSE
LazyData: TRUE
URL: http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra
BugReports: https://github.com/haozhu233/kableExtra/issues
Depends:
R (>= 3.1.0)
Imports:
knitr (>= 1.16),
magrittr,
stringr (>= 1.0),
xml2 (>= 1.1.1),
rvest,
rmarkdown (>= 1.6.0),
scales,
viridisLite,
stats,
grDevices,
htmltools,
rstudioapi,
glue,
tools,
webshot,
digest,
graphics
Suggests:
testthat,
magick,
formattable,
sparkline
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)