1. 3769e2e Document spec_barplot, use roxygen2 7.2.0 by Kirill Müller · 2 years, 6 months ago
  2. 9e459cd Merge pull request #679 from OscardR/master by Hao Zhu · 3 years ago
  3. cb3a1e7 Merge pull request #680 from jeppebundsgaard/master by Hao Zhu · 3 years ago
  4. 38a2724 Barplot function added by Jebu · 3 years ago
  5. 912ab55 Add propagation of parameters for add_header_above from header_separate by Óscar Gómez Alcañiz · 3 years ago
  6. 94ebc75 Merge pull request #676 from dmurdoch/linebreak by Hao Zhu · 3 years ago
  7. 7897b5f linebreak() defaults to left align. by Duncan Murdoch · 3 years ago
  8. 4c93f1a Merge pull request #612 from damianrt/master by Hao Zhu · 3 years, 6 months ago
  9. 9328212 make a small change by Hao Zhu · 3 years, 6 months ago
  10. f36f960 option to add_indent spacing to any column by Damian Thomas · 3 years, 7 months ago
  11. a6af5c0 Fix #595 as @unDocUMeantIt suggested by Hao Zhu · 3 years, 9 months ago
  12. 7898891 added line_col to spec_pointrange by Hao Zhu · 3 years, 9 months ago
  13. a05b9f5 another small fix by Hao Zhu · 3 years, 9 months ago
  14. 30db027 1.33 release by Hao Zhu · 3 years, 9 months ago
  15. 2067cc2 Merge pull request #579 from vincentarelbundock/mirror_styling by Hao Zhu · 3 years, 10 months ago
  16. e43cfdb Merge pull request #584 from dmurdoch/master by Hao Zhu · 3 years, 10 months ago
  17. 4581385 Force user-supplied strings to UTF-8 encoding by Duncan Murdoch · 3 years, 10 months ago
  18. ef8ffce kable_meta detects table_env by Vincent Arel-Bundock · 3 years, 10 months ago
  19. 594057b fix minor bug in add_indent by Hao Zhu · 3 years, 10 months ago
  20. 904d166 Merge pull request #575 from gregmacfarlane/master by Hao Zhu · 4 years ago
  21. 70404ee Do not use HOLD position as float default, close #568 by Greg Macfarlane · 4 years ago
  22. c3c96bb Merge pull request #560 from salim-b/patch-1 by Hao Zhu · 4 years, 1 month ago
  23. 19b570f Remove duplicated LaTeX package by Salim B · 4 years, 1 month ago
  24. b6b4f50 fix a bug causing issues in tables' cran check by Hao Zhu · 4 years, 1 month ago
  25. 75e2ad0 update news by Hao Zhu · 4 years, 1 month ago
  26. f6b60e8 fix bugs before cran release by Hao Zhu · 4 years, 1 month ago
  27. 786698f Fix #310 by Hao Zhu · 4 years, 1 month ago
  28. 454bb42 Fix #499 by Hao Zhu · 4 years, 1 month ago
  29. e1aff55 Merge branch 'master' of github.com:haozhu233/kableExtra by Hao Zhu · 4 years, 1 month ago
  30. 6fc251d added include_thead support to column_spec (part of #551) by Hao Zhu · 4 years, 1 month ago
  31. faf19f0 Merge pull request #547 from vincentarelbundock/master by Hao Zhu · 4 years, 1 month ago
  32. b80888d Improve an error message in #552 by Hao Zhu · 4 years, 1 month ago
  33. 75ecb62 save_kable support for markdown by Vincent Arel-Bundock · 4 years, 1 month ago
  34. a73cf4a Merge branch 'master' of github.com:haozhu233/kableExtra by Hao Zhu · 4 years, 2 months ago
  35. d4f5498 added header_separate function based on the suggestion in #541 by Hao Zhu · 4 years, 2 months ago
  36. 760b269 Merge pull request #542 from vincentarelbundock/master by Hao Zhu · 4 years, 2 months ago
  37. 4bdbdb8 mini plots base::range(na.rm=TRUE) by Vincent Arel-Bundock · 4 years, 2 months ago
  38. 2c3b4b8 removed rstudio check as suggested in #539 by Hao Zhu · 4 years, 2 months ago
  39. c33b1f4 Fix #515 by Hao Zhu · 4 years, 2 months ago
  40. 94dd9ef Fix for additional styles by Hao Zhu · 4 years, 2 months ago
  41. 33387bc Fix #530 by Hao Zhu · 4 years, 2 months ago
  42. 63c1aa9 Fixed #516 by Hao Zhu · 4 years, 2 months ago
  43. bdcffde Fix #533 by Hao Zhu · 4 years, 2 months ago
  44. fd44608 added interactive and rstudio check back by Hao Zhu · 4 years, 2 months ago
  45. b2dfc04 Merge branch 'master' of github.com:haozhu233/kableExtra by Hao Zhu · 4 years, 2 months ago
  46. d51bf32 Fix #527 by Hao Zhu · 4 years, 2 months ago
  47. 72a911b Merge pull request #529 from r2evans/add/524_pdf by Hao Zhu · 4 years, 2 months ago
  48. 352b39e Merge pull request #523 from r2evans/fix/522_specline by Hao Zhu · 4 years, 2 months ago
  49. 95a0428 convert spec_hist, spec_boxplot to graphics-helpers design; pdf default by Bill Evans · 4 years, 2 months ago
  50. b62414a support "any" graphic device by Bill Evans · 4 years, 2 months ago
  51. b4c2c92 add Evans to contributor list by Bill Evans · 4 years, 2 months ago
  52. e4e281b update html/pdf vignettes to demo spec_plot options by Bill Evans · 4 years, 2 months ago
  53. ad86c07 spec_plot updates/fixes by Bill Evans · 4 years, 2 months ago
  54. 548d715 rename spec_line to spec_plot by Bill Evans · 4 years, 2 months ago
  55. 6bf71b2 Merge branch 'fix/522_specline' of github.com:r2evans/kableExtra into fix/522_specline by Bill Evans · 4 years, 2 months ago
  56. a8ef1fb add polys to spec_line, fix xlim/ylim and arg listifying by Bill Evans · 4 years, 2 months ago
  57. 60fd80b fix #522, spec_line glitches and improvements by Bill Evans · 4 years, 2 months ago
  58. a635add Merge pull request #521 from r2evans/fix/517_img_emptydata_class_specline by Hao Zhu · 4 years, 2 months ago
  59. 0f74fcd fix #522, spec_line glitches and improvements by Bill Evans · 4 years, 2 months ago
  60. 8def4da fix #517 and #518, empty data and empty img tags by Bill Evans · 4 years, 2 months ago
  61. 30b84f5 fix #519, change from 'class' comparison to 'inherits' by Bill Evans · 4 years, 2 months ago
  62. 45709e2 Merge branch 'master' of github.com:haozhu233/kableExtra by Hao Zhu · 4 years, 3 months ago
  63. defd189 separate documentations for current spec_plot functions. by Hao Zhu · 4 years, 3 months ago
  64. f8c3732 Merge pull request #511 from vincentarelbundock/master by Hao Zhu · 4 years, 3 months ago
  65. ab53aeb Merge branch 'master' of github.com:haozhu233/kableExtra by Hao Zhu · 4 years, 3 months ago
  66. d57df63 fix #512 by Hao Zhu · 4 years, 3 months ago
  67. 00e092a row_spec(hline_after) uses midrule for booktabs by Vincent Arel-Bundock · 4 years, 3 months ago
  68. 6c7cd3f Merge pull request #502 from r2evans/add/spec_line by Hao Zhu · 4 years, 3 months ago
  69. 5a383e5 missing comma by Bill Evans · 4 years, 3 months ago
  70. cebc971 add 'spec_line' to inline plotting by Bill Evans · 4 years, 3 months ago
  71. 5585d9c bump version by Hao Zhu · 4 years, 3 months ago
  72. 9399dcc disable execution of examples for notes on cran by Hao Zhu · 4 years, 3 months ago
  73. cd9a581 Fix inconsistent behavior of tempfile on windows by Hao Zhu · 4 years, 3 months ago
  74. 7f3fa85 fix another cran notes by Hao Zhu · 4 years, 3 months ago
  75. a0c1fa7 Merge pull request #497 from vincentarelbundock/save_latex by Hao Zhu · 4 years, 3 months ago
  76. 97166b3 save_kable("file.tex") writes to file by Vincent Arel-Bundock · 4 years, 3 months ago
  77. 5fe235c added spec_image, spec_hist, spec_boxplot and fixed some cran comments by Hao Zhu · 4 years, 3 months ago
  78. f186023 another experimental script by Hao Zhu · 4 years, 3 months ago
  79. 86a4dd0 bump version by Hao Zhu · 4 years, 3 months ago
  80. 012fc07 Fix #494 by Hao Zhu · 4 years, 3 months ago
  81. 3e21ff9 bump version for cran release but it seems that they are on vacation :P by Hao Zhu · 4 years, 3 months ago
  82. 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
  83. 82ee3c4 updated design for classic by Hao Zhu · 4 years, 3 months ago
  84. ab67094 added density to control the resolution of save_kable. Also improved html screenshot quality. by Hao Zhu · 4 years, 3 months ago
  85. eac7b03 include xcolor in save_kable by Hao Zhu · 4 years, 3 months ago
  86. 6adba33 Fix #390 by Hao Zhu · 4 years, 3 months ago
  87. 83a2ab5 remove dplyr from dependencies by Hao Zhu · 4 years, 3 months ago
  88. 16d6619 removed readr from dependencies by Hao Zhu · 4 years, 3 months ago
  89. ebeec79 added full_width and color warning by Hao Zhu · 4 years, 3 months ago
  90. 718fa3f Fixed #396 by Hao Zhu · 4 years, 3 months ago
  91. 4e34cd8 Fix #430 by Hao Zhu · 4 years, 3 months ago
  92. 03e3333 added a few formatting options to pack_rows by Hao Zhu · 4 years, 3 months ago
  93. 334376d Fix #331 by Hao Zhu · 4 years, 3 months ago
  94. e473bc8 Merge pull request #304 from tomjemmett/master by Hao Zhu · 4 years, 3 months ago
  95. fce6469 Merge branch 'master' into master by Hao Zhu · 4 years, 3 months ago
  96. ccb812f Fix #367 by Hao Zhu · 4 years, 3 months ago
  97. f2f4202 Added wraptable_width to kable_styleing and updated doc by Hao Zhu · 4 years, 3 months ago
  98. 8f46db8 fix a few check notes; added documentation for how to use sparklines. by Hao Zhu · 4 years, 3 months ago
  99. 8b16a6c improve lightable's look on add_header_above/group_rows improve documentation by Hao Zhu · 4 years, 3 months ago
  100. f2be482 rename kable to kbl by Hao Zhu · 4 years, 3 months ago