VPSPulse Mirrors
High-Performance Open-Source Archive
NEWS
Misc. cleanup for CRAN
release
- renamed
cbind/rbind functions copied from gtable to
cbind_gtable and rbind_gtable to avoid issues
with generic method (different signature)
- more consistency in gtable-related functions
NEW FEATURES
- added padding argument to table themes
- simplified a few theme arguments
BUG FIX
- recycling logic was flawed for aesthetics in table cells
DOCUMENTATION
- expanded vignettes
- wiki page features a FAQ section
NEW FEATURES
- added join function from gtable (with fix)
- global size and font parameters more accessible in themes
- added str.gtable method
BUG FIX
- str.default was causing issues with gtables
removed experimental grobs and functions not widely used (they
can be found at https://github.com/baptiste/gridextra if
needed)
arrangeGrob/grid.arrange is now based on gtable
tableGrob/grid.table is now based on gtable
CLEANUP
- several buggy functions removed
FIX
- small compatibility issue of arrangeGrob with new class of
ggplot2
FIX
- dependencies in examples, imports and exports
NEW
- multipage output and ggsave support for grid.arrange
FIX
- removed LazyLoad, deprecated in R>=2.14
NEW
- stextGrob text with a background