Closed danielinteractive closed 9 years ago
you should call require(ggplot2)
when using the small part of gridExtra that depends on it; moving packages from Suggests: to Imports: would annoy many people because they'd have to install a lot more packages as dependencies.
Thanks I have then solved it by making gridExtra a Depends package in my DESCRIPTION.
Best Daniel
(Sent through mobile device)
Am 10.04.2014 um 13:03 schrieb baptiste notifications@github.com:
you should call require(ggplot2) when using the small part of gridExtra that depends on it; moving packages from Suggests: to Imports: would annoy many people because they'd have to install a lot more packages as dependencies.
— Reply to this email directly or view it on GitHub.
the new code should fix this.
Imports from ggplot2, no longer in Suggests