1. 38a2724 Barplot function added by Jebu · 3 years ago
  2. 7897b5f linebreak() defaults to left align. by Duncan Murdoch · 3 years ago
  3. 9328212 make a small change by Hao Zhu · 3 years, 6 months ago
  4. f36f960 option to add_indent spacing to any column by Damian Thomas · 3 years, 7 months ago
  5. a6af5c0 Fix #595 as @unDocUMeantIt suggested by Hao Zhu · 3 years, 9 months ago
  6. 7898891 added line_col to spec_pointrange by Hao Zhu · 3 years, 9 months ago
  7. a05b9f5 another small fix by Hao Zhu · 3 years, 9 months ago
  8. 30db027 1.33 release by Hao Zhu · 3 years, 9 months ago
  9. 2067cc2 Merge pull request #579 from vincentarelbundock/mirror_styling by Hao Zhu · 3 years, 10 months ago
  10. 4581385 Force user-supplied strings to UTF-8 encoding by Duncan Murdoch · 3 years, 10 months ago
  11. ef8ffce kable_meta detects table_env by Vincent Arel-Bundock · 3 years, 10 months ago
  12. 594057b fix minor bug in add_indent by Hao Zhu · 3 years, 10 months ago
  13. 70404ee Do not use HOLD position as float default, close #568 by Greg Macfarlane · 4 years ago
  14. 19b570f Remove duplicated LaTeX package by Salim B · 4 years, 1 month ago
  15. b6b4f50 fix a bug causing issues in tables' cran check by Hao Zhu · 4 years, 1 month ago
  16. f6b60e8 fix bugs before cran release by Hao Zhu · 4 years, 1 month ago
  17. 786698f Fix #310 by Hao Zhu · 4 years, 1 month ago
  18. 454bb42 Fix #499 by Hao Zhu · 4 years, 1 month ago
  19. e1aff55 Merge branch 'master' of github.com:haozhu233/kableExtra by Hao Zhu · 4 years, 1 month ago
  20. 6fc251d added include_thead support to column_spec (part of #551) by Hao Zhu · 4 years, 1 month ago
  21. faf19f0 Merge pull request #547 from vincentarelbundock/master by Hao Zhu · 4 years, 1 month ago
  22. b80888d Improve an error message in #552 by Hao Zhu · 4 years, 1 month ago
  23. 75ecb62 save_kable support for markdown by Vincent Arel-Bundock · 4 years, 1 month ago
  24. a73cf4a Merge branch 'master' of github.com:haozhu233/kableExtra by Hao Zhu · 4 years, 2 months ago
  25. d4f5498 added header_separate function based on the suggestion in #541 by Hao Zhu · 4 years, 2 months ago
  26. 4bdbdb8 mini plots base::range(na.rm=TRUE) by Vincent Arel-Bundock · 4 years, 2 months ago
  27. 2c3b4b8 removed rstudio check as suggested in #539 by Hao Zhu · 4 years, 2 months ago
  28. c33b1f4 Fix #515 by Hao Zhu · 4 years, 2 months ago
  29. 33387bc Fix #530 by Hao Zhu · 4 years, 2 months ago
  30. 63c1aa9 Fixed #516 by Hao Zhu · 4 years, 2 months ago
  31. bdcffde Fix #533 by Hao Zhu · 4 years, 2 months ago
  32. fd44608 added interactive and rstudio check back by Hao Zhu · 4 years, 2 months ago
  33. b2dfc04 Merge branch 'master' of github.com:haozhu233/kableExtra by Hao Zhu · 4 years, 2 months ago
  34. d51bf32 Fix #527 by Hao Zhu · 4 years, 2 months ago
  35. 95a0428 convert spec_hist, spec_boxplot to graphics-helpers design; pdf default by Bill Evans · 4 years, 2 months ago
  36. b62414a support "any" graphic device by Bill Evans · 4 years, 2 months ago
  37. ad86c07 spec_plot updates/fixes by Bill Evans · 4 years, 2 months ago
  38. 548d715 rename spec_line to spec_plot by Bill Evans · 4 years, 2 months ago
  39. a8ef1fb add polys to spec_line, fix xlim/ylim and arg listifying by Bill Evans · 4 years, 2 months ago
  40. 60fd80b fix #522, spec_line glitches and improvements by Bill Evans · 4 years, 2 months ago
  41. 8def4da fix #517 and #518, empty data and empty img tags by Bill Evans · 4 years, 2 months ago
  42. 30b84f5 fix #519, change from 'class' comparison to 'inherits' by Bill Evans · 4 years, 2 months ago
  43. 45709e2 Merge branch 'master' of github.com:haozhu233/kableExtra by Hao Zhu · 4 years, 3 months ago
  44. defd189 separate documentations for current spec_plot functions. by Hao Zhu · 4 years, 3 months ago
  45. f8c3732 Merge pull request #511 from vincentarelbundock/master by Hao Zhu · 4 years, 3 months ago
  46. ab53aeb Merge branch 'master' of github.com:haozhu233/kableExtra by Hao Zhu · 4 years, 3 months ago
  47. d57df63 fix #512 by Hao Zhu · 4 years, 3 months ago
  48. 00e092a row_spec(hline_after) uses midrule for booktabs by Vincent Arel-Bundock · 4 years, 3 months ago
  49. 5a383e5 missing comma by Bill Evans · 4 years, 3 months ago
  50. cebc971 add 'spec_line' to inline plotting by Bill Evans · 4 years, 3 months ago
  51. 9399dcc disable execution of examples for notes on cran by Hao Zhu · 4 years, 3 months ago
  52. cd9a581 Fix inconsistent behavior of tempfile on windows by Hao Zhu · 4 years, 3 months ago
  53. 7f3fa85 fix another cran notes by Hao Zhu · 4 years, 3 months ago
  54. 97166b3 save_kable("file.tex") writes to file by Vincent Arel-Bundock · 4 years, 3 months ago
  55. 5fe235c added spec_image, spec_hist, spec_boxplot and fixed some cran comments by Hao Zhu · 4 years, 3 months ago
  56. 012fc07 Fix #494 by Hao Zhu · 4 years, 3 months ago
  57. d0f7c8a For collapse_rows, tried to solve the group breaking issue (#314) without regex. Also I changed full mode back to default. by Hao Zhu · 4 years, 3 months ago
  58. ab67094 added density to control the resolution of save_kable. Also improved html screenshot quality. by Hao Zhu · 4 years, 3 months ago
  59. eac7b03 include xcolor in save_kable by Hao Zhu · 4 years, 3 months ago
  60. 6adba33 Fix #390 by Hao Zhu · 4 years, 3 months ago
  61. 16d6619 removed readr from dependencies by Hao Zhu · 4 years, 3 months ago
  62. ebeec79 added full_width and color warning by Hao Zhu · 4 years, 3 months ago
  63. 718fa3f Fixed #396 by Hao Zhu · 4 years, 3 months ago
  64. 4e34cd8 Fix #430 by Hao Zhu · 4 years, 3 months ago
  65. 03e3333 added a few formatting options to pack_rows by Hao Zhu · 4 years, 3 months ago
  66. 334376d Fix #331 by Hao Zhu · 4 years, 3 months ago
  67. fce6469 Merge branch 'master' into master by Hao Zhu · 4 years, 3 months ago
  68. ccb812f Fix #367 by Hao Zhu · 4 years, 3 months ago
  69. f2f4202 Added wraptable_width to kable_styleing and updated doc by Hao Zhu · 4 years, 3 months ago
  70. 8f46db8 fix a few check notes; added documentation for how to use sparklines. by Hao Zhu · 4 years, 3 months ago
  71. 8b16a6c improve lightable's look on add_header_above/group_rows improve documentation by Hao Zhu · 4 years, 3 months ago
  72. f2be482 rename kable to kbl by Hao Zhu · 4 years, 3 months ago
  73. c79d854 Fixed a bug when row_spec and cell_spec used together by Hao Zhu · 4 years, 3 months ago
  74. 33b865f * Added kable_paper style for a NYT like table by Hao Zhu · 4 years, 3 months ago
  75. 2b739ac add a kable function with better doc by Hao Zhu · 4 years, 3 months ago
  76. 876bcb0 added linespace to collapse_rows latex_hline by Hao Zhu · 4 years, 3 months ago
  77. 903968b Merge branch 'master' of github.com:haozhu233/kableExtra by Hao Zhu · 4 years, 3 months ago
  78. 71b30f2 In collapse_rows, added clean_cut, swapped the default order of latex_hline and added some warning message. by Hao Zhu · 4 years, 3 months ago
  79. c43f82c Merge branch 'master' into align_header by Hao Zhu · 4 years, 3 months ago
  80. cedf90e tiny change by Hao Zhu · 4 years, 3 months ago
  81. 5531960 Merge pull request #421 from AdrienLeGuillou/master by Hao Zhu · 4 years, 3 months ago
  82. 60820d8 Merge pull request #422 from kbrevoort/no_header by Hao Zhu · 4 years, 3 months ago
  83. 69fa19d fix typo by Hao Zhu · 4 years, 3 months ago
  84. 226e74d Merge branch 'master' of github.com:haozhu233/kableExtra by Hao Zhu · 4 years, 3 months ago
  85. ebdb3c2 save collapse_matrix to latex output as well by Hao Zhu · 4 years, 3 months ago
  86. 0b77654 Merge pull request #423 from kbrevoort/issue246 by Hao Zhu · 4 years, 3 months ago
  87. a9c7f03 fix typo by Hao Zhu · 4 years, 3 months ago
  88. a6c9c32 Fix #433 by Hao Zhu · 4 years, 3 months ago
  89. c985894 Fix #459 by Hao Zhu · 4 years, 3 months ago
  90. 3676fe2 update htmltable_class name because you can actually pass in any table class names based on your need by Hao Zhu · 4 years, 3 months ago
  91. 4a888b3 completely remove xcolor from latex dependency by Hao Zhu · 4 years, 3 months ago
  92. d8a2e33 added classic_2 by Hao Zhu · 4 years, 3 months ago
  93. bf98225 Fixed #450 by Hao Zhu · 4 years, 3 months ago
  94. 9bf1998 Adding material dark by Hao Zhu · 4 years, 3 months ago
  95. dcbdff6 added new_tab to cell_spec by Hao Zhu · 4 years, 3 months ago
  96. 81c335c simplify code by Hao Zhu · 4 years, 4 months ago
  97. d7762a4 UI change for light_themes to be consistent with kable_styling by Hao Zhu · 4 years, 4 months ago
  98. ad4ea39 Adding lightable theme by Hao Zhu · 4 years, 4 months ago
  99. d12f483 add global option view_html to control html print behavior by Hao Zhu · 4 years, 4 months ago
  100. 7012cd0 removed duplicated code and updated news by Hao Zhu · 4 years, 4 months ago