/usr/lib/R/site-library/gridExtra/NEWS.md is in r-cran-gridextra 2.2.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | # gridExtra 2.2.0 (2016-02-27)
## NEW FEATURES
* added padding argument to table themes
* simplified a few theme arguments
## BUG FIX
* recycling logic was flawed for aesthetics in table cells
# gridExtra 2.1.0 (2015-07-27)
## 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
# gridExtra 2.0.0 (2015-07-11)
* 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
# gridExtra 1.0.0 (2014-10-05)
## CLEANUP
* several buggy functions removed
# gridExtra 0.9.1 (2012-08-09)
## FIX
* small compatibility issue of arrangeGrob with new class of ggplot2
# gridExtra 0.9 (2012-01-06)
## FIX
* dependencies in examples, imports and exports
## NEW
* multipage output and ggsave support for grid.arrange
# gridExtra 0.8.5 (2011-10-26)
## FIX
* removed LazyLoad, deprecated in R>=2.14
## NEW
* stextGrob text with a background
|