Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
IDS-Mannheim
/
kableExtra
/
ab670946eacc2f48f695a007e2ac9052a0f2b345
/
R
« Previous
62f5031
move doc to vignette
by Hao Zhu
· 6 years ago
37975a3
Export kable_xml functions.
by Hao Zhu
· 6 years ago
b361fb5
add note to as_image
by Hao Zhu
· 6 years ago
53e5961
before cran release
by Hao Zhu
· 6 years ago
744e739
Merge pull request #325 from martinschmelzer/master
by Hao Zhu
· 6 years ago
f43dcf5
Update add_header_above.R
by martinschmelzer
· 6 years ago
09d0126
Fix #316
by Hao Zhu
· 6 years ago
9b05159
Added table.envir
by Hao Zhu
· 6 years ago
78e4386
Fix #235
by Hao Zhu
· 6 years ago
da88699
Fix #322
by Hao Zhu
· 6 years ago
8902df8
Add save_kable and as_image vignette
by Hao Zhu
· 6 years ago
f1873a4
Add as_image; Add xcolor back in but without options
by Hao Zhu
· 6 years ago
685eaab
Fixed a critical bug
by Hao Zhu
· 6 years ago
905b31a
Fix #320 thanks @martinschmelzer
by Hao Zhu
· 6 years ago
d851693
finishing save_kable latex part
by Hao Zhu
· 6 years ago
270846b
Merge, rebuild man pages
by Hao Zhu
· 6 years ago
7039ecf
remove xcolor latex dependency
by Hao Zhu
· 6 years ago
45122dc
Merge pull request #311 from dmurdoch/column_spec
by Hao Zhu
· 6 years ago
95c1437
Better regex and documentation
by Duncan Murdoch
· 6 years ago
c3e1a3b
Don't want to get an extra char ahead of the latex block
by Duncan Murdoch
· 6 years ago
911dca3
Protect LaTeX math in the HTML format: see https://stackoverflow.com/q/54048265/2554330
by Duncan Murdoch
· 6 years ago
6eb2950
Wrong kind of brackets!
by Duncan Murdoch
· 6 years ago
c106041
The old align could be "l", matching the "l" in "tabular".
by Duncan Murdoch
· 6 years ago
99b88f0
Merge branch 'master' of https://github.com/haozhu233/kableExtra
by Hao Zhu
· 6 years ago
be1e055
fix a bug with the latest changes in kable_styling
by Hao Zhu
· 6 years ago
81eb934
move latex options in kable_styling to upper level
by Hao Zhu
· 6 years ago
aa30498
add option to fix header in scroll box
by Jrmie
· 6 years ago
ec8d566
fix #303
by Thomas Jemmett
· 6 years ago
aebd829
Fix collape_rows for arbitrary columns
by Jakob Richter
· 6 years ago
7f8b684
improved save_kable and added webshot support
by Hao Zhu
· 6 years ago
149faed
#271
by Hao Zhu
· 6 years ago
bdea945
Fixed #280
by Hao Zhu
· 6 years ago
3e0e2b1
Convert possible factor to character in linebreak
by Hao Zhu
· 6 years ago
f64f475
Add include_empty
by Hao Zhu
· 6 years ago
2742ffc
add indent option
by Hao Zhu
· 6 years ago
ce15763
Merge branch 'master' of https://github.com/haozhu233/kableExtra
by Hao Zhu
· 6 years ago
c145088
add bookdown example
by Hao Zhu
· 6 years ago
6b4b6f1
remove warning about partial match
by Tomasz Kalinowski
· 6 years ago
b548aac
add line_sep to add_header_above
by Hao Zhu
· 6 years ago
7ba755d
update doc
by Hao Zhu
· 6 years ago
a17edd0
Adding notes about adding linebreaks in latex caption
by Hao Zhu
· 6 years ago
6d68f7c
add extra_css to add_header_above
by Hao Zhu
· 6 years ago
bd28891
Merge branch 'master' of https://github.com/haozhu233/kableExtra
by Hao Zhu
· 6 years ago
76f0eb6
Add extra customization options to add_header_above
by Hao Zhu
· 6 years ago
e58f1aa
Merge pull request #209 from antaldaniel/master
by Hao Zhu
· 6 years ago
ed7e624
Fix issue #254
by Quôc Peyrot
· 6 years ago
76762d8
Fix #229
by Hao Zhu
· 6 years ago
cf11dac
Small note for non-English text tables
by antaldaniel
· 6 years ago
8d1bd5b
adding the language package to the documentation that may be a problem with non-English text tables
by antaldaniel
· 6 years ago
719e711
"\\usepackage[utf8]{inputenc}"
by antaldaniel
· 6 years ago
2ea01fb
writeLines(temp_tex, paste0(temp_file, ".tex"), useBytes = T)
by antaldaniel
· 6 years ago
ec16936
change valign's default to middle in collapse_rows. update vignette as requested by CRAN
by Hao Zhu
· 7 years ago
6107f37
bump version to 0.9.0 & update docs
by Hao Zhu
· 7 years ago
25efb13
Give people ability to customize title format in footnote
by Hao Zhu
· 7 years ago
465fc65
* Changed footnote title format from bold to italic. (#200)
by Hao Zhu
· 7 years ago
5d53dad
#195
by Hao Zhu
· 7 years ago
be853f7
Added auto_index
by Hao Zhu
· 7 years ago
5dd3e28
#191
by Hao Zhu
· 7 years ago
5b8eb2b
removed the small tag in threeparttable (#162)
by Hao Zhu
· 7 years ago
17dbad1
Fix #188
by Hao Zhu
· 7 years ago
895c7e5
Fix #183
by Hao Zhu
· 7 years ago
e5b9bff
Adding support to ioslides_presentation and slidy_presentation
by Hao Zhu
· 7 years ago
63ff328
Merge pull request #197 from leovan/master
by Hao Zhu
· 7 years ago
37dbe3f
simplied some logics;
by Hao Zhu
· 7 years ago
517453c
Fix a potential bug in column/row spec
by Hao Zhu
· 7 years ago
a2cb231
Fix float right
by Hao Zhu
· 7 years ago
d384bc2
changes to support tables
by Hao Zhu
· 7 years ago
73cf373
Added save_kable
by Hao Zhu
· 7 years ago
83f0513
Allow no colnames with PDF output when booktabs enabled
by Leo
· 7 years ago
e13a3e7
#180
by Hao Zhu
· 7 years ago
907ddfe
add include_thead to column_spec
by Hao Zhu
· 7 years ago
cfab7f1
#175
by Hao Zhu
· 7 years ago
319a546
add example
by Irene
· 7 years ago
b1caa27
add width_min, width_max to column_spec
by Hao Zhu
· 7 years ago
9ac3e38
update chinese doc
by Hao Zhu
· 7 years ago
ae80df4
add auto convert from makecell to newline in column_spec
by Hao Zhu
· 7 years ago
b8b0cae
adding none to add_footnote
by Hao Zhu
· 7 years ago
f315512
experimenting auto_set_format
by Hao Zhu
· 7 years ago
c78f8d0
fix a bug in text_spec
by Hao Zhu
· 7 years ago
f94a26f
Solve #149
by Hao Zhu
· 7 years ago
bdc59ba
#161
by Hao Zhu
· 7 years ago
5e4dd50
Add acknowledgement & bump version for CRAN release
by Hao Zhu
· 7 years ago
904c0dc
Fix add_footnote
by Hao Zhu
· 7 years ago
cd42793
double escape backslash in doc
by Hao Zhu
· 7 years ago
1bfaf09
put vphantom at the end of the line as @steveputman suggested
by Hao Zhu
· 7 years ago
4caa975
Fixed a bug with vphantom
by Hao Zhu
· 7 years ago
3fc0e88
improve encoding for LaTeX table. #138
by Hao Zhu
· 7 years ago
3465b50
#156 add align to add_header_above
by Hao Zhu
· 7 years ago
e4c4b11
Fix #158
by Hao Zhu
· 7 years ago
1aff734
added linebreak support to all kableExtra functions
by Hao Zhu
· 7 years ago
248bbef
add linebreak
by Hao Zhu
· 7 years ago
c786513
improve escape in add_header_above
by Hao Zhu
· 7 years ago
eaeb0cd
Add a new layout and other features for collapse_rows for LaTeX
by georgegui
· 7 years ago
23bde3a
extra changes for footnote with threeparttable
by Hao Zhu
· 7 years ago
e809c56
Fixed #135
by Hao Zhu
· 7 years ago
5776154
typo
by Hao Zhu
· 7 years ago
5b71b2d
adding some checks to disable the real-time display when RStudio is not running
by Hao Zhu
· 7 years ago
27c7c85
Improve footnote
by Hao Zhu
· 7 years ago
2345676
replace threeparttable with threeparttablex; Fixed #119
by Hao Zhu
· 7 years ago
2223ece
Fixed #116
by Hao Zhu
· 7 years ago
Next »