Re: [R] gridExtra-arrangeGrob

2017-01-09 Thread Felipe Carrillo via R-help
I am not sure if something was wrong with my gridExtra installation or grid but after uninstall/re-install of the packages (and reboot) the code is working properly. Thank you all.  On Monday, January 9, 2017 9:51 AM, David Winsemius wrote: > On Jan 9, 2017, at 3:35 AM, John Kane

Re: [R] gridExtra-arrangeGrob

2017-01-09 Thread David Winsemius
> On Jan 9, 2017, at 3:35 AM, John Kane via R-help wrote: > > I'm not sure what the problem is but, if nothing else, it looks like you need > to do > library(grid) > It may be that an early version of ggplot2 or gridExtra was automatically > loading grid and it no longer does. > > > > >

Re: [R] gridExtra-arrangeGrob

2017-01-09 Thread John Kane via R-help
I'm not sure what the problem is but, if nothing else, it looks like you need to do library(grid) It may be that an early version of ggplot2 or gridExtra was automatically loading grid and it no longer does.  On Monday, January 9, 2017 1:08 AM, Felipe Carrillo via R-help wrote: