baptiste / gridExtra

Miscellaneous Functions for "Grid" Graphics
http://cran.r-project.org/web/packages/gridExtra/index.html
15 stars 4 forks source link

Update DESCRIPTION #2

Closed danielinteractive closed 9 years ago

danielinteractive commented 10 years ago

Imports from ggplot2, no longer in Suggests

baptiste commented 10 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.

danielinteractive commented 10 years ago

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.

baptiste commented 9 years ago

the new code should fix this.