1. 4231002 Merge pull request #490 from DanChaltiel/patch-1 by Hao Zhu · 4 years, 4 months ago
  2. 0a0f792 added early return by Dan Chaltiel · 4 years, 4 months ago
  3. 5979491 remove the debugging print by Hao Zhu · 4 years, 4 months ago
  4. b3f26ae Fix #464 by Hao Zhu · 4 years, 4 months ago
  5. 069fcef Fix item 3 in #480 by Hao Zhu · 4 years, 4 months ago
  6. f8f0616 yet another bugfix by Dan Chaltiel · 4 years, 4 months ago
  7. c0d3029 accounting for Zhu's coments + major bugfix by Dan Chaltiel · 4 years, 4 months ago
  8. 9e83d8f typo by Dan Chaltiel · 4 years, 4 months ago
  9. 47b1343 added mathjax support (#473) by Hao Zhu · 4 years, 4 months ago
  10. 075db09 Create remove_column.R by Dan Chaltiel · 4 years, 4 months ago
  11. 9c3007e Fix #476 by Hao Zhu · 4 years, 4 months ago
  12. aa42441 Done with latex collapse_rows #484 by Hao Zhu · 4 years, 4 months ago
  13. 5e2528e add target in collapse_rows #484 by Hao Zhu · 4 years, 4 months ago
  14. 9410a27 add all_cols to add_indent by Hao Zhu · 4 years, 4 months ago
  15. 27d89bf Merge pull request #482 from samiaab1990/master by Hao Zhu · 4 years, 4 months ago
  16. 106ad58 added a default option, if missing level_of_indent defaults to 1, otherwise to whatever level desired by Samia · 4 years, 4 months ago
  17. 094af2d Merge pull request #458 from cjber/patch-2 by Hao Zhu · 4 years, 5 months ago
  18. 3d33409 Merge pull request #456 from cjber/patch-1 by Hao Zhu · 4 years, 5 months ago
  19. 2cea80d Merge pull request #479 from samiaab1990/master by Hao Zhu · 4 years, 5 months ago
  20. 43744db Merge pull request #469 from accraft/fix-save_kable_latex-pathspace by Hao Zhu · 4 years, 5 months ago
  21. 2b38046 Merge branch 'master' of https://github.com/samiaab1990/kableExtra by Samia · 4 years, 5 months ago
  22. 67d7057 changed argument name to "level_of_indent" from number so it's more intuitive by Samia · 4 years, 5 months ago
  23. b2e8ad0 changed argument name to "level_of_indent" from number so it's more intuitive by Samia · 4 years, 5 months ago
  24. 6c4b24f fixed the latex add_indent argument by Samia · 4 years, 5 months ago
  25. 00095d4 Changed the add_indent_latex part: by Samia · 4 years, 5 months ago
  26. 5ca2746 Adding a no_of_indent argument which allows putting indents by every 2ems by Samia · 4 years, 5 months ago
  27. 7cea533 Added double quotes around temp_tex_file in xelatex call. by AC Craft · 4 years, 7 months ago
  28. de662b7 Improve spacing between table and footer by Cillian Berragan · 4 years, 9 months ago
  29. 4968b84 add_footnote() is deprecated. by Cillian Berragan · 4 years, 9 months ago
  30. 9059e4b Merge pull request #447 from PavoDive/patch-1 by Hao Zhu · 5 years ago
  31. 5924aca fixed typo (becides --> besides) by Giovanni Pavolini · 5 years ago
  32. a9504c0 Merge pull request #406 from mcol/master by Hao Zhu · 5 years ago
  33. b0c2907 Fix typo in documentation by Marco Colombo · 5 years ago
  34. 7e49c74 Merge pull request #386 from wibeasley/radix-to-distill by Hao Zhu · 6 years ago
  35. e2ee69a Add package name to bsTable autoload formats by Hao Zhu · 6 years ago
  36. b9fff91 support for 'distill' markdown articles by Will Beasley · 6 years ago
  37. 092a81f Merge pull request #382 from salim-b/patch-1 by Hao Zhu · 6 years ago
  38. f2652cd Fix unordered list by Salim B · 6 years ago
  39. 1776949 update doc by Hao Zhu · 6 years ago
  40. cd27ff0 added one sentence to scale_down doc by Hao Zhu · 6 years ago
  41. 5ded5f0 Merge pull request #378 from dmurdoch/master by Hao Zhu · 6 years ago
  42. 8bc9622 Allow general column spec in LaTeX by Duncan Murdoch · 6 years ago
  43. 78f7bee Merge branch 'master' of git://github.com/haozhu233/kableExtra by Duncan Murdoch · 6 years ago
  44. 779569e Adding a latex_wrap_text option to pack_rows (#376) by Hao Zhu · 6 years ago
  45. 3078d8b #377 seems to be fixed now by Hao Zhu · 6 years ago
  46. f820713 Improved print method by Hao Zhu · 6 years ago
  47. 57f362d Merge branch 'master' of https://github.com/haozhu233/kableExtra by Hao Zhu · 6 years ago
  48. 8b2126e #369 by Hao Zhu · 6 years ago
  49. 1cba927 Merge pull request #371 from JiaxiangBU/master by Hao Zhu · 6 years ago
  50. e4b24f2 move the examples into the functions save_kable and as_image by Jiaxiang Li · 6 years ago
  51. fcb8d45 Add the examples to kable_as_image.R from https://haozhu233.github.io/kableExtra/save_kable_and_as_image.html, and update the help document. by Jiaxiang Li · 6 years ago
  52. e69a890 bump to dev by Hao Zhu · 6 years ago
  53. 72917f9 Version 1.1 release by Hao Zhu · 6 years ago
  54. 50c72fc Merge branch 'master' of https://github.com/haozhu233/kableExtra by Hao Zhu · 6 years ago
  55. 67764aa added docs for xtable by Hao Zhu · 6 years ago
  56. f3b6aa4 Merge pull request #352 from augustofm/patch-1 by Hao Zhu · 6 years ago
  57. 17e1ae1 Update footnote.R by Augusto Magalhães · 6 years ago
  58. f17fa46 Update font size footnote.R by Augusto Magalhães · 6 years ago
  59. 0d4ecc7 Merge pull request #342 from ghaarsma/master by Hao Zhu · 6 years ago
  60. 8e786ad Fix deletion/unlink of lib directories and html files by ghaarsma · 6 years ago
  61. 6429c96 bump version to dev by Hao Zhu · 6 years ago
  62. 745e545 Add commented new fix_duplicated_row_latex by Hao Zhu · 6 years ago
  63. 3f65f18 increase version; add news and add tests by Hao Zhu · 6 years ago
  64. 24bf30c standardize naming in magic_mirror by Hao Zhu · 6 years ago
  65. 46a42a1 address #310 by Hao Zhu · 6 years ago
  66. 5e1740d put back print in print.R by Hao Zhu · 6 years ago
  67. 84102ed render xml table out by Hao Zhu · 6 years ago
  68. 4dd985e add xtable2kable to NEWS by Hao Zhu · 6 years ago
  69. a171b45 Added an announcement about xtable2kable by Hao Zhu · 6 years ago
  70. e470714 1.0 instead of 0.1...... by Hao Zhu · 6 years ago
  71. 1c4917e Right before cran release by Hao Zhu · 6 years ago
  72. 62f5031 move doc to vignette by Hao Zhu · 6 years ago
  73. 2ed022f update index by Hao Zhu · 6 years ago
  74. 37975a3 Export kable_xml functions. by Hao Zhu · 6 years ago
  75. b361fb5 add note to as_image by Hao Zhu · 6 years ago
  76. 53e5961 before cran release by Hao Zhu · 6 years ago
  77. 7c39cba minor wording changes by Hao Zhu · 6 years ago
  78. b9e9a45 Merge branch 'master' of https://github.com/haozhu233/kableExtra by Hao Zhu · 6 years ago
  79. 23ddaf3 minor edits by Hao Zhu · 6 years ago
  80. 744e739 Merge pull request #325 from martinschmelzer/master by Hao Zhu · 6 years ago
  81. f43dcf5 Update add_header_above.R by martinschmelzer · 6 years ago
  82. 09d0126 Fix #316 by Hao Zhu · 6 years ago
  83. 9b05159 Added table.envir by Hao Zhu · 6 years ago
  84. 78e4386 Fix #235 by Hao Zhu · 6 years ago
  85. da88699 Fix #322 by Hao Zhu · 6 years ago
  86. 8902df8 Add save_kable and as_image vignette by Hao Zhu · 6 years ago
  87. f1873a4 Add as_image; Add xcolor back in but without options by Hao Zhu · 6 years ago
  88. 685eaab Fixed a critical bug by Hao Zhu · 6 years ago
  89. 905b31a Fix #320 thanks @martinschmelzer by Hao Zhu · 6 years ago
  90. d851693 finishing save_kable latex part by Hao Zhu · 6 years ago
  91. 270846b Merge, rebuild man pages by Hao Zhu · 6 years ago
  92. 7039ecf remove xcolor latex dependency by Hao Zhu · 6 years ago
  93. b045817 Merge pull request #1 from haozhu233/master by dmurdoch · 6 years ago
  94. 2fa52ef Update DESCRIPTION by Hao Zhu · 6 years ago
  95. 45122dc Merge pull request #311 from dmurdoch/column_spec by Hao Zhu · 6 years ago
  96. 50f7206 Merge pull request #315 from DeependraD/patch-1 by Hao Zhu · 6 years ago
  97. 6560b78 Merge pull request #318 from dmurdoch/protect_latex by Hao Zhu · 6 years ago
  98. 8465847 Merge branch 'protect_latex' of https://github.com/dmurdoch/kableExtra into protect_latex by Duncan Murdoch · 6 years ago
  99. 95c1437 Better regex and documentation by Duncan Murdoch · 6 years ago
  100. 030b8f6 Better regex and documentation by Duncan Murdoch · 6 years ago