/usr/lib/R/site-library/gridExtra/NEWS.md is in r-cran-gridextra 2.0.0-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 | # 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
|