Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
IDS-Mannheim
/
kableExtra
/
fb0a6d43546c93255e91a5bf458eb63bb605543a
fb0a6d4
bump version
by Hao Zhu
· 7 years ago
8e69561
update doc
by Hao Zhu
· 7 years ago
3af9f94
improve the way to change table environment in LaTeX
by Hao Zhu
· 7 years ago
8c2072b
update NEWS
by Hao Zhu
· 7 years ago
356ca9f
add kableExtra_latex_packages
by Hao Zhu
· 7 years ago
a44e375
bump version & update doc
by Hao Zhu
· 7 years ago
a9c43dc
clean up kable_as_image documentation
by Hao Zhu
· 7 years ago
c779a7f
reduce pkg size
by Hao Zhu
· 7 years ago
b0fd4ef
bump version
by Hao Zhu
· 7 years ago
53e240f
update documentation
by Hao Zhu
· 7 years ago
2e318eb
add comments
by Hao Zhu
· 7 years ago
b350b9f
highlight code chunk in pdf vig
by Hao Zhu
· 7 years ago
c761ee5
update pdf
by Hao Zhu
· 7 years ago
6521605
update documentation
by Hao Zhu
· 7 years ago
245931c
add escape to footnote;
by Hao Zhu
· 7 years ago
bd427f5
Merge pull request #57 from qifei9/master
by Hao Zhu
· 7 years ago
8743c77
Fix issue in getting caption of table with caption.short
by qifei
· 7 years ago
2a64dc6
Complete documentation for kable_as_image
by Hao Zhu
· 7 years ago
e02b06f
add rob for his contribution in #49 & #50
by Hao Zhu
· 7 years ago
653e851
Merge pull request #50 from robshep/master
by Hao Zhu
· 7 years ago
c59d15e
Add option for using float package with [H] float specifier
by Rob Shepherd
· 7 years ago
9b05ce1
Fix #47
by Hao Zhu
· 7 years ago
a0a3851
Merge branch 'master' of https://github.com/haozhu233/kableExtra
by Hao Zhu
· 7 years ago
93e19a8
add kable_as_image; don't use this feature
by Hao Zhu
· 7 years ago
d2c0f73
add enc2utf8 to solve unicode issue
by Hao Zhu
· 7 years ago
f451dbb
Fix #44
by Hao Zhu
· 7 years ago
ec7ab92
add column background to latex
by Hao Zhu
· 7 years ago
a73601b
add text/bg color to latex except column bg color
by Hao Zhu
· 7 years ago
669bcd2
add text & background color option in column_spec & row_spec as #43
by Hao Zhu
· 7 years ago
70b89b1
2nd attempt to fix #37 should be fixed now
by Hao Zhu
· 7 years ago
71a224f
change strip to stripe
by Hao Zhu
· 7 years ago
e1be960
added strip_color option for LaTeX
by Hao Zhu
· 7 years ago
d57c2d7
try to fix #37
by Hao Zhu
· 7 years ago
850332b
Merge branch 'master' of https://github.com/haozhu233/kableExtra
by Hao Zhu
· 7 years ago
dc28f96
removed the accidentally rendered NEWS file
by Hao Zhu
· 7 years ago
3ce4286
Merge pull request #38 from stla/master
by Hao Zhu
· 7 years ago
103afc2
ignore the autogenerated doc folder
by Hao Zhu
· 7 years ago
53df291
update readme
by Hao Zhu
· 7 years ago
316fd74
fix issue #34
by Stéphane Laurent
· 7 years ago
d5bda34
change before CRAN submission
by Hao Zhu
· 7 years ago
82fa8bd
update news
by Hao Zhu
· 7 years ago
014d621
add PDF vignette to CRAN
by Hao Zhu
· 7 years ago
0a0e833
update documentation
by Hao Zhu
· 7 years ago
462b449
typo
by Hao Zhu
· 7 years ago
fb57e45
update testthat...
by Hao Zhu
· 7 years ago
eba4198
update testthat
by Hao Zhu
· 7 years ago
ed84586
#34
by Hao Zhu
· 7 years ago
f01139c
Fix #32
by Hao Zhu
· 7 years ago
ac7e70f
Fix #30 by adding option escape to add_header_abover & group_rows
by Hao Zhu
· 7 years ago
4b0c51e
update documentation (not done)
by Hao Zhu
· 7 years ago
1da2f89
adding @stla as ctb
by Hao Zhu
· 7 years ago
00ba87c
Improved striped-row's looking on tables with multiple header rows. #31
by Hao Zhu
· 7 years ago
fd516ba
Fix a bug reported on SO https://stackoverflow.com/questions/45378664/kableextra-rmarkdown-tables-aligning-grouping-row-labels-and-footnotes
by Hao Zhu
· 7 years ago
953f3bd
minor changes
by Hao Zhu
· 7 years ago
3e53e60
add monospae to row_spec as well. #22
by Hao Zhu
· 7 years ago
68d4fe9
Fixed #29
by Hao Zhu
· 7 years ago
fd2ef9b
change to a safer regex method for repeat_header
by Hao Zhu
· 7 years ago
6f95ea4
remove \lab{} in second header in repeat_header for longtable LaTeX
by Hao Zhu
· 7 years ago
ca211db
complete documentations for changes
by Hao Zhu
· 7 years ago
f6435d5
update namespace
by Hao Zhu
· 7 years ago
938b657
Fixed a bug caused by readLines
by Hao Zhu
· 7 years ago
558c72f
change read_kable_as_xml for the entire package
by Hao Zhu
· 7 years ago
9bab153
change read_xml to read_html + 2 xml_child
by Hao Zhu
· 7 years ago
f2dfd14
solve the XML declaration problem
by Hao Zhu
· 7 years ago
9eeb10b
Merge pull request #28 from wibeasley/testthat-start
by Hao Zhu
· 7 years ago
883d0e0
basic testthat structure
by Will Beasley
· 7 years ago
680428f
lower R version requirement to 3.1.0 (knitr) #27
by Hao Zhu
· 7 years ago
8f20299
- Fix a bug in collapse_row on removing addlinespace
by Hao Zhu
· 7 years ago
501fb45
Add scroll_box
by Hao Zhu
· 7 years ago
790675b
bump version to dev
by Hao Zhu
· 7 years ago
443a71c
update NEWS
by Hao Zhu
· 7 years ago
2bfc571
bump version; prepare for CRAN release
by Hao Zhu
· 7 years ago
4c4bf8d
update vignette
by Hao Zhu
· 7 years ago
debb86e
update docs
by Hao Zhu
· 7 years ago
76281fe
remove add_header_left entirely
by Hao Zhu
· 7 years ago
8060c75
regenerate docs with midlines
by Hao Zhu
· 7 years ago
654c91f
add midline/cline support to collapse_rows
by Hao Zhu
· 7 years ago
700da5c
put back add_header_left but not export it
by Hao Zhu
· 7 years ago
d16ff12
Merge branch 'master' of https://github.com/haozhu233/kableExtra
by Hao Zhu
· 7 years ago
36bc508
remove add_header_left
by Hao Zhu
· 7 years ago
6d482f5
Merge pull request #20 from wibeasley/master
by Hao Zhu
· 7 years ago
4f31a15
Change back to 'pipable'
by Will Beasley
· 7 years ago
0d5f3b5
'Pipeable'
by Will Beasley
· 7 years ago
e00c6da
Add hyperlinks
by Will Beasley
· 7 years ago
38cdcdb
bug fix
by Hao Zhu
· 7 years ago
5a7689e
Add examples to the doc site
by Hao Zhu
· 7 years ago
8a160b1
update docs for collapse rows.
by Hao Zhu
· 7 years ago
3166f06
bug fix for collapse rows html
by Hao Zhu
· 7 years ago
f4b3529
add collapse_rows_latex
by Hao Zhu
· 7 years ago
916c366
temp remove add_header_left docs from doc site
by Hao Zhu
· 7 years ago
bf5bfe2
bug fix to column_spec
by Hao Zhu
· 7 years ago
92545fb
move code of conduct & contributing to inst
by Hao Zhu
· 7 years ago
32f43f7
Made changes to add_header_left.
by Hao Zhu
· 7 years ago
5f6c271
update html doc
by Hao Zhu
· 7 years ago
6edd660
increase the version requirement of rmarkdown as 1.6 just released
by Hao Zhu
· 7 years ago
44682e2
update news
by Hao Zhu
· 7 years ago
d039884
Merge branch 'master' of https://github.com/haozhu233/kableExtra
by Hao Zhu
· 7 years ago
4f10f65
Improve doc for add-header_left
by Hao Zhu
· 7 years ago
f200ce5
Create CONTRIBUTING.md
by Hao Zhu
· 7 years ago
c98e494
Create CODE_OF_CONDUCT.md
by Hao Zhu
· 7 years ago
Next »