Re: [R-pkg-devel] replacing previous import

2019-08-20 Thread Duncan Murdoch
On 19/08/2019 10:08 p.m., John Harrold wrote: Howdy Folks, I'm getting the following warning: Found the following significant warnings: Warning: replacing previous import ‘gdata::combine’ by ‘gridExtra::combine’ when loading In the R scripts I'm using #'@importFrom gridExtra grid.arrange T

[R-pkg-devel] replacing previous import

2019-08-19 Thread John Harrold
Howdy Folks, I'm getting the following warning: Found the following significant warnings: Warning: replacing previous import ‘gdata::combine’ by ‘gridExtra::combine’ when loading In the R scripts I'm using #'@importFrom gridExtra grid.arrange To only import the function I want, but I'm not su