Recent Releases of kableExtra
kableExtra - v1.4.0
Lots of bug fixes and some improvements
- R
Published by haozhu233 about 2 years ago
kableExtra - Rainbow bomb (2017-10-24)
kableExtra 0.6.0
Added cell_spec for HTML & LaTeX
Added helper functions including speccolor, specfontsize, specangle, spectooltip & specpopover to facilitate the cell_spec function.
Added align/rotate/fontsize to rowspec
Allowed rowspec to modify header row with rowspec(0, ...)
Improved
repeat_headerin LaTeX for longtables. Now you can write texts like "continued on next page"Fixed a critical bug with latex group_rows (#68)
Escape question mark ? in regex_escape (thanks @nichtleiter)
Switched from readr::write_file to base::writeLines (for support in earlier version of readr)
Switched from sub to str_replace in some places due to a bug in sub on Windows.
- R
Published by haozhu233 over 8 years ago
kableExtra - cookie cutter
This release is a response to a request from CRAN to move magick from Imports to Suggests. The reasoning was that magick is not always available on every platforms (solaris & fedora clang) and only a very small portion of this package (kable_as_image) needs it.
"Cookie Cutter" comes from the new feature that you can define specifications for multiple rows/columns in one step. ;)
- R
Published by haozhu233 over 8 years ago